Home | Trees | Indices | Help |
|
---|
|
Classes ObjCClass
, ObjCInstance
,
ObjCMethod
, ObjCSubclass
, etc.
Version: 18.04.24
Classes | |
ObjC_t Base type to pretty-print ctypes c_void_p .
|
|
ObjCBase Base class for ObjC... |
|
ObjCBoundMethod Python wrapper for an ObjC class or instance method, an IMP_t. |
|
ObjCBoundClassMethod Only to distinguish bound class from bound instance methods. |
|
ObjCClass Python wrapper for an ObjC class. |
|
ObjCInstance Python wrapper for an ObjC instance. |
|
ObjCMethod Represent an unbound ObjC class or instance method (really an IMP_t). |
|
ObjCClassMethod Only to distinguish class methods from instance methods. |
|
ObjCSubclass Python class to create an ObjC sub-class of an existing ObjC (super-)class. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
libobjc = <CDLL '/usr/lib/libobjc.dylib', handle 10e69b680 at
|
|
OBJC_ASSOCIATION_COPY = 771
|
|
OBJC_ASSOCIATION_COPY_NONATOMIC = 3
|
|
OBJC_ASSOCIATION_RETAIN = 769
|
|
OBJC_ASSOCIATION_RETAIN_NONATOMIC = 1
|
Function Details |
Add an instance variable to an ObjC class,
Note:
The ctype must be a See Also:
The |
Add a method to an ObjC class.
|
Add a protocol to an ObjC class.
|
Create a new sub-class of the given super-class.
Note:
After calling |
Check whether an object is an ObjC clas.
|
Check that an Obj object is an instance of the immutable class.
|
Check whether an ObjC object is an instance of some ObjC class.
See Also: Function instanceof for checking Python instances. |
Check whether an object is an ObjC metaclass.
|
Register an ObjC sub-class.
See Also: nsDeallocObserver below. |
Send message to an ObjC object.
Note:
By default, the result and all arguments are |
Send message to the super-class of an ObjC object.
Note:
By default, the result and all arguments are |
Set an instance variable of an ObjC object.
|
Create a de-allocation observer for an ObjC instance.
Note:
When the observed ObjC object is de-allocated, the
|
Variables Details |
libobjc
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 15 14:50:18 2018 | http://epydoc.sourceforge.net |