Home
last modified time | relevance | path

Searched defs:modulename (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_fileio.py346 modulename = '_io' variable in CAutoFileTests
350 modulename = '_pyio' variable in PyAutoFileTests
573 modulename = '_io' variable in COtherFileTests
594 modulename = '_pyio' variable in PyOtherFileTests
/external/python/cpython2/Lib/plat-mac/
Daepack.py347 def mkobjectfrommodule(dict, modulename): argument
362 def mktype(typecode, modulename=None): argument
/external/python/setuptools/setuptools/tests/
Dtest_integration.py78 def _install_one(requirement, cmd, pkgname, modulename): argument
/external/python/cffi/cffi/
Dverifier.py32 def __init__(self, ffi, preamble, tmpdir=None, modulename=None, argument
/external/python/cpython2/Lib/
Dtrace.py141 def names(self, filename, modulename): argument
/external/python/cpython3/Lib/
Dtrace.py75 def names(self, filename, modulename): argument
/external/python/cpython2/Python/
Derrors.c580 PyObject *modulename = NULL; in PyErr_NewException() local
/external/python/cpython3/Python/
Derrors.c1111 PyObject *modulename = NULL; in PyErr_NewException() local
1328 PyObject *modulename = _PyObject_GetAttrId(exc_type, &PyId___module__); in write_unraisable_exc_file() local
Dpythonrun.c965 PyObject* modulename; in print_exception() local
/external/rmi4utils/rmidevice/
Dhiddevice.cpp933 std::string modulename; in FindTransportDevice() local
/external/libchrome/third_party/ply/
Dyacc.py2548 def write_table(self,modulename,outputdir='',signature=""): argument
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c116 char modulename[MAX_PATH]; variable