Home
last modified time | relevance | path

Searched refs:py_filenames (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dinstall_lib.py158 def _bytecode_filenames(self, py_filenames): argument
160 for py_file in py_filenames:
/external/python/cpython2/Lib/distutils/command/
Dinstall_lib.py162 def _bytecode_filenames(self, py_filenames): argument
164 for py_file in py_filenames: