Searched defs:dont_inherit (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Python/
H A Dbltinmodule.c473 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\

Completed in 140 milliseconds