Home
last modified time | relevance | path

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

/third_party/python/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))