Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dpy34compat.py10 module_from_spec = importlib.util.module_from_spec variable
12 def module_from_spec(spec): function
/external/python/cpython3/Lib/importlib/
D_bootstrap.py564 def module_from_spec(spec): function