Package pycocoa :: Module nstypes :: Class at
[frames] | no frames]

Class at

      object --+                
               |                
runtime.ObjCBase --+            
                   |            
runtime.ObjCInstance --+        
                       |        
                   CFStr --+    
                           |    
                       NSStr --+
                               |
                              at

Acronym NSStr.

Instance Methods

Inherited from CFStr: __str__

Inherited from runtime.ObjCInstance: __getattr__, release, set_ivar

Inherited from runtime.ObjCBase: __repr__

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

Static Methods

Inherited from NSStr: __new__

Properties

Inherited from CFStr: str, value

Inherited from runtime.ObjCInstance: Type, objc_class, objc_classname, objc_description, ptr

Inherited from object: __class__