Home | Trees | Indices | Help |
|
---|
|
object --+ | ObjCBase --+ | ObjCMethod
Python class representing an unbound ObjC class- or instance-method (actually an IMP_t).
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
argtypes =
|
|
encoding =
|
|
restype = None hash(x) |
Properties | |
callable Get a Python-callable for this method's IMP_t. |
|
c_func_t Get a ctypes prototype for this method
(CFUNCTYPE ).
|
|
name Get the method/SELector/cmd name ( str ).
|
|
Inherited from |
Method Details |
New ObjC method, initialized with an ObjC method pointer. We then determine the return type and argument type information of the method.
|
Call the method with the given id and arguments. You do not need to pass in the selector as an argument since it is provided automatically. |
str(x)
|
Property Details |
callableGet a Python-callable for this method's IMP_t.
|
c_func_tGet a
|
nameGet the method/SELector/cmd name (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 11 15:48:46 2018 | http://epydoc.sourceforge.net |