Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/command/
Dbuild_py.py95 self.byte_compile(self.get_outputs(include_bytecode=0))
307 def get_outputs(self, include_bytecode=1): argument
314 if include_bytecode:
409 self.byte_compile(self.get_outputs(include_bytecode=0))
/external/python/cpython2/Lib/distutils/command/
Dbuild_py.py96 self.byte_compile(self.get_outputs(include_bytecode=0))
308 def get_outputs(self, include_bytecode=1): argument
315 if include_bytecode:
/external/python/setuptools/setuptools/command/
Dbuild_py.py61 self.byte_compile(orig.build_py.get_outputs(self, include_bytecode=0))