Home
last modified time | relevance | path

Searched refs:py_files (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dutil.py328 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/cpython3/Lib/distutils/
Dutil.py310 def byte_compile (py_files, argument
400 script.write(",\n".join(map(repr, py_files)) + "]\n")
424 for file in py_files:
/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py596 py_files = [f for f in file_list if f.endswith(".py")]
598 for filename in py_files:
638 py_files = [os.path.join(dir_name,
640 files_to_process += py_files
/external/python/cpython2/Doc/library/
Dtarfile.rst665 def py_files(members):
671 tar.extractall(members=py_files(tar))
/external/python/cpython3/Doc/library/
Dtarfile.rst753 def py_files(members):
759 tar.extractall(members=py_files(tar))
/external/python/cpython2/Doc/distutils/
Dapiref.rst1202 .. 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/
Dapiref.rst1204 .. function:: byte_compile(py_files[, optimize=0, force=0, prefix=None, base_dir=None, verbose=1, d…
1208 *py_files* is a list of files to compile; any files that don't end in
1218 listed in *py_files*; you can modify these with *prefix* and *basedir*.