HomeSort by relevance Sort by last modified time
    Searched defs:dont_inherit (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Python/clinic/
bltinmodule.c.h 134 " dont_inherit=False, optimize=-1)\n"
145 "The dont_inherit argument, if true, stops the compilation inheriting\n"
155 const char *mode, int flags, int dont_inherit,
162 static const char * const _keywords[] = {"source", "filename", "mode", "flags", "dont_inherit", "optimize", NULL};
168 int dont_inherit = 0; local
172 &source, PyUnicode_FSDecoder, &filename, &mode, &flags, &dont_inherit, &optimize)) {
175 return_value = builtin_compile_impl(module, source, filename, mode, flags, dont_inherit, optimize);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 473 int dont_inherit = 0; local
480 "dont_inherit", NULL};
485 &supplied_flags, &dont_inherit))
499 if (!dont_inherit) {
566 "compile(source, filename, mode[, flags[, dont_inherit]]) -> code object\n\
575 The dont_inherit argument, if non-zero, stops the compilation inheriting\n\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 467 int dont_inherit = 0; local
474 "dont_inherit", NULL};
479 &supplied_flags, &dont_inherit))
493 if (!dont_inherit) {
558 "compile(source, filename, mode[, flags[, dont_inherit]]) -> code object\n\
567 The dont_inherit argument, if non-zero, stops the compilation inheriting\n\
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 473 int dont_inherit = 0; local
480 "dont_inherit", NULL};
485 &supplied_flags, &dont_inherit))
499 if (!dont_inherit) {
577 "compile(source, filename, mode[, flags[, dont_inherit]]) -> code object\n\
586 The dont_inherit argument, if non-zero, stops the compilation inheriting\n\
    [all...]

Completed in 357 milliseconds