Home | Trees | Indices | Help |
|
---|
|
Classes ObjCClass
, ObjCInstance
,
ObjCMethod
, ObjCSubclass
, etc.
Version: 18.06.21
Classes | |
ObjC_t Base type to pretty-print ctypes c_void_p .
|
|
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 Python class representing an unbound ObjC class or instance method (actually an IMP_t). |
|
ObjCClassMethod Only to distinguish class methods from instance methods. |
|
ObjCSubclass Python class creating an ObjC sub-class of an existing ObjC (super)class. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
libobjc = <CDLL '/usr/lib/libobjc.dylib', handle 10eac3680 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 ObjC object is an instance of the immutable class.
|
Check whether an ObjC object is an instance of some ObjC class.
See Also: Function isinstanceOf for checking Python instances. |
Check whether an object is an ObjC metaclass.
|
Release an ObjC instance to be released, eventually.
Note: May result in Python memory errors, aborts and/or segfaults. Use 'python3 -X faulthandler ...' to get a Python traceback. |
Register an ObjC sub-class.
See Also:
ObjCSubclass |
Preserve an ObjC instance from destruction.
Note: May result in Python memory errors, aborts and/or segfaults. Use 'python3 -X faulthandler ...' to get a Python traceback. |
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.
|
Variables Details |
libobjc
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 22 12:53:52 2018 | http://epydoc.sourceforge.net |