| |
- __builtin__.object
-
- SafeNone
- SortedDict
class SafeNone(__builtin__.object) |
|
plistlib doesn't like None types, so we
store 0 for certain objects to indocate None.
This object is a safe comparison for both
0 and None. |
|
Methods defined here:
- __cmp__(self, other)
Data and other attributes defined here:
- __dict__ = <dictproxy object at 0x52aed0>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'SafeNone' objects>
- list of weak references to the object (if defined)
|
|