Home | Trees | Indices | Help |
|
---|
|
object --+ | _ObjCBase --+ | ObjCBoundMethod
Python wrapper for an ObjC class or instance method, an IMP_t.
Note:
Each ObjC method invocation requires creation of another, new
ObjC[Bound]Method
instance which is immediately
discarded thereafter.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
method Get the method ( ObjC[Class]Method ).
|
|
objc_id Get the instance (ObjCInstance). |
|
Inherited from |
Method Details |
Initialize with an ObjC method IMP_t, ObjCInstance or ObjCClass object.
|
str(x)
|
Property Details |
methodGet the method (
|
objc_idGet the instance (ObjCInstance).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 16 16:27:48 2018 | http://epydoc.sourceforge.net |