Searched refs:importable (Results 1 – 25 of 47) sorted by relevance
12
/external/python/cpython2/Tools/scripts/ |
D | h2py.py | 44 importable = {} variable 93 importable[filename[len(dir)+1:]] = modname 161 if importable.has_key(filename): 162 outfp.write('from %s import *\n' % importable[filename])
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlexports.rpgle | 1 * Summary: macros for marking symbols as exportable/importable. 2 * Description: macros for marking symbols as exportable/importable.
|
/external/python/cpython2/Lib/test/ |
D | test_uuid.py | 7 def importable(name): function 323 @unittest.skipUnless(importable('ctypes'), 'requires ctypes') 377 @unittest.skipUnless(importable('ctypes'), 'requires ctypes') 499 @unittest.skipUnless(importable('win32wnet'), 'requires win32wnet') 500 @unittest.skipUnless(importable('netbios'), 'requires netbios') 514 @unittest.skipUnless(importable('ctypes'), 'requires ctypes') 523 @unittest.skipUnless(importable('ctypes'), 'requires ctypes')
|
/external/python/pycparser/ |
D | TODO.txt | 19 `pip install <tarballname>`. See that pycparser is importable in the Python
|
/external/python/setuptools/docs/ |
D | history.rst | 32 first proposed the idea of an importable binary distribution format for
|
D | pkg_resources.rst | 63 importable distribution 68 An importable distribution whose filename unambiguously identifies its 475 that are present and potentially importable on the current platform. 847 taking a ``Requirement`` instance and returning a matching importable 863 not be importable, and may or may not have metadata and resources associated 882 importable if ``path_item`` were on ``sys.path``. If ``only`` is false, this 884 not be importable unless their locations were also added to ``sys.path``. 936 A string indicating the distribution's location. For an importable 938 make it actively importable. For non-importable distributions, this is 1005 Ensure distribution is importable on ``path``. If ``path`` is None, [all …]
|
D | setuptools.rst | 16 a single-file importable distribution format
|
/external/python/cpython3/Lib/test/ |
D | test_uuid.py | 17 def importable(name): function 876 if not importable('_uuid') and not importable('ctypes'):
|
/external/python/setuptools/pkg_resources/ |
D | api_tests.txt | 114 Working Set can contain any importable distribution, not just pluggable ones. 115 For example, the Python standard library is an importable distribution that
|
/external/rust/cxx/book/src/build/ |
D | cargo.md | 140 Additionally, headers from a direct dependency are only importable if the 142 will not be importable from outside of the same crate. See *[the `links`
|
/external/python/cpython2/Tools/faqwiz/ |
D | README | 16 importable module. The actual script in cgi-bin is minimal.
|
/external/python/dateutil/ |
D | README.rst | 48 different from the importable name)::
|
/external/python/cpython3/Doc/extending/ |
D | building.rst | 12 To be importable, the shared library must be available on :envvar:`PYTHONPATH`,
|
/external/python/setuptools/docs/deprecated/ |
D | python_eggs.rst | 18 importable. That is, it should be possible for a Python application to 20 to ensure that the desired eggs' contents are importable. 76 makes its contents importable. 80 directory that must be added to ``sys.path`` to make the egg importable.
|
/external/markdown/docs/ |
D | test_tools.md | 10 Therefore, the tools are importable from `markdown.test_tools`.
|
D | reference.md | 86 registered entry point of any installed extension or the importable path
|
/external/python/pybind11/tools/ |
D | pybind11Common.cmake | 208 # Check to see if modules are importable. Use REQUIRED to force an error if
|
/external/python/absl-py/ |
D | CHANGELOG.md | 339 replacement. For PY2, it will be available if mock is importable.
|
/external/python/cpython3/Doc/library/ |
D | site.rst | 70 corresponding module(s) importable
|
D | __main__.rst | 159 being isolated and importable elsewhere. When ``echo.py`` is imported, the
|
D | unittest.rst | 175 The file specified must still be importable as a module. The path is converted 177 If you want to execute a test file that isn't importable as a module you should 265 <namespace package>`) importable from the top-level directory of 1842 pattern matching.) Only module names that are importable (i.e. are valid 1845 All test modules must be importable from the top level of the project. If
|
D | concurrent.futures.rst | 228 The ``__main__`` module must be importable by worker subprocesses. This means
|
/external/python/cpython2/Doc/library/ |
D | pickle.rst | 73 however the class definition must be importable and live in the same module as 370 defining module must be importable in the unpickling environment, and the module
|
/external/python/enum34/enum/doc/ |
D | enum.rst | 365 the top level of a module, since unpickling requires them to be importable
|
/external/python/typing/docs/source/ |
D | libraries.rst | 83 importable unless the file name begins with an underscore. These modules
|
12