Home | Trees | Indices | Help |
|
---|
|
object --+ | internals._Objectype --+ | _ObjCBase --+ | ObjCClass
Python wrapper for an ObjC class.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |||
a new object with type S, a subtype of T |
|
Properties | |
name Get the ObjC class name ( str ).
|
|
ptr Get the ObjC class (Class_t). |
|
NS Get the ObjC class (Class_t). |
|
Type Get the Python Type for this ObjC class ( class or
None ).
|
|
Inherited from Inherited from Inherited from |
Method Details |
Create a new ObjCClass instance or return a previously created instance for the given ObjC class name or ptr.
|
str(x)
|
Add a protocol to this class.
|
Find a class method.
|
Find an instance method.
|
Property Details |
nameGet the ObjC class name (
|
ptrGet the ObjC class (Class_t).
|
NSGet the ObjC class (Class_t).
|
TypeGet the Python Type for this ObjC class (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |