Home
last modified time | relevance | path

Searched refs:fob (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DCallTips.py161 fob = _find_constructor(ob)
162 if fob is None:
163 fob = lambda: None function
169 fob = ob.im_func
174 fob = ob_call.im_func
177 fob = ob
179 if type(fob) in [types.FunctionType, types.LambdaType]:
180 argcount = fob.func_code.co_argcount
181 real_args = fob.func_code.co_varnames[arg_offset:argcount]
182 defaults = fob.func_defaults or []
[all …]
/external/python/cpython3/Lib/idlelib/
Dcalltips.py142 fob = ob.__init__
144 fob = ob_call
146 fob = ob
147 if isinstance(fob, (types.FunctionType, types.MethodType)):
148 argspec = inspect.formatargspec(*inspect.getfullargspec(fob))
/external/python/cpython2/Python/
Dimport.c2970 PyObject *fob, *ret; in call_find_module() local
2988 fob = PyFile_FromFile(fp, pathname, fdp->mode, fclose); in call_find_module()
2989 if (fob == NULL) { in call_find_module()
2995 fob = Py_None; in call_find_module()
2996 Py_INCREF(fob); in call_find_module()
2999 fob, pathname, fdp->suffix, fdp->mode, fdp->type); in call_find_module()
3000 Py_DECREF(fob); in call_find_module()
3086 get_file(char *pathname, PyObject *fob, char *mode) in get_file() argument
3089 if (fob == NULL) { in get_file()
3097 fp = PyFile_AsFile(fob); in get_file()
[all …]
/external/python/cpython3/Python/
Dtraceback.c272 PyObject *fob = NULL; in _Py_DisplaySourceLine() local
316 fob = _PyObject_CallMethodId(io, &PyId_TextIOWrapper, "Os", binary, encoding); in _Py_DisplaySourceLine()
320 if (fob == NULL) { in _Py_DisplaySourceLine()
336 lineobj = PyFile_GetLine(fob, -1); in _Py_DisplaySourceLine()
343 res = _PyObject_CallMethodId(fob, &PyId_close, NULL); in _Py_DisplaySourceLine()
348 Py_DECREF(fob); in _Py_DisplaySourceLine()
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3780 fob = ob.im_func
3783 fob = ob
3786 if type(fob) in [types.FunctionType, types.LambdaType]:
3788 counter = fob.func_code.co_argcount
3789 items2 = list(fob.func_code.co_varnames[argOffset:counter])
3790 realArgs = fob.func_code.co_varnames[argOffset:counter]
3791 defaults = fob.func_defaults or []
3795 if fob.func_code.co_flags & 0x4:
3796 items1.append("*"+fob.func_code.co_varnames[counter])
3797 items2.append("*"+fob.func_code.co_varnames[counter])
[all …]
/external/trappy/doc/
Dsummary plots.ipynb112 …\nB/OmN70pf+/v/b0kyfve9778w3/4D/PYY4/tyXr20s30bB7Y5zUBAAAAABwoNxoS76X7779/7fob\nvuEb8sQTT/RsLXtNGw…
D00 - Quick start.ipynb124 …\nB/OmN70pf+/v/b0kyfve9778w3/4D/PYY4/tyXr20s30bB7Y5zUBAAAAABwoNxoS76X7779/7fob\nvuEb8sQTT/RsLXtNGw…
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...
/external/jline/src/src/test/resources/jline/example/
Denglish.gz