/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/llvm-project/llvm/test/Bitcode/ |
D | thinlto-summary-section.ll | 7 ; Flags should be 0x57 (87) for local linkage (0x3), dso_local (0x40) and not being importable
|
/external/python/pycparser/ |
D | TODO.txt | 19 `pip install <tarballname>`. See that pycparser is importable in the Python
|
/external/python/setuptools/docs/ |
D | history.txt | 30 first proposed the idea of an importable binary distribution format for
|
D | pkg_resources.txt | 59 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 …]
|
D | formats.txt | 21 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/ |
D | test_uuid.py | 16 def importable(name): function 875 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/pybind11/tools/ |
D | pybind11Common.cmake | 208 # Check to see if modules are importable. Use REQUIRED to force an error if
|
/external/python/cpython3/Doc/library/ |
D | site.rst | 70 corresponding module(s) importable
|
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 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
|
D | concurrent.futures.rst | 228 The ``__main__`` module must be importable by worker subprocesses. This means
|
D | pickle.rst | 74 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/ |
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
|
D | unittest.rst | 255 :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/ |
D | enum.rst | 365 the top level of a module, since unpickling requires them to be importable
|
/external/python/cpython3/Doc/tutorial/ |
D | modules.rst | 160 you can make the file usable as a script as well as an importable module,
|
/external/python/cpython3/Doc/reference/ |
D | import.rst | 980 :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/ |
D | modules.rst | 155 you can make the file usable as a script as well as an importable module,
|