Home
last modified time | relevance | path

Searched defs:Import (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h160 } Import; member
429 #define Import(a0, a1, a2, a3) _Py_Import(a0, a1, a2, a3) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h160 } Import; member
429 #define Import(a0, a1, a2, a3) _Py_Import(a0, a1, a2, a3) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dast.py729 class Import(Node): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
DPython-ast.c1337 Import(asdl_seq * names, int lineno, int col_offset, PyArena *arena) in Import() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
DPython-ast.c1354 Import(asdl_seq * names, int lineno, int col_offset, PyArena *arena) in Import() function