Searched defs:dont_inherit (Results 1 – 5 of 5) sorted by relevance
170 dont_inherit=False, argument
185 int dont_inherit = 0; in builtin_compile() local
474 int dont_inherit = 0; in builtin_compile() local
749 const char *mode, int flags, int dont_inherit, in builtin_compile_impl()
51 def compile(source, filename, mode, flags=None, dont_inherit=None): argument