Searched defs:modulename (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | aepack.py | 347 def mkobjectfrommodule(dict, modulename): argument 362 def mktype(typecode, modulename=None): argument
|
/external/python/cpython3/Lib/test/ |
D | test_fileio.py | 344 modulename = '_io' variable in CAutoFileTests 348 modulename = '_pyio' variable in PyAutoFileTests 571 modulename = '_io' variable in COtherFileTests 592 modulename = '_pyio' variable in PyOtherFileTests
|
/external/python/setuptools/setuptools/tests/ |
D | test_integration.py | 71 def _install_one(requirement, cmd, pkgname, modulename): argument
|
/external/python/cffi/cffi/ |
D | verifier.py | 32 def __init__(self, ffi, preamble, tmpdir=None, modulename=None, argument
|
/external/python/cpython2/Lib/ |
D | trace.py | 141 def names(self, filename, modulename): argument
|
/external/python/cpython3/Lib/ |
D | trace.py | 75 def names(self, filename, modulename): argument
|
/external/python/cpython2/Python/ |
D | errors.c | 580 PyObject *modulename = NULL; in PyErr_NewException() local
|
/external/libchrome/third_party/ply/ |
D | yacc.py | 2545 def write_table(self,modulename,outputdir='',signature=""): argument
|
/external/python/cpython3/Python/ |
D | errors.c | 1081 PyObject *modulename = NULL; in PyErr_NewException() local
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 115 char modulename[MAX_PATH]; variable
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 116 char modulename[MAX_PATH]; variable
|