Home
last modified time | relevance | path

Searched refs:importable (Results 1 – 25 of 47) sorted by relevance

12

/external/python/cpython2/Tools/scripts/
Dh2py.py44 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/
Dxmlexports.rpgle1 * Summary: macros for marking symbols as exportable/importable.
2 * Description: macros for marking symbols as exportable/importable.
/external/python/cpython2/Lib/test/
Dtest_uuid.py7 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/
DTODO.txt19 `pip install <tarballname>`. See that pycparser is importable in the Python
/external/python/setuptools/docs/
Dhistory.rst32 first proposed the idea of an importable binary distribution format for
Dpkg_resources.rst63 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 …]
Dsetuptools.rst16 a single-file importable distribution format
/external/python/cpython3/Lib/test/
Dtest_uuid.py17 def importable(name): function
876 if not importable('_uuid') and not importable('ctypes'):
/external/python/setuptools/pkg_resources/
Dapi_tests.txt114 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/
Dcargo.md140 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/
DREADME16 importable module. The actual script in cgi-bin is minimal.
/external/python/dateutil/
DREADME.rst48 different from the importable name)::
/external/python/cpython3/Doc/extending/
Dbuilding.rst12 To be importable, the shared library must be available on :envvar:`PYTHONPATH`,
/external/python/setuptools/docs/deprecated/
Dpython_eggs.rst18 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/
Dtest_tools.md10 Therefore, the tools are importable from `markdown.test_tools`.
Dreference.md86 registered entry point of any installed extension or the importable path
/external/python/pybind11/tools/
Dpybind11Common.cmake208 # Check to see if modules are importable. Use REQUIRED to force an error if
/external/python/absl-py/
DCHANGELOG.md339 replacement. For PY2, it will be available if mock is importable.
/external/python/cpython3/Doc/library/
Dsite.rst70 corresponding module(s) importable
D__main__.rst159 being isolated and importable elsewhere. When ``echo.py`` is imported, the
Dunittest.rst175 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
Dconcurrent.futures.rst228 The ``__main__`` module must be importable by worker subprocesses. This means
/external/python/cpython2/Doc/library/
Dpickle.rst73 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/
Denum.rst365 the top level of a module, since unpickling requires them to be importable
/external/python/typing/docs/source/
Dlibraries.rst83 importable unless the file name begins with an underscore. These modules

12