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

Class at

          object --+            
                   |            
runtime.ObjCInstance --+        
                       |        
                CFString --+    
                           |    
                    NSString --+
                               |
                              at

Acronym for the NSString class.

Instance Methods

Inherited from CFString: objc_classname

Inherited from runtime.ObjCInstance: __getattr__, __repr__, set_ivar

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

Static Methods

Inherited from NSString: __new__

Class Variables

Inherited from runtime.ObjCInstance: objc_class, ptr

Properties

Inherited from object: __class__