python-2.7.6/include/code.h File Reference
#define _PyCode_GETCODEPTR |
( |
|
co, |
|
|
|
pp |
|
) |
| |
Value:((*
Py_TYPE((
co)->co_code)->tp_as_buffer->bf_getreadbuffer) \
((
co)->co_code, 0, (
void **)(pp)))
Definition at line 86 of file code.h.
#define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */ |
#define CO_FUTURE_DIVISION 0x2000 |
#define CO_FUTURE_PRINT_FUNCTION 0x10000 |
#define CO_FUTURE_UNICODE_LITERALS 0x20000 |
#define CO_FUTURE_WITH_STATEMENT 0x8000 |
#define CO_GENERATOR 0x0020 |
#define CO_MAXBLOCKS 20 /* Max static block nesting within a function */ |
#define CO_NEWLOCALS 0x0002 |
#define CO_OPTIMIZED 0x0001 |
#define CO_VARARGS 0x0004 |
#define CO_VARKEYWORDS 0x0008 |
#define PY_PARSER_REQUIRES_FUTURE_KEYWORD |
#define PyCode_Check |
( |
|
op | ) |
(Py_TYPE(op) == &PyCode_Type) |
- constraints/CharacterSolver/HIK2014Solver/hikhostmb.cxx, constraints/CharacterSolver/HIK2014Solver/hikhostmb.h, constraints/CharacterSolver/HIK2016Solver/hikhostmb.cxx, constraints/CharacterSolver/HIK2016Solver/hikhostmb.h, devices/devicemocap/fileio.cxx, devices/deviceoptical/opticaldevicetester/DeviceBuffer.h, devices/deviceopticalhybrid/opticalhybriddevicetester/DeviceBuffer.h, devices/deviceopticalhybrid/ordeviceopticalhybrid_hardware.h, devices/devicereclist/ordevicereclist_layout.cxx, devices/devicevideo/ordevicevideo_device.cxx, miscellaneous/motionbuilder_shelf/shelveTool.cpp, shaders/Common/GL/glew.c, shaders/Common/GL/glxew.h, shaders/Common/GL/wglew.h, shaders/DynamicLighting/DynamicLighting_layout.cxx, shaders/DynamicLightingShadow/DynamicLightingShadow_layout.cxx, and shaders/shaderscreen/orshaderscreen_layout.cxx.
Definition at line 72 of file code.h.
Go to the source code of this file.