Home
last modified time | relevance | path

Searched refs:create_dynamic (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dimp.py14 from _imp import create_dynamic namespace
17 create_dynamic = None variable
330 if create_dynamic:
/third_party/python/Lib/test/
H A Dtest_imp.py333 # There shouldn't be an assertion failure in imp.create_dynamic(),
335 create_dynamic = support.get_attribute(imp, 'create_dynamic')
340 create_dynamic(BadSpec())
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py1234 _imp.create_dynamic, spec)

Completed in 4 milliseconds