Home | Trees | Indices | Help |
|
---|
|
object --+ | 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 this class' ObjC class (Class_t). |
|
NS Get this class' ObjC class (Class_t). |
|
Type Get the Python Type for this ObjC class ( class or
None ).
|
|
Inherited from |
Method Details |
Create a new ObjCClass instance or return a previously created instance for the given ObjC class.
|
str(x)
|
Add a protocol to this class.
|
Find a class method.
|
Find an instance method.
|
Property Details |
nameGet the ObjC class name (
|
ptrGet this class' ObjC class (Class_t).
|
NSGet this class' ObjC class (Class_t).
|
TypeGet the Python Type for this ObjC class (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 11 15:48:46 2018 | http://epydoc.sourceforge.net |