Home
last modified time | relevance | path

Searched refs:modulename (Results 1 – 24 of 24) sorted by relevance

/third_party/python/Lib/
Dtrace.py75 def names(self, filename, modulename): argument
76 if modulename in self._ignore:
77 return self._ignore[modulename]
81 if modulename in self._mods: # Identical names, so ignore
82 self._ignore[modulename] = 1
91 if modulename.startswith(mod + '.'):
92 self._ignore[modulename] = 1
98 self._ignore[modulename] = 1
111 self._ignore[modulename] = 1
115 self._ignore[modulename] = 0
[all …]
/third_party/python/Python/
Derrors.c1111 PyObject *modulename = NULL; in PyErr_NewException() local
1136 modulename = PyUnicode_FromStringAndSize(name, in PyErr_NewException()
1138 if (modulename == NULL) in PyErr_NewException()
1140 if (_PyDict_SetItemId(dict, &PyId___module__, modulename) != 0) in PyErr_NewException()
1158 Py_XDECREF(modulename); in PyErr_NewException()
1328 PyObject *modulename = _PyObject_GetAttrId(exc_type, &PyId___module__); in write_unraisable_exc_file() local
1329 if (modulename == NULL || !PyUnicode_Check(modulename)) { in write_unraisable_exc_file()
1330 Py_XDECREF(modulename); in write_unraisable_exc_file()
1337 if (!_PyUnicode_EqualToASCIIId(modulename, &PyId_builtins)) { in write_unraisable_exc_file()
1338 if (PyFile_WriteObject(modulename, file, Py_PRINT_RAW) < 0) { in write_unraisable_exc_file()
[all …]
Dpythonrun.c965 PyObject* modulename; in print_exception() local
970 modulename = _PyObject_GetAttrId(type, &PyId___module__); in print_exception()
971 if (modulename == NULL || !PyUnicode_Check(modulename)) in print_exception()
973 Py_XDECREF(modulename); in print_exception()
978 if (!_PyUnicode_EqualToASCIIId(modulename, &PyId_builtins)) in print_exception()
980 err = PyFile_WriteObject(modulename, f, Py_PRINT_RAW); in print_exception()
983 Py_DECREF(modulename); in print_exception()
/third_party/python/Lib/test/
Dtest_fileio.py162 (self.modulename, self.f.name, self.f.mode))
166 (self.modulename, self.f.fileno(), self.f.mode))
169 "<%s.FileIO [closed]>" % (self.modulename,))
177 (self.modulename, f.name, f.mode))
346 modulename = '_io' variable in CAutoFileTests
350 modulename = '_pyio' variable in PyAutoFileTests
573 modulename = '_io' variable in COtherFileTests
594 modulename = '_pyio' variable in PyOtherFileTests
Dtest_pkg.py56 for modulename in self.modules_to_cleanup:
57 if modulename in sys.modules:
58 del sys.modules[modulename]
Dtest_trace.py493 modulename = os.path.basename(TESTFN)
517 modulename = os.path.basename(TESTFN)
/third_party/python/Doc/extending/
Dbuilding.rst26 ``PyInit_<modulename>``, with ``<modulename>`` replaced by the name of the
29 ``PyInitU_<modulename>``, with ``<modulename>`` encoded using Python's
Dextending.rst1196 modulename.attributename
/third_party/openssl/providers/
Dbuild.info21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a
/third_party/python/Tools/peg_generator/pegen/
Dc_generator.py451 modulename = self.grammar.metas.get("modulename", "parse")
454 self.print(trailer.rstrip("\n") % dict(mode=mode, modulename=modulename))
/third_party/python/Doc/howto/
Dinstrumentation.rst319 .. object:: import__find__load__start(str modulename)
326 .. object:: import__find__load__done(str modulename, int found)
/third_party/python/Doc/faq/
Dextending.rst186 module = PyImport_ImportModule("<modulename>");
190 the value of ``sys.modules["<modulename>"]``. Note that it doesn't enter the
Dprogramming.rst283 In general, don't use ``from modulename import *``. Doing so clutters the
/third_party/python/Doc/c-api/
Dcapsule.rst56 be specified as ``modulename.attributename``. This will enable other modules
/third_party/typescript/src/services/
Dtypes.ts273 …getResolvedModuleWithFailedLookupLocationsFromCache?(modulename: string, containingFile: string): …
/third_party/openssl/test/
Dsslapitest.c9887 char *modulename; in setup_tests() local
9912 || !TEST_ptr(modulename = test_get_argument(3)) in setup_tests()
9921 if (!TEST_true(OSSL_PROVIDER_available(libctx, modulename))) in setup_tests()
9925 if (strcmp(modulename, "default") != 0 in setup_tests()
9929 if (strcmp(modulename, "fips") == 0) in setup_tests()
/third_party/python/Doc/tutorial/
Dmodules.rst140 importlib.reload(modulename)``.
/third_party/typescript/lib/
Dtypescript.d.ts5457 …getResolvedModuleWithFailedLookupLocationsFromCache?(modulename: string, containingFile: string): …
DtypescriptServices.d.ts5457 …getResolvedModuleWithFailedLookupLocationsFromCache?(modulename: string, containingFile: string): …
Dtsserverlibrary.d.ts5457 …getResolvedModuleWithFailedLookupLocationsFromCache?(modulename: string, containingFile: string): …
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5698 …getResolvedModuleWithFailedLookupLocationsFromCache?(modulename: string, containingFile: string): …
Dtsserverlibrary.d.ts5698 …getResolvedModuleWithFailedLookupLocationsFromCache?(modulename: string, containingFile: string): …
/third_party/node/deps/npm/changelogs/
DCHANGELOG-3.md719 If you run `npm install modulename` it should, if a `npm-shrinkwrap.json` is
/third_party/python/Misc/
DHISTORY30105 "modulename.classname" instead of returning the same as repr().
34286 lib/<modulename>.py. Sometimes a file lib/<modulename>.doc contains