Package pycocoa :: Module runtime :: Class ObjCClassMethod
[frames] | no frames]

Class ObjCClassMethod

object --+        
         |        
  ObjCBase --+    
             |    
    ObjCMethod --+
                 |
                ObjCClassMethod

Only to distinguish class methods from instance methods.

Instance Methods

Inherited from ObjCMethod: __call__, __init__, __str__

Inherited from ObjCBase: __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables

Inherited from ObjCMethod: argtypes, encoding, restype

Properties

Inherited from ObjCMethod: c_func_t, callable, name

Inherited from object: __class__