Home
last modified time | relevance | path

Searched defs:fromlist (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/
Dmodulefinder.py167 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument
255 def ensure_fromlist(self, m, fromlist, recursive=0): argument
366 def _safe_import_hook(self, name, caller, fromlist, level=-1): argument
Ddifflib.py1893 def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): argument
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_fromlist.py103 def basic_star_test(self, fromlist=['*']): argument
/external/pytorch/torch/package/
Dpackage_importer.py551 def _handle_fromlist(self, module, fromlist, *, recursive=False): argument
591 def __import__(self, name, globals=None, locals=None, fromlist=(), level=0): argument
/external/python/cpython3/Lib/importlib/
D_bootstrap.py1390 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
1454 def __import__(name, globals=None, locals=None, fromlist=(), level=0): argument
/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h73 PyObject *fromlist = NULL; in builtin___import__() local
/external/python/cpython3/Python/
Dimport.c3720 PyObject *locals, PyObject *fromlist, in PyImport_ImportModuleLevelObject()
3863 PyObject *fromlist, int level) in PyImport_ImportModuleLevel()
Dbltinmodule.c274 PyObject *locals, PyObject *fromlist, int level) in builtin___import___impl()
Dbytecodes.c68 static PyObject *orig, *excs, *update, *b, *fromlist, *level, *from; variable
Dceval.c2675 PyObject *name, PyObject *fromlist, PyObject *level) in import_name()
Dgenerated_cases.c.h3195 PyObject *fromlist; in TARGET() local
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1953 def Importer(self, module, globals='', locals='', fromlist=None): argument