Searched refs:py_files (Results 1 – 10 of 10) sorted by relevance
/external/python/setuptools/setuptools/_distutils/ |
D | util.py | 341 def byte_compile (py_files, argument 432 script.write(",\n".join(map(repr, py_files)) + "]\n") 454 for file in py_files:
|
/external/python/cpython2/Lib/distutils/ |
D | util.py | 328 def byte_compile (py_files, argument 413 script.write(string.join(map(repr, py_files), ",\n") + "]\n") 439 for file in py_files:
|
/external/python/pybind11/tests/extra_python_package/ |
D | test_files.py | 57 py_files = { variable 70 all_files = src_files | py_files
|
/external/python/cpython3/Lib/distutils/ |
D | util.py | 324 def byte_compile (py_files, argument 415 script.write(",\n".join(map(repr, py_files)) + "]\n") 439 for file in py_files:
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ast_edits.py | 1020 py_files = [f for f in file_list if f.endswith(".py")] 1022 for filename in py_files: 1077 py_files = [ 1080 files_to_process += py_files
|
/external/python/cpython2/Doc/library/ |
D | tarfile.rst | 665 def py_files(members): 671 tar.extractall(members=py_files(tar))
|
/external/python/cpython3/Doc/library/ |
D | tarfile.rst | 766 def py_files(members): 772 tar.extractall(members=py_files(tar))
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 1202 .. function:: byte_compile(py_files[, optimize=0, force=0, prefix=None, base_dir=None, verbose=1, d… 1205 :file:`.pyo` files in the same directory. *py_files* is a list of files to 1216 listed in *py_files*; you can modify these with *prefix* and *basedir*.
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 1237 .. function:: byte_compile(py_files[, optimize=0, force=0, prefix=None, base_dir=None, verbose=1, d… 1241 *py_files* is a list of files to compile; any files that don't end in 1251 listed in *py_files*; you can modify these with *prefix* and *basedir*.
|
/external/python/setuptools/docs/deprecated/distutils/ |
D | apiref.rst | 1237 .. function:: byte_compile(py_files[, optimize=0, force=0, prefix=None, base_dir=None, verbose=1, d… 1241 *py_files* is a list of files to compile; any files that don't end in 1251 listed in *py_files*; you can modify these with *prefix* and *basedir*.
|