Home | Trees | Indices | Help |
|
---|
|
get_...
functions to obtain ObjC classes, methods,
protocols, etc.
Version: 25.01.31
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.getters
|
Function Details |
Get the
Note:
The signature encoding is a |
Get a registered ObjC class by name.
|
Yield all loaded ObjC classes with a name starting with one of the given prefixes.
|
Get the name of an ObjC class.
|
Get the name of the ObjC class of an object.
|
Get the ObjC class of an object. |
Get the value of an instance variable (ivar).
|
Yield all instance variables (ivar) of an ObjC class with a name starting with one of the given prefixes. |
Yield the inheritance of an ObjC class. |
Get a registered ObjC metaclass by name.
|
Get a method of an ObjC class by name. |
Yield all methods of an ObjC class with a name starting with one of the given prefixes.
Note:
In Python 3+ rargtypes is a |
Yield all properties of an ObjC class or protocol with a name starting with one of the given prefixes.
Note: ObjC Property Attributes:
See Also: Property Attributes. |
Get a registered ObjC protocol by name.
|
Yield all protocols of an ObjC class with a name starting with one of the given prefixes.
|
Get an ObjC selector by name.
|
Get the name of an ObjC selector.
|
Yield all permutations of a Python-style selector name.
Note: Only the underscores in name_ are permuted, any colons in name_ remain unchanged. |
Get the ObjC super-class of an ObjC class. |
Get the ObjC super-class of an object. |
Get the name of the ObjC super-class of an object.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Feb 5 15:29:03 2025 | http://epydoc.sourceforge.net |