Home
last modified time | relevance | path

Searched refs:importable (Results 1 – 25 of 41) 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/llvm-project/llvm/test/Bitcode/
Dthinlto-summary-section.ll7 ; Flags should be 0x57 (87) for local linkage (0x3), dso_local (0x40) and not being importable
/external/python/pycparser/
DTODO.txt19 `pip install <tarballname>`. See that pycparser is importable in the Python
/external/python/setuptools/docs/
Dhistory.txt30 first proposed the idea of an importable binary distribution format for
Dpkg_resources.txt59 importable distribution
64 An importable distribution whose filename unambiguously identifies its
471 that are present and potentially importable on the current platform.
843 taking a ``Requirement`` instance and returning a matching importable
859 not be importable, and may or may not have metadata and resources associated
878 importable if `path_item` were on ``sys.path``. If `only` is false, this
880 not be importable unless their locations were also added to ``sys.path``.
932 A string indicating the distribution's location. For an importable
934 make it actively importable. For non-importable distributions, this is
1001 Ensure distribution is importable on `path`. If `path` is None,
[all …]
Dformats.txt21 importable. That is, it should be possible for a Python application to
23 to ensure that the desired eggs' contents are importable.
79 makes its contents importable.
83 directory that must be added to ``sys.path`` to make the egg importable.
/external/python/cpython3/Lib/test/
Dtest_uuid.py16 def importable(name): function
875 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/pybind11/tools/
Dpybind11Common.cmake208 # Check to see if modules are importable. Use REQUIRED to force an error if
/external/python/cpython3/Doc/library/
Dsite.rst70 corresponding module(s) importable
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
1817 pattern matching.) Only module names that are importable (i.e. are valid
1820 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
Dpickle.rst74 however the class definition must be importable and live in the same module as
527 defining module must be importable in the unpickling environment, and the module
/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
Dunittest.rst255 :ref:`packages <tut-packages>` importable from the top-level directory of
1510 pattern matching.) Only module names that are importable (i.e. are valid
1513 All test modules must be importable from the top level of the project. If
/external/python/enum34/enum/doc/
Denum.rst365 the top level of a module, since unpickling requires them to be importable
/external/python/cpython3/Doc/tutorial/
Dmodules.rst160 you can make the file usable as a script as well as an importable module,
/external/python/cpython3/Doc/reference/
Dimport.rst980 :mod:`__main__` does not correspond directly with an importable module:
992 Note also that even when ``__main__`` corresponds with an importable module
/external/python/cpython2/Doc/tutorial/
Dmodules.rst155 you can make the file usable as a script as well as an importable module,

12