Home
last modified time | relevance | path

Searched defs:addNone (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c1185 int addNone = 1; in compiler_mod() local
3909 assemble(struct compiler *c, int addNone) in assemble()
/external/python/cpython3/Python/
Dcompile.c1515 int addNone = 1; in compiler_mod() local
5480 assemble(struct compiler *c, int addNone) in assemble()