Macros | |
| #define | Py_MIN(x, y) | 
| #define | Py_MAX(x, y) | 
| #define | Py_ABS(x) | 
| #define | _Py_XSTRINGIFY(x) | 
| #define | Py_STRINGIFY(x) | 
| #define | Py_MEMBER_SIZE(type, member) | 
| #define | Py_CHARMASK(c) | 
| #define | Py_BUILD_ASSERT_EXPR(cond) | 
| #define | Py_BUILD_ASSERT(cond) | 
| #define | Py_ARRAY_LENGTH(array) | 
| #define | PyDoc_VAR(name) | 
| #define | PyDoc_STRVAR(name, str) | 
| #define | PyDoc_STR(str) | 
| #define | _Py_SIZE_ROUND_DOWN(n, a) | 
| #define | _Py_SIZE_ROUND_UP(n, a) | 
| #define | _Py_ALIGN_DOWN(p, a) | 
| #define | _Py_ALIGN_UP(p, a) | 
| #define | _Py_IS_ALIGNED(p, a) | 
| #define | Py_UNUSED(name) | 
| #define | Py_UNREACHABLE() | 
| #define Py_MIN | ( | x, | |
| y | |||
| ) | 
| #define Py_MAX | ( | x, | |
| y | |||
| ) | 
| #define Py_ABS | ( | x | ) | 
| #define _Py_XSTRINGIFY | ( | x | ) | 
| #define Py_STRINGIFY | ( | x | ) | 
| #define Py_MEMBER_SIZE | ( | type, | |
| member | |||
| ) | 
| #define Py_CHARMASK | ( | c | ) | 
| #define Py_BUILD_ASSERT_EXPR | ( | cond | ) | 
| #define Py_BUILD_ASSERT | ( | cond | ) | 
| #define Py_ARRAY_LENGTH | ( | array | ) | 
| #define PyDoc_VAR | ( | name | ) | 
| #define PyDoc_STR | ( | str | ) | 
| #define _Py_SIZE_ROUND_DOWN | ( | n, | |
| a | |||
| ) | 
| #define _Py_SIZE_ROUND_UP | ( | n, | |
| a | |||
| ) | 
| #define _Py_ALIGN_DOWN | ( | p, | |
| a | |||
| ) | 
| #define _Py_ALIGN_UP | ( | p, | |
| a | |||
| ) | 
| #define _Py_IS_ALIGNED | ( | p, | |
| a | |||
| ) | 
| #define Py_UNUSED | ( | name | ) | 
| #define Py_UNREACHABLE | ( | ) |