Home
last modified time | relevance | path

Searched defs:fromlist (Results 1 – 9 of 9) 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/cpython2/Demo/classes/
DVec.py29 def fromlist(cls, v): member in Vec
/external/python/cpython2/Python/
Dimport.c2222 PyObject *fromlist, int level) in import_module_level()
2308 PyObject *fromlist, int level) in PyImport_ImportModuleLevel()
2575 ensure_fromlist(PyObject *mod, PyObject *fromlist, char *buf, Py_ssize_t buflen, in ensure_fromlist()
Dbltinmodule.c43 PyObject *fromlist = NULL; in builtin___import__() local