| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ObjCBase --+
|
ObjCMethod
Represent an unbound ObjC class or instance method (really an IMP_t).
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
argtypes =
|
|
encoding =
|
|
restype = Nonehash(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 (str).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 30 13:31:31 2018 | http://epydoc.sourceforge.net |