Searched refs:py_files (Results 1 – 8 of 8) sorted by relevance
/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 | 323 def byte_compile (py_files, argument 414 script.write(",\n".join(map(repr, py_files)) + "]\n") 436 for file in py_files:
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ast_edits.py | 1032 py_files = [f for f in file_list if six.ensure_str(f).endswith(".py")] 1036 for filename in py_files: 1091 py_files = [ 1096 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 | 763 def py_files(members): 769 tar.extractall(members=py_files(tar))
|
/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/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*.
|