Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/_distutils/
Dutil.py341 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/
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/pybind11/tests/extra_python_package/
Dtest_files.py57 py_files = { variable
70 all_files = src_files | py_files
/external/python/cpython3/Lib/distutils/
Dutil.py324 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/
Dast_edits.py1020 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/
Dtarfile.rst665 def py_files(members):
671 tar.extractall(members=py_files(tar))
/external/python/cpython3/Doc/library/
Dtarfile.rst766 def py_files(members):
772 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.rst1237 .. 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/
Dapiref.rst1237 .. 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*.