HomeSort by relevance Sort by last modified time
    Searched defs:fromlist (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Vec.py 29 def fromlist(cls, v): member in class:Vec
49 return Vec.fromlist(v)
54 return Vec.fromlist(v)
59 return Vec.fromlist(v)
  /external/python/cpython2/Demo/classes/
Vec.py 29 def fromlist(cls, v): member in class:Vec
49 return Vec.fromlist(v)
54 return Vec.fromlist(v)
59 return Vec.fromlist(v)
  /external/python/cpython3/Tools/demo/
vector.py 35 def fromlist(cls, v): member in class:Vec
55 return Vec.fromlist(v)
60 return Vec.fromlist(v)
65 return Vec.fromlist(v)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mhlib.py 323 s.fromlist(seq)
839 def fromlist(self, list): member in class:IntSet
    [all...]
  /external/python/cpython2/Lib/
mhlib.py 323 s.fromlist(seq)
839 def fromlist(self, list): member in class:IntSet
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 38 static char *kwlist[] = {"name", "globals", "locals", "fromlist",
43 PyObject *fromlist = NULL; local
47 kwlist, &name, &globals, &locals, &fromlist, &level))
50 fromlist, level);
54 "__import__(name, globals={}, locals={}, fromlist=[], level=-1) -> module\n\
61 they are not modified. The locals argument is unused. The fromlist\n\
65 returns package A when fromlist is empty, but its submodule B when\n\
66 fromlist is not empty. Level is used to determine whether to perform \n\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 38 static char *kwlist[] = {"name", "globals", "locals", "fromlist",
43 PyObject *fromlist = NULL; local
47 kwlist, &name, &globals, &locals, &fromlist, &level))
50 fromlist, level);
54 "__import__(name, globals={}, locals={}, fromlist=[], level=-1) -> module\n\
57 they are not modified. The locals are currently unused. The fromlist\n\
61 returns package A when fromlist is empty, but its submodule B when\n\
62 fromlist is not empty. Level is used to determine whether to perform \n\
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 38 static char *kwlist[] = {"name", "globals", "locals", "fromlist",
43 PyObject *fromlist = NULL; local
47 kwlist, &name, &globals, &locals, &fromlist, &level))
50 fromlist, level);
54 "__import__(name, globals={}, locals={}, fromlist=[], level=-1) -> module\n\
61 they are not modified. The locals argument is unused. The fromlist\n\
65 returns package A when fromlist is empty, but its submodule B when\n\
66 fromlist is not empty. The level argument is used to determine whether to\n\
    [all...]
  /external/python/cpython3/Python/
bltinmodule.c 304 static char *kwlist[] = {"name", "globals", "locals", "fromlist",
306 PyObject *name, *globals = NULL, *locals = NULL, *fromlist = NULL; local
310 kwlist, &name, &globals, &locals, &fromlist, &level))
313 fromlist, level);
317 "__import__(name, globals=None, locals=None, fromlist=(), level=0) -> module\n\
324 they are not modified. The locals argument is unused. The fromlist\n\
328 returns package A when fromlist is empty, but its submodule B when\n\
329 fromlist is not empty. The level argument is used to determine whether to\n\
    [all...]
sysmodule.c 150 PyObject *fromlist = Py_BuildValue("(s)", attrname); local
151 if (fromlist == NULL) {
157 modulepath, NULL, NULL, fromlist, 0);
159 Py_DECREF(fromlist);
    [all...]
ceval.c 2597 PyObject *fromlist = POP(); local
    [all...]
  /external/ImageMagick/coders/
dds.c 2780 fromlist, local
    [all...]

Completed in 511 milliseconds