Home
last modified time | relevance | path

Searched defs:module_code (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_fromlist.py88 def module_code(): function
/external/python/cpython3/Lib/test/test_importlib/
Dutil.py210 def __init__(self, *names, module_code={}): argument
/external/python/mako/mako/
Dcodegen.py342 def write_module_code(self, module_code): argument