_CF
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CF.so
Module Docs

 
Classes
       
__builtin__.object
CFTypeRef
CFArrayRef
CFMutableArrayRef
CFDataRef
CFMutableDataRef
CFDictionaryRef
CFMutableDictionaryRef
CFStringRef
CFMutableStringRef
CFURLRef

 
class CFArrayRef(CFTypeRef)
    
Method resolution order:
CFArrayRef
CFTypeRef
__builtin__.object

Methods defined here:
CFArrayCreateCopy(...)
() -> (CFArrayRef _rv)
CFArrayGetCount(...)
() -> (CFIndex _rv)
CFStringCreateByCombiningStrings(...)
(CFStringRef separatorString) -> (CFStringRef _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
CFArrayRefType = class CFArrayRef(CFTypeRef)
    
Method resolution order:
CFArrayRef
CFTypeRef
__builtin__.object

Methods defined here:
CFArrayCreateCopy(...)
() -> (CFArrayRef _rv)
CFArrayGetCount(...)
() -> (CFIndex _rv)
CFStringCreateByCombiningStrings(...)
(CFStringRef separatorString) -> (CFStringRef _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
class CFDataRef(CFTypeRef)
    
Method resolution order:
CFDataRef
CFTypeRef
__builtin__.object

Methods defined here:
CFDataCreateCopy(...)
() -> (CFDataRef _rv)
CFDataGetData(...)
() -> (string _rv)
CFDataGetLength(...)
() -> (CFIndex _rv)
CFStringCreateFromExternalRepresentation(...)
(CFStringEncoding encoding) -> (CFStringRef _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
CFDataRefType = class CFDataRef(CFTypeRef)
    
Method resolution order:
CFDataRef
CFTypeRef
__builtin__.object

Methods defined here:
CFDataCreateCopy(...)
() -> (CFDataRef _rv)
CFDataGetData(...)
() -> (string _rv)
CFDataGetLength(...)
() -> (CFIndex _rv)
CFStringCreateFromExternalRepresentation(...)
(CFStringEncoding encoding) -> (CFStringRef _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
class CFDictionaryRef(CFTypeRef)
    
Method resolution order:
CFDictionaryRef
CFTypeRef
__builtin__.object

Methods defined here:
CFDictionaryCreateCopy(...)
() -> (CFDictionaryRef _rv)
CFDictionaryGetCount(...)
() -> (CFIndex _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
CFDictionaryRefType = class CFDictionaryRef(CFTypeRef)
    
Method resolution order:
CFDictionaryRef
CFTypeRef
__builtin__.object

Methods defined here:
CFDictionaryCreateCopy(...)
() -> (CFDictionaryRef _rv)
CFDictionaryGetCount(...)
() -> (CFIndex _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
class CFMutableArrayRef(CFArrayRef)
    
Method resolution order:
CFMutableArrayRef
CFArrayRef
CFTypeRef
__builtin__.object

Methods defined here:
CFArrayAppendArray(...)
(CFArrayRef otherArray, CFRange otherRange) -> None
CFArrayExchangeValuesAtIndices(...)
(CFIndex idx1, CFIndex idx2) -> None
CFArrayRemoveAllValues(...)
() -> None
CFArrayRemoveValueAtIndex(...)
(CFIndex idx) -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFArrayRef:
CFArrayCreateCopy(...)
() -> (CFArrayRef _rv)
CFArrayGetCount(...)
() -> (CFIndex _rv)
CFStringCreateByCombiningStrings(...)
(CFStringRef separatorString) -> (CFStringRef _rv)

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
CFMutableArrayRefType = class CFMutableArrayRef(CFArrayRef)
    
Method resolution order:
CFMutableArrayRef
CFArrayRef
CFTypeRef
__builtin__.object

Methods defined here:
CFArrayAppendArray(...)
(CFArrayRef otherArray, CFRange otherRange) -> None
CFArrayExchangeValuesAtIndices(...)
(CFIndex idx1, CFIndex idx2) -> None
CFArrayRemoveAllValues(...)
() -> None
CFArrayRemoveValueAtIndex(...)
(CFIndex idx) -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFArrayRef:
CFArrayCreateCopy(...)
() -> (CFArrayRef _rv)
CFArrayGetCount(...)
() -> (CFIndex _rv)
CFStringCreateByCombiningStrings(...)
(CFStringRef separatorString) -> (CFStringRef _rv)

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
class CFMutableDataRef(CFDataRef)
    
Method resolution order:
CFMutableDataRef
CFDataRef
CFTypeRef
__builtin__.object

Methods defined here:
CFDataAppendBytes(...)
(Buffer bytes) -> None
CFDataDeleteBytes(...)
(CFRange range) -> None
CFDataIncreaseLength(...)
(CFIndex extraLength) -> None
CFDataReplaceBytes(...)
(CFRange range, Buffer newBytes) -> None
CFDataSetLength(...)
(CFIndex length) -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFDataRef:
CFDataCreateCopy(...)
() -> (CFDataRef _rv)
CFDataGetData(...)
() -> (string _rv)
CFDataGetLength(...)
() -> (CFIndex _rv)
CFStringCreateFromExternalRepresentation(...)
(CFStringEncoding encoding) -> (CFStringRef _rv)

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
CFMutableDataRefType = class CFMutableDataRef(CFDataRef)
    
Method resolution order:
CFMutableDataRef
CFDataRef
CFTypeRef
__builtin__.object

Methods defined here:
CFDataAppendBytes(...)
(Buffer bytes) -> None
CFDataDeleteBytes(...)
(CFRange range) -> None
CFDataIncreaseLength(...)
(CFIndex extraLength) -> None
CFDataReplaceBytes(...)
(CFRange range, Buffer newBytes) -> None
CFDataSetLength(...)
(CFIndex length) -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFDataRef:
CFDataCreateCopy(...)
() -> (CFDataRef _rv)
CFDataGetData(...)
() -> (string _rv)
CFDataGetLength(...)
() -> (CFIndex _rv)
CFStringCreateFromExternalRepresentation(...)
(CFStringEncoding encoding) -> (CFStringRef _rv)

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
class CFMutableDictionaryRef(CFDictionaryRef)
    
Method resolution order:
CFMutableDictionaryRef
CFDictionaryRef
CFTypeRef
__builtin__.object

Methods defined here:
CFDictionaryRemoveAllValues(...)
() -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFDictionaryRef:
CFDictionaryCreateCopy(...)
() -> (CFDictionaryRef _rv)
CFDictionaryGetCount(...)
() -> (CFIndex _rv)

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
CFMutableDictionaryRefType = class CFMutableDictionaryRef(CFDictionaryRef)
    
Method resolution order:
CFMutableDictionaryRef
CFDictionaryRef
CFTypeRef
__builtin__.object

Methods defined here:
CFDictionaryRemoveAllValues(...)
() -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFDictionaryRef:
CFDictionaryCreateCopy(...)
() -> (CFDictionaryRef _rv)
CFDictionaryGetCount(...)
() -> (CFIndex _rv)

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
class CFMutableStringRef(CFStringRef)
    
Method resolution order:
CFMutableStringRef
CFStringRef
CFTypeRef
__builtin__.object

Methods defined here:
CFStringAppend(...)
(CFStringRef appendedString) -> None
CFStringAppendCString(...)
(char* cStr, CFStringEncoding encoding) -> None
CFStringAppendCharacters(...)
(Buffer chars) -> None
CFStringAppendPascalString(...)
(Str255 pStr, CFStringEncoding encoding) -> None
CFStringDelete(...)
(CFRange range) -> None
CFStringInsert(...)
(CFIndex idx, CFStringRef insertedStr) -> None
CFStringPad(...)
(CFStringRef padString, CFIndex length, CFIndex indexIntoPad) -> None
CFStringReplace(...)
(CFRange range, CFStringRef replacement) -> None
CFStringReplaceAll(...)
(CFStringRef replacement) -> None
CFStringTrim(...)
(CFStringRef trimString) -> None
CFStringTrimWhitespace(...)
() -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFStringRef:
CFShowStr(...)
() -> None
CFStringCompare(...)
(CFStringRef theString2, CFOptionFlags compareOptions) -> (CFComparisonResult _rv)
CFStringCompareWithOptions(...)
(CFStringRef theString2, CFRange rangeToCompare, CFOptionFlags compareOptions) -> (CFComparisonResult _rv)
CFStringConvertIANACharSetNameToEncoding(...)
() -> (CFStringEncoding _rv)
CFStringCreateArrayBySeparatingStrings(...)
(CFStringRef separatorString) -> (CFArrayRef _rv)
CFStringCreateArrayWithFindResults(...)
(CFStringRef stringToFind, CFRange rangeToSearch, CFOptionFlags compareOptions) -> (CFArrayRef _rv)
CFStringCreateCopy(...)
() -> (CFStringRef _rv)
CFStringCreateExternalRepresentation(...)
(CFStringEncoding encoding, UInt8 lossByte) -> (CFDataRef _rv)
CFStringCreateWithSubstring(...)
(CFRange range) -> (CFStringRef _rv)
CFStringFind(...)
(CFStringRef stringToFind, CFOptionFlags compareOptions) -> (CFRange _rv)
CFStringFindWithOptions(...)
(CFStringRef stringToFind, CFRange rangeToSearch, CFOptionFlags searchOptions) -> (Boolean _rv, CFRange result)
CFStringGetBytes(...)
(CFRange range, CFStringEncoding encoding, UInt8 lossByte, Boolean isExternalRepresentation, CFIndex maxBufLen) -> (CFIndex _rv, UInt8 buffer, CFIndex usedBufLen)
CFStringGetDoubleValue(...)
() -> (double _rv)
CFStringGetFastestEncoding(...)
() -> (CFStringEncoding _rv)
CFStringGetIntValue(...)
() -> (SInt32 _rv)
CFStringGetLength(...)
() -> (CFIndex _rv)
CFStringGetLineBounds(...)
(CFRange range) -> (CFIndex lineBeginIndex, CFIndex lineEndIndex, CFIndex contentsEndIndex)
CFStringGetSmallestEncoding(...)
() -> (CFStringEncoding _rv)
CFStringGetString(...)
() -> (string _rv)
CFStringGetUnicode(...)
() -> (unicode _rv)
CFStringHasPrefix(...)
(CFStringRef prefix) -> (Boolean _rv)
CFStringHasSuffix(...)
(CFStringRef suffix) -> (Boolean _rv)
CFURLCreateStringByAddingPercentEscapes(...)
(CFStringRef charactersToLeaveUnescaped, CFStringRef legalURLCharactersToBeEscaped, CFStringEncoding encoding) -> (CFStringRef _rv)
CFURLCreateStringByReplacingPercentEscapes(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCreateWithFileSystemPath(...)
(CFURLPathStyle pathStyle, Boolean isDirectory) -> (CFURLRef _rv)
CFURLCreateWithFileSystemPathRelativeToBase(...)
(CFURLPathStyle pathStyle, Boolean isDirectory, CFURLRef baseURL) -> (CFURLRef _rv)
CFURLCreateWithString(...)
(CFURLRef baseURL) -> (CFURLRef _rv)

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
CFMutableStringRefType = class CFMutableStringRef(CFStringRef)
    
Method resolution order:
CFMutableStringRef
CFStringRef
CFTypeRef
__builtin__.object

Methods defined here:
CFStringAppend(...)
(CFStringRef appendedString) -> None
CFStringAppendCString(...)
(char* cStr, CFStringEncoding encoding) -> None
CFStringAppendCharacters(...)
(Buffer chars) -> None
CFStringAppendPascalString(...)
(Str255 pStr, CFStringEncoding encoding) -> None
CFStringDelete(...)
(CFRange range) -> None
CFStringInsert(...)
(CFIndex idx, CFStringRef insertedStr) -> None
CFStringPad(...)
(CFStringRef padString, CFIndex length, CFIndex indexIntoPad) -> None
CFStringReplace(...)
(CFRange range, CFStringRef replacement) -> None
CFStringReplaceAll(...)
(CFStringRef replacement) -> None
CFStringTrim(...)
(CFStringRef trimString) -> None
CFStringTrimWhitespace(...)
() -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFStringRef:
CFShowStr(...)
() -> None
CFStringCompare(...)
(CFStringRef theString2, CFOptionFlags compareOptions) -> (CFComparisonResult _rv)
CFStringCompareWithOptions(...)
(CFStringRef theString2, CFRange rangeToCompare, CFOptionFlags compareOptions) -> (CFComparisonResult _rv)
CFStringConvertIANACharSetNameToEncoding(...)
() -> (CFStringEncoding _rv)
CFStringCreateArrayBySeparatingStrings(...)
(CFStringRef separatorString) -> (CFArrayRef _rv)
CFStringCreateArrayWithFindResults(...)
(CFStringRef stringToFind, CFRange rangeToSearch, CFOptionFlags compareOptions) -> (CFArrayRef _rv)
CFStringCreateCopy(...)
() -> (CFStringRef _rv)
CFStringCreateExternalRepresentation(...)
(CFStringEncoding encoding, UInt8 lossByte) -> (CFDataRef _rv)
CFStringCreateWithSubstring(...)
(CFRange range) -> (CFStringRef _rv)
CFStringFind(...)
(CFStringRef stringToFind, CFOptionFlags compareOptions) -> (CFRange _rv)
CFStringFindWithOptions(...)
(CFStringRef stringToFind, CFRange rangeToSearch, CFOptionFlags searchOptions) -> (Boolean _rv, CFRange result)
CFStringGetBytes(...)
(CFRange range, CFStringEncoding encoding, UInt8 lossByte, Boolean isExternalRepresentation, CFIndex maxBufLen) -> (CFIndex _rv, UInt8 buffer, CFIndex usedBufLen)
CFStringGetDoubleValue(...)
() -> (double _rv)
CFStringGetFastestEncoding(...)
() -> (CFStringEncoding _rv)
CFStringGetIntValue(...)
() -> (SInt32 _rv)
CFStringGetLength(...)
() -> (CFIndex _rv)
CFStringGetLineBounds(...)
(CFRange range) -> (CFIndex lineBeginIndex, CFIndex lineEndIndex, CFIndex contentsEndIndex)
CFStringGetSmallestEncoding(...)
() -> (CFStringEncoding _rv)
CFStringGetString(...)
() -> (string _rv)
CFStringGetUnicode(...)
() -> (unicode _rv)
CFStringHasPrefix(...)
(CFStringRef prefix) -> (Boolean _rv)
CFStringHasSuffix(...)
(CFStringRef suffix) -> (Boolean _rv)
CFURLCreateStringByAddingPercentEscapes(...)
(CFStringRef charactersToLeaveUnescaped, CFStringRef legalURLCharactersToBeEscaped, CFStringEncoding encoding) -> (CFStringRef _rv)
CFURLCreateStringByReplacingPercentEscapes(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCreateWithFileSystemPath(...)
(CFURLPathStyle pathStyle, Boolean isDirectory) -> (CFURLRef _rv)
CFURLCreateWithFileSystemPathRelativeToBase(...)
(CFURLPathStyle pathStyle, Boolean isDirectory, CFURLRef baseURL) -> (CFURLRef _rv)
CFURLCreateWithString(...)
(CFURLRef baseURL) -> (CFURLRef _rv)

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
class CFStringRef(CFTypeRef)
    
Method resolution order:
CFStringRef
CFTypeRef
__builtin__.object

Methods defined here:
CFShowStr(...)
() -> None
CFStringCompare(...)
(CFStringRef theString2, CFOptionFlags compareOptions) -> (CFComparisonResult _rv)
CFStringCompareWithOptions(...)
(CFStringRef theString2, CFRange rangeToCompare, CFOptionFlags compareOptions) -> (CFComparisonResult _rv)
CFStringConvertIANACharSetNameToEncoding(...)
() -> (CFStringEncoding _rv)
CFStringCreateArrayBySeparatingStrings(...)
(CFStringRef separatorString) -> (CFArrayRef _rv)
CFStringCreateArrayWithFindResults(...)
(CFStringRef stringToFind, CFRange rangeToSearch, CFOptionFlags compareOptions) -> (CFArrayRef _rv)
CFStringCreateCopy(...)
() -> (CFStringRef _rv)
CFStringCreateExternalRepresentation(...)
(CFStringEncoding encoding, UInt8 lossByte) -> (CFDataRef _rv)
CFStringCreateWithSubstring(...)
(CFRange range) -> (CFStringRef _rv)
CFStringFind(...)
(CFStringRef stringToFind, CFOptionFlags compareOptions) -> (CFRange _rv)
CFStringFindWithOptions(...)
(CFStringRef stringToFind, CFRange rangeToSearch, CFOptionFlags searchOptions) -> (Boolean _rv, CFRange result)
CFStringGetBytes(...)
(CFRange range, CFStringEncoding encoding, UInt8 lossByte, Boolean isExternalRepresentation, CFIndex maxBufLen) -> (CFIndex _rv, UInt8 buffer, CFIndex usedBufLen)
CFStringGetDoubleValue(...)
() -> (double _rv)
CFStringGetFastestEncoding(...)
() -> (CFStringEncoding _rv)
CFStringGetIntValue(...)
() -> (SInt32 _rv)
CFStringGetLength(...)
() -> (CFIndex _rv)
CFStringGetLineBounds(...)
(CFRange range) -> (CFIndex lineBeginIndex, CFIndex lineEndIndex, CFIndex contentsEndIndex)
CFStringGetSmallestEncoding(...)
() -> (CFStringEncoding _rv)
CFStringGetString(...)
() -> (string _rv)
CFStringGetUnicode(...)
() -> (unicode _rv)
CFStringHasPrefix(...)
(CFStringRef prefix) -> (Boolean _rv)
CFStringHasSuffix(...)
(CFStringRef suffix) -> (Boolean _rv)
CFURLCreateStringByAddingPercentEscapes(...)
(CFStringRef charactersToLeaveUnescaped, CFStringRef legalURLCharactersToBeEscaped, CFStringEncoding encoding) -> (CFStringRef _rv)
CFURLCreateStringByReplacingPercentEscapes(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCreateWithFileSystemPath(...)
(CFURLPathStyle pathStyle, Boolean isDirectory) -> (CFURLRef _rv)
CFURLCreateWithFileSystemPathRelativeToBase(...)
(CFURLPathStyle pathStyle, Boolean isDirectory, CFURLRef baseURL) -> (CFURLRef _rv)
CFURLCreateWithString(...)
(CFURLRef baseURL) -> (CFURLRef _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
CFStringRefType = class CFStringRef(CFTypeRef)
    
Method resolution order:
CFStringRef
CFTypeRef
__builtin__.object

Methods defined here:
CFShowStr(...)
() -> None
CFStringCompare(...)
(CFStringRef theString2, CFOptionFlags compareOptions) -> (CFComparisonResult _rv)
CFStringCompareWithOptions(...)
(CFStringRef theString2, CFRange rangeToCompare, CFOptionFlags compareOptions) -> (CFComparisonResult _rv)
CFStringConvertIANACharSetNameToEncoding(...)
() -> (CFStringEncoding _rv)
CFStringCreateArrayBySeparatingStrings(...)
(CFStringRef separatorString) -> (CFArrayRef _rv)
CFStringCreateArrayWithFindResults(...)
(CFStringRef stringToFind, CFRange rangeToSearch, CFOptionFlags compareOptions) -> (CFArrayRef _rv)
CFStringCreateCopy(...)
() -> (CFStringRef _rv)
CFStringCreateExternalRepresentation(...)
(CFStringEncoding encoding, UInt8 lossByte) -> (CFDataRef _rv)
CFStringCreateWithSubstring(...)
(CFRange range) -> (CFStringRef _rv)
CFStringFind(...)
(CFStringRef stringToFind, CFOptionFlags compareOptions) -> (CFRange _rv)
CFStringFindWithOptions(...)
(CFStringRef stringToFind, CFRange rangeToSearch, CFOptionFlags searchOptions) -> (Boolean _rv, CFRange result)
CFStringGetBytes(...)
(CFRange range, CFStringEncoding encoding, UInt8 lossByte, Boolean isExternalRepresentation, CFIndex maxBufLen) -> (CFIndex _rv, UInt8 buffer, CFIndex usedBufLen)
CFStringGetDoubleValue(...)
() -> (double _rv)
CFStringGetFastestEncoding(...)
() -> (CFStringEncoding _rv)
CFStringGetIntValue(...)
() -> (SInt32 _rv)
CFStringGetLength(...)
() -> (CFIndex _rv)
CFStringGetLineBounds(...)
(CFRange range) -> (CFIndex lineBeginIndex, CFIndex lineEndIndex, CFIndex contentsEndIndex)
CFStringGetSmallestEncoding(...)
() -> (CFStringEncoding _rv)
CFStringGetString(...)
() -> (string _rv)
CFStringGetUnicode(...)
() -> (unicode _rv)
CFStringHasPrefix(...)
(CFStringRef prefix) -> (Boolean _rv)
CFStringHasSuffix(...)
(CFStringRef suffix) -> (Boolean _rv)
CFURLCreateStringByAddingPercentEscapes(...)
(CFStringRef charactersToLeaveUnescaped, CFStringRef legalURLCharactersToBeEscaped, CFStringEncoding encoding) -> (CFStringRef _rv)
CFURLCreateStringByReplacingPercentEscapes(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCreateWithFileSystemPath(...)
(CFURLPathStyle pathStyle, Boolean isDirectory) -> (CFURLRef _rv)
CFURLCreateWithFileSystemPathRelativeToBase(...)
(CFURLPathStyle pathStyle, Boolean isDirectory, CFURLRef baseURL) -> (CFURLRef _rv)
CFURLCreateWithString(...)
(CFURLRef baseURL) -> (CFURLRef _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
class CFTypeRef(__builtin__.object)
     Methods defined here:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
toPython(...)
() -> (python_object)

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
CFTypeRefType = class CFTypeRef(__builtin__.object)
     Methods defined here:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
toPython(...)
() -> (python_object)

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
class CFURLRef(CFTypeRef)
    
Method resolution order:
CFURLRef
CFTypeRef
__builtin__.object

Methods defined here:
CFURLCanBeDecomposed(...)
() -> (Boolean _rv)
CFURLCopyAbsoluteURL(...)
() -> (CFURLRef _rv)
CFURLCopyFileSystemPath(...)
(CFURLPathStyle pathStyle) -> (CFStringRef _rv)
CFURLCopyFragment(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCopyHostName(...)
() -> (CFStringRef _rv)
CFURLCopyLastPathComponent(...)
() -> (CFStringRef _rv)
CFURLCopyNetLocation(...)
() -> (CFStringRef _rv)
CFURLCopyParameterString(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCopyPassword(...)
() -> (CFStringRef _rv)
CFURLCopyPath(...)
() -> (CFStringRef _rv)
CFURLCopyPathExtension(...)
() -> (CFStringRef _rv)
CFURLCopyQueryString(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCopyResourceSpecifier(...)
() -> (CFStringRef _rv)
CFURLCopyScheme(...)
() -> (CFStringRef _rv)
CFURLCopyStrictPath(...)
() -> (CFStringRef _rv, Boolean isAbsolute)
CFURLCopyUserName(...)
() -> (CFStringRef _rv)
CFURLCreateCopyAppendingPathComponent(...)
(CFStringRef pathComponent, Boolean isDirectory) -> (CFURLRef _rv)
CFURLCreateCopyAppendingPathExtension(...)
(CFStringRef extension) -> (CFURLRef _rv)
CFURLCreateCopyDeletingLastPathComponent(...)
() -> (CFURLRef _rv)
CFURLCreateCopyDeletingPathExtension(...)
() -> (CFURLRef _rv)
CFURLCreateData(...)
(CFStringEncoding encoding, Boolean escapeWhitespace) -> (CFDataRef _rv)
CFURLGetBaseURL(...)
() -> (CFURLRef _rv)
CFURLGetFSRef(...)
() -> (Boolean _rv, FSRef fsRef)
CFURLGetFileSystemRepresentation(...)
(Boolean resolveAgainstBase, CFIndex maxBufLen) -> (Boolean _rv, UInt8 buffer)
CFURLGetPortNumber(...)
() -> (SInt32 _rv)
CFURLGetString(...)
() -> (CFStringRef _rv)
CFURLHasDirectoryPath(...)
() -> (Boolean _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
CFURLRefType = class CFURLRef(CFTypeRef)
    
Method resolution order:
CFURLRef
CFTypeRef
__builtin__.object

Methods defined here:
CFURLCanBeDecomposed(...)
() -> (Boolean _rv)
CFURLCopyAbsoluteURL(...)
() -> (CFURLRef _rv)
CFURLCopyFileSystemPath(...)
(CFURLPathStyle pathStyle) -> (CFStringRef _rv)
CFURLCopyFragment(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCopyHostName(...)
() -> (CFStringRef _rv)
CFURLCopyLastPathComponent(...)
() -> (CFStringRef _rv)
CFURLCopyNetLocation(...)
() -> (CFStringRef _rv)
CFURLCopyParameterString(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCopyPassword(...)
() -> (CFStringRef _rv)
CFURLCopyPath(...)
() -> (CFStringRef _rv)
CFURLCopyPathExtension(...)
() -> (CFStringRef _rv)
CFURLCopyQueryString(...)
(CFStringRef charactersToLeaveEscaped) -> (CFStringRef _rv)
CFURLCopyResourceSpecifier(...)
() -> (CFStringRef _rv)
CFURLCopyScheme(...)
() -> (CFStringRef _rv)
CFURLCopyStrictPath(...)
() -> (CFStringRef _rv, Boolean isAbsolute)
CFURLCopyUserName(...)
() -> (CFStringRef _rv)
CFURLCreateCopyAppendingPathComponent(...)
(CFStringRef pathComponent, Boolean isDirectory) -> (CFURLRef _rv)
CFURLCreateCopyAppendingPathExtension(...)
(CFStringRef extension) -> (CFURLRef _rv)
CFURLCreateCopyDeletingLastPathComponent(...)
() -> (CFURLRef _rv)
CFURLCreateCopyDeletingPathExtension(...)
() -> (CFURLRef _rv)
CFURLCreateData(...)
(CFStringEncoding encoding, Boolean escapeWhitespace) -> (CFDataRef _rv)
CFURLGetBaseURL(...)
() -> (CFURLRef _rv)
CFURLGetFSRef(...)
() -> (Boolean _rv, FSRef fsRef)
CFURLGetFileSystemRepresentation(...)
(Boolean resolveAgainstBase, CFIndex maxBufLen) -> (Boolean _rv, UInt8 buffer)
CFURLGetPortNumber(...)
() -> (SInt32 _rv)
CFURLGetString(...)
() -> (CFStringRef _rv)
CFURLHasDirectoryPath(...)
() -> (Boolean _rv)
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from CFTypeRef:
CFCopyDescription(...)
() -> (CFStringRef _rv)
CFEqual(...)
(CFTypeRef cf2) -> (Boolean _rv)
CFGetRetainCount(...)
() -> (CFIndex _rv)
CFGetTypeID(...)
() -> (CFTypeID _rv)
CFHash(...)
() -> (CFHashCode _rv)
CFPropertyListCreateDeepCopy(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRef _rv)
CFPropertyListCreateFromXMLData(...)
(CFOptionFlags mutabilityOption) -> (CFTypeRefObj)
CFPropertyListCreateXMLData(...)
() -> (CFDataRef _rv)
CFRelease(...)
() -> None
CFRetain(...)
() -> (CFTypeRef _rv)
CFShow(...)
() -> None
toPython(...)
() -> (python_object)

 
Functions
       
CFAllocatorGetPreferredSizeForSize(...)
(CFIndex size, CFOptionFlags hint) -> (CFIndex _rv)
CFAllocatorGetTypeID(...)
() -> (CFTypeID _rv)
CFArrayCreateMutable(...)
(CFIndex capacity) -> (CFMutableArrayRef _rv)
CFArrayCreateMutableCopy(...)
(CFIndex capacity, CFArrayRef theArray) -> (CFMutableArrayRef _rv)
CFArrayGetTypeID(...)
() -> (CFTypeID _rv)
CFCopyTypeIDDescription(...)
(CFTypeID type_id) -> (CFStringRef _rv)
CFDataCreate(...)
(Buffer bytes) -> (CFDataRef _rv)
CFDataCreateMutable(...)
(CFIndex capacity) -> (CFMutableDataRef _rv)
CFDataCreateMutableCopy(...)
(CFIndex capacity, CFDataRef theData) -> (CFMutableDataRef _rv)
CFDataCreateWithBytesNoCopy(...)
(Buffer bytes) -> (CFDataRef _rv)
CFDataGetTypeID(...)
() -> (CFTypeID _rv)
CFDictionaryCreateMutable(...)
(CFIndex capacity) -> (CFMutableDictionaryRef _rv)
CFDictionaryCreateMutableCopy(...)
(CFIndex capacity, CFDictionaryRef theDict) -> (CFMutableDictionaryRef _rv)
CFDictionaryGetTypeID(...)
() -> (CFTypeID _rv)
CFPreferencesAddSuitePreferencesToApp(...)
(CFStringRef applicationID, CFStringRef suiteID) -> None
CFPreferencesAppSynchronize(...)
(CFStringRef applicationID) -> (Boolean _rv)
CFPreferencesCopyAppValue(...)
(CFStringRef key, CFStringRef applicationID) -> (CFTypeRef _rv)
CFPreferencesCopyApplicationList(...)
(CFStringRef userName, CFStringRef hostName) -> (CFArrayRef _rv)
CFPreferencesCopyKeyList(...)
(CFStringRef applicationID, CFStringRef userName, CFStringRef hostName) -> (CFArrayRef _rv)
CFPreferencesCopyMultiple(...)
(CFArrayRef keysToFetch, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName) -> (CFDictionaryRef _rv)
CFPreferencesCopyValue(...)
(CFStringRef key, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName) -> (CFTypeRef _rv)
CFPreferencesGetAppBooleanValue(...)
(CFStringRef key, CFStringRef applicationID) -> (Boolean _rv, Boolean keyExistsAndHasValidFormat)
CFPreferencesGetAppIntegerValue(...)
(CFStringRef key, CFStringRef applicationID) -> (CFIndex _rv, Boolean keyExistsAndHasValidFormat)
CFPreferencesRemoveSuitePreferencesFromApp(...)
(CFStringRef applicationID, CFStringRef suiteID) -> None
CFPreferencesSetAppValue(...)
(CFStringRef key, CFTypeRef value, CFStringRef applicationID) -> None
CFPreferencesSetMultiple(...)
(CFDictionaryRef keysToSet, CFArrayRef keysToRemove, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName) -> None
CFPreferencesSetValue(...)
(CFStringRef key, CFTypeRef value, CFStringRef applicationID, CFStringRef userName, CFStringRef hostName) -> None
CFPreferencesSynchronize(...)
(CFStringRef applicationID, CFStringRef userName, CFStringRef hostName) -> (Boolean _rv)
CFStringConvertEncodingToIANACharSetName(...)
(CFStringEncoding encoding) -> (CFStringRef _rv)
CFStringConvertEncodingToNSStringEncoding(...)
(CFStringEncoding encoding) -> (UInt32 _rv)
CFStringConvertEncodingToWindowsCodepage(...)
(CFStringEncoding encoding) -> (UInt32 _rv)
CFStringConvertNSStringEncodingToEncoding(...)
(UInt32 encoding) -> (CFStringEncoding _rv)
CFStringConvertWindowsCodepageToEncoding(...)
(UInt32 codepage) -> (CFStringEncoding _rv)
CFStringCreateMutable(...)
(CFIndex maxLength) -> (CFMutableStringRef _rv)
CFStringCreateMutableCopy(...)
(CFIndex maxLength, CFStringRef theString) -> (CFMutableStringRef _rv)
CFStringCreateWithBytes(...)
(Buffer bytes, CFStringEncoding encoding, Boolean isExternalRepresentation) -> (CFStringRef _rv)
CFStringCreateWithCString(...)
(char* cStr, CFStringEncoding encoding) -> (CFStringRef _rv)
CFStringCreateWithCStringNoCopy(...)
(char* cStr, CFStringEncoding encoding) -> (CFStringRef _rv)
CFStringCreateWithCharacters(...)
(Buffer chars) -> (CFStringRef _rv)
CFStringCreateWithCharactersNoCopy(...)
(Buffer chars) -> (CFStringRef _rv)
CFStringCreateWithPascalString(...)
(Str255 pStr, CFStringEncoding encoding) -> (CFStringRef _rv)
CFStringCreateWithPascalStringNoCopy(...)
(Str255 pStr, CFStringEncoding encoding) -> (CFStringRef _rv)
CFStringGetMaximumSizeForEncoding(...)
(CFIndex length, CFStringEncoding encoding) -> (CFIndex _rv)
CFStringGetMostCompatibleMacStringEncoding(...)
(CFStringEncoding encoding) -> (CFStringEncoding _rv)
CFStringGetNameOfEncoding(...)
(CFStringEncoding encoding) -> (CFStringRef _rv)
CFStringGetSystemEncoding(...)
() -> (CFStringEncoding _rv)
CFStringGetTypeID(...)
() -> (CFTypeID _rv)
CFStringIsEncodingAvailable(...)
(CFStringEncoding encoding) -> (Boolean _rv)
CFURLCreateFromFSRef(...)
(FSRef fsRef) -> (CFURLRef _rv)
CFURLCreateFromFileSystemRepresentation(...)
(Buffer buffer, Boolean isDirectory) -> (CFURLRef _rv)
CFURLCreateFromFileSystemRepresentationRelativeToBase(...)
(Buffer buffer, Boolean isDirectory, CFURLRef baseURL) -> (CFURLRef _rv)
CFURLCreateWithBytes(...)
(Buffer URLBytes, CFStringEncoding encoding, CFURLRef baseURL) -> (CFURLRef _rv)
CFURLGetTypeID(...)
() -> (CFTypeID _rv)
toCF(...)
(python_object) -> (CF_object)

 
Data
        kCFPreferencesAnyApplication = <CFStringRef object at 0x00000001070c4b90 for 0x00007fffda4af0a0>
kCFPreferencesAnyHost = <CFStringRef object at 0x00000001070c49d0 for 0x00007fffda56ba00>
kCFPreferencesAnyUser = <CFStringRef object at 0x00000001070c4d30 for 0x00007fffda56ba20>
kCFPreferencesCurrentApplication = <CFStringRef object at 0x00000001070c4c10 for 0x00007fffda56ba40>
kCFPreferencesCurrentHost = <CFStringRef object at 0x00000001070c4a90 for 0x00007fffda56ba60>
kCFPreferencesCurrentUser = <CFStringRef object at 0x00000001070c4b70 for 0x00007fffda4c2480>