mirror of
https://github.com/python/cpython.git
synced 2025-09-06 08:51:39 +00:00
This file never made it to the repository, somehow.
This commit is contained in:
parent
5472376f0d
commit
f90367c6d4
1 changed files with 28 additions and 0 deletions
28
Mac/Lib/Carbon/CoreFoundation.py
Normal file
28
Mac/Lib/Carbon/CoreFoundation.py
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Generated from 'CFBase.h'
|
||||
|
||||
def FOUR_CHAR_CODE(x): return x
|
||||
kCFCompareLessThan = -1
|
||||
kCFCompareEqualTo = 0
|
||||
kCFCompareGreaterThan = 1
|
||||
kCFNotFound = -1
|
||||
kCFPropertyListImmutable = 0
|
||||
kCFPropertyListMutableContainers = 1
|
||||
kCFPropertyListMutableContainersAndLeaves = 2
|
||||
# kCFStringEncodingInvalidId = (long)0xFFFFFFFF
|
||||
kCFStringEncodingMacRoman = 0
|
||||
kCFStringEncodingWindowsLatin1 = 0x0500
|
||||
kCFStringEncodingISOLatin1 = 0x0201
|
||||
kCFStringEncodingNextStepLatin = 0x0B01
|
||||
kCFStringEncodingASCII = 0x0600
|
||||
kCFStringEncodingUnicode = 0x0100
|
||||
kCFStringEncodingUTF8 = 0x08000100
|
||||
kCFStringEncodingNonLossyASCII = 0x0BFF
|
||||
kCFCompareCaseInsensitive = 1
|
||||
kCFCompareBackwards = 4
|
||||
kCFCompareAnchored = 8
|
||||
kCFCompareNonliteral = 16
|
||||
kCFCompareLocalized = 32
|
||||
kCFCompareNumerically = 64
|
||||
kCFURLPOSIXPathStyle = 0
|
||||
kCFURLHFSPathStyle = 1
|
||||
kCFURLWindowsPathStyle = 2
|
Loading…
Add table
Add a link
Reference in a new issue