Home | Trees | Indices | Help |
|
---|
|
object --+ | internals._Objectype --+ | _ObjCBase --+ | ObjCBoundMethod
Python wrapper for a bound ObjC instance method, an IMP_t.
Note:
Each ObjC method invocation requires creation of another, new
ObjCBound[Class]Method
instance which is discarded
immediately thereafter.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
inst Get the ObjCInstance or ObjCClass .
|
|
method Get the method ( ObjC[Class]Method ).
|
|
name Get the method's name ( str ).
|
|
objc_id Get the ObjC instance ( Class_t or ObjCSubclass).
|
|
Inherited from Inherited from Inherited from |
Method Details |
Initialize with an ObjC instance or class method.
|
str(x)
|
Property Details |
instGet the
|
methodGet the method (
|
nameGet the method's name (
|
objc_idGet the ObjC instance (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |