]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Include/bytesobject.h
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / bytesobject.h
CommitLineData
4710c53d 1#define PyBytesObject PyStringObject\r
2#define PyBytes_Type PyString_Type\r
3\r
4#define PyBytes_Check PyString_Check\r
5#define PyBytes_CheckExact PyString_CheckExact \r
6#define PyBytes_CHECK_INTERNED PyString_CHECK_INTERNED\r
7#define PyBytes_AS_STRING PyString_AS_STRING\r
8#define PyBytes_GET_SIZE PyString_GET_SIZE\r
9#define Py_TPFLAGS_BYTES_SUBCLASS Py_TPFLAGS_STRING_SUBCLASS\r
10\r
11#define PyBytes_FromStringAndSize PyString_FromStringAndSize\r
12#define PyBytes_FromString PyString_FromString\r
13#define PyBytes_FromFormatV PyString_FromFormatV\r
14#define PyBytes_FromFormat PyString_FromFormat\r
15#define PyBytes_Size PyString_Size\r
16#define PyBytes_AsString PyString_AsString\r
17#define PyBytes_Repr PyString_Repr\r
18#define PyBytes_Concat PyString_Concat\r
19#define PyBytes_ConcatAndDel PyString_ConcatAndDel\r
20#define _PyBytes_Resize _PyString_Resize\r
21#define _PyBytes_Eq _PyString_Eq\r
22#define PyBytes_Format PyString_Format\r
23#define _PyBytes_FormatLong _PyString_FormatLong\r
24#define PyBytes_DecodeEscape PyString_DecodeEscape\r
25#define _PyBytes_Join _PyString_Join\r
26#define PyBytes_AsStringAndSize PyString_AsStringAndSize\r
27#define _PyBytes_InsertThousandsGrouping _PyString_InsertThousandsGrouping\r