Home
last modified time | relevance | path

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

12

/external/python/cpython3/Tools/scripts/
Dh2py.py44 importable = {} variable
84 importable[filename[len(dir)+1:]] = modname
152 if filename in importable:
153 outfp.write('from %s import *\n' % importable[filename])
/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/cpython3/Lib/test/
Dtest_uuid.py17 def importable(name): function
717 @unittest.skipUnless(importable('win32wnet'), 'requires win32wnet')
718 @unittest.skipUnless(importable('netbios'), 'requires netbios')
736 if not importable('_uuid') and not importable('ctypes'):
745 @unittest.skipUnless(importable('ctypes'), 'requires ctypes')
/external/swiftshader/third_party/llvm-7.0/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/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.
Dsetuptools.txt29 a single-file importable distribution format
1734 are cross-platform (for "pure" packages), directly importable, and contain
Deasy_install.txt345 from treating the scripts as importable modules (where name conflicts exist).
/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/python/cpython2/Tools/faqwiz/
DREADME16 importable module. The actual script in cgi-bin is minimal.
/external/python/cpython3/Doc/extending/
Dbuilding.rst12 To be importable, the shared library must be available on :envvar:`PYTHONPATH`,
/external/python/cpython3/Doc/library/
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
1699 pattern matching.) Only module names that are importable (i.e. are valid
1702 All test modules must be importable from the top level of the project. If
Dconcurrent.futures.rst206 The ``__main__`` module must be importable by worker subprocesses. This means
Dpickle.rst66 however the class definition must be importable and live in the same module as
448 defining module must be importable in the unpickling environment, and the module
Denum.rst438 the top level of a module, since unpickling requires them to be importable
/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/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.rst951 :mod:`__main__` does not correspond directly with an importable module:
963 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,
/external/llvm/docs/
DCMake.rst560 LLVM libraries as importable CMake targets. This means that clients of LLVM can
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCMake.rst635 LLVM libraries as importable CMake targets. This means that clients of LLVM can

12