Searched refs:fob (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | CallTips.py | 161 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/cpython2/Python/ |
D | import.c | 2992 PyObject *fob, *ret; in call_find_module() local 3010 fob = PyFile_FromFile(fp, pathname, fdp->mode, fclose); in call_find_module() 3011 if (fob == NULL) { in call_find_module() 3017 fob = Py_None; in call_find_module() 3018 Py_INCREF(fob); in call_find_module() 3021 fob, pathname, fdp->suffix, fdp->mode, fdp->type); in call_find_module() 3022 Py_DECREF(fob); in call_find_module() 3108 get_file(char *pathname, PyObject *fob, char *mode) in get_file() argument 3111 if (fob == NULL) { in get_file() 3119 fp = PyFile_AsFile(fob); in get_file() [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | calltip.py | 139 fob = ob_call if isinstance(ob_call, types.MethodType) else ob 142 argspec = str(inspect.signature(fob)) 151 if isinstance(fob, type) and argspec == '()':
|
/external/python/cpython3/Python/ |
D | traceback.c | 371 PyObject *fob = NULL; in _Py_DisplaySourceLine() local 415 fob = _PyObject_CallMethodId(io, &PyId_TextIOWrapper, "Os", binary, encoding); in _Py_DisplaySourceLine() 419 if (fob == NULL) { in _Py_DisplaySourceLine() 435 lineobj = PyFile_GetLine(fob, -1); in _Py_DisplaySourceLine() 442 res = _PyObject_CallMethodId(fob, &PyId_close, NULL); in _Py_DisplaySourceLine() 447 Py_DECREF(fob); in _Py_DisplaySourceLine()
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 3780 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/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 463 $x{hydrophobicity → hɑɪdrəfobɪsɪti ; # hɑɪdrəfobɪkɪti hɪdrɑfɑbɪsɪti 538 $x{claustrophobic → klostrəfobɪk ; # klɑstrɑfɑbɪk 3365 $x{hydrophobic → hɑɪdrəfobɪk ; # hɑɪdrofɑbɪk hɪdrɑfɑbɪk 5686 $x{homophobic → homəfobɪk ; # homofɑbɪk hɑmɑfɑbɪk 13268 $x{faubourg → fobʊr ; # fɑbɑʊrg 15802 $x{phoebus → fibəs ; # fobəs 19617 $x{phoebe}$x → fibi ; # fob 19618 $x{phobic → fobɪk ; # fɑbɪk
|
D | internal_raw_IPA.txt | 61290 fob %29951 fɑb, fɔb 80004 hydrophobicity %25608 hˌaɪdrəfobˈɪsɪti
|
D | internal_raw_IPA-old.txt | 72634 fob %14633 fɑb, fɔb 94797 hydrophobicity %11761 hˌaɪdrəfobˈɪsɪti
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|