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

Class ObjCBoundClassMethod

 object --+        
          |        
   ObjCBase --+    
              |    
ObjCBoundMethod --+
                  |
                 ObjCBoundClassMethod

Only to distinguish bound class- from bound instance-methods.

Instance Methods

Inherited from ObjCBoundMethod: __call__, __init__, __str__

Inherited from ObjCBase: __repr__

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

Properties

Inherited from ObjCBoundMethod: method, objc_id

Inherited from object: __class__