Home
last modified time | relevance | path

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

/third_party/python/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:
/third_party/python/Doc/library/
Dtarfile.rst766 def py_files(members):
772 tar.extractall(members=py_files(tar))
/third_party/python/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*.