Searched refs:fob (Results 1 – 10 of 10) 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/cpython3/Lib/idlelib/ |
D | calltip.py | 169 fob = ob_call if isinstance(ob_call, types.MethodType) else ob 173 argspec = str(inspect.signature(fob)) 181 if isinstance(fob, type) and argspec == '()':
|
/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/Python/ |
D | traceback.c | 381 PyObject *fob = NULL; in _Py_DisplaySourceLine() local 425 fob = _PyObject_CallMethodId(io, &PyId_TextIOWrapper, "Os", binary, encoding); in _Py_DisplaySourceLine() 429 if (fob == NULL) { in _Py_DisplaySourceLine() 445 lineobj = PyFile_GetLine(fob, -1); in _Py_DisplaySourceLine() 452 res = _PyObject_CallMethodIdNoArgs(fob, &PyId_close); in _Py_DisplaySourceLine() 457 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/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryWriter.cpp | 1538 std::unique_ptr<llvm::FileOutputBuffer> &fob = *fobOrErr; in writeBinary() local 1540 _buffer = fob->getBufferStart(); in writeBinary() 1546 if (Error E = fob->commit()) in writeBinary()
|
/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
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz |
|
D | ospd.txt.gz |
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|