Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dimputil.py86 def _import_hook(self, fqname, globals=None, locals=None, fromlist=None): argument
228 def _finish_import(self, top, parts, fromlist): argument
333 def _import_fromlist(self, package, fromlist): argument
351 def _do_import(self, parent, parts, fromlist): argument
Dmodulefinder.py142 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument
230 def ensure_fromlist(self, m, fromlist, recursive=0): argument
336 def _safe_import_hook(self, name, caller, fromlist, level=-1): argument
Dihooks.py362 def import_module(self, name, globals={}, locals={}, fromlist=[]): argument
404 def import_module(self, name, globals=None, locals=None, fromlist=None, argument
493 def ensure_fromlist(self, m, fromlist, recursive=0): argument
Drexec.py338 def r_import(self, mname, globals={}, locals={}, fromlist=[]): argument
Dmhlib.py839 def fromlist(self, list): member in IntSet
Ddifflib.py1894 def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): argument
/external/python/cpython3/Lib/
Dmodulefinder.py118 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument
206 def ensure_fromlist(self, m, fromlist, recursive=0): argument
316 def _safe_import_hook(self, name, caller, fromlist, level=-1): argument
Ddifflib.py1934 def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): argument
/external/python/cpython3/Tools/demo/
Dvector.py35 def fromlist(cls, v): member in Vec
/external/python/cpython2/Demo/classes/
DVec.py29 def fromlist(cls, v): member in Vec
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_fromlist.py103 def basic_star_test(self, fromlist=['*']): argument
/external/python/cpython3/Lib/importlib/
D_bootstrap.py1009 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
1074 def __import__(name, globals=None, locals=None, fromlist=(), level=0): argument
/external/python/cpython2/Python/
Dimport.c2244 PyObject *fromlist, int level) in import_module_level()
2330 PyObject *fromlist, int level) in PyImport_ImportModuleLevel()
2597 ensure_fromlist(PyObject *mod, PyObject *fromlist, char *buf, Py_ssize_t buflen, in ensure_fromlist()
Dbltinmodule.c43 PyObject *fromlist = NULL; in builtin___import__() local
/external/python/cpython3/Python/
Dimport.c1671 PyObject *locals, PyObject *fromlist, in PyImport_ImportModuleLevelObject()
1834 PyObject *fromlist, int level) in PyImport_ImportModuleLevel()
Dceval.c2597 PyObject *fromlist = POP(); in _PyEval_EvalFrameDefault() local
4752 import_name(PyFrameObject *f, PyObject *name, PyObject *fromlist, PyObject *level) in import_name()
Dsysmodule.c150 PyObject *fromlist = Py_BuildValue("(s)", attrname); in sys_breakpointhook() local
Dbltinmodule.c306 PyObject *name, *globals = NULL, *locals = NULL, *fromlist = NULL; in builtin___import__() local
/external/ImageMagick/coders/
Ddds.c2780 fromlist, in WriteDDSImage() local
3194 const MagickBooleanType fromlist,const MagickBooleanType clusterFit, in WriteMipmaps()
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1948 def Importer(self, module, globals='', locals='', fromlist=None): argument