Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dutils.py31 module_code = """ variable
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_fromlist.py88 def module_code(): function
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dutil.py210 def __init__(self, *names, module_code={}): argument
/aosp_15_r20/external/python/mako/mako/
Dcodegen.py342 def write_module_code(self, module_code): argument