Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dinstall_lib.py148 build_files = build_cmd.get_outputs()
180 def get_outputs(self): member in install_lib
211 inputs.extend(build_py.get_outputs())
215 inputs.extend(build_ext.get_outputs())
Dinstall_scripts.py48 for file in self.get_outputs():
59 def get_outputs(self): member in install_scripts
Dbuild_py.py95 self.byte_compile(self.get_outputs(include_bytecode=0))
307 def get_outputs(self, include_bytecode=1): member in build_py
409 self.byte_compile(self.get_outputs(include_bytecode=0))
Dinstall.py587 outputs = self.get_outputs()
622 def get_outputs(self): member in install
629 for filename in cmd.get_outputs():
Dinstall_headers.py46 def get_outputs(self): member in install_headers
Dinstall_data.py78 def get_outputs(self): member in install_data
Dinstall_egg_info.py46 def get_outputs(self): member in install_egg_info
Dbuild_ext.py429 def get_outputs(self): member in build_ext
/third_party/python/Lib/distutils/tests/
Dtest_install_data.py36 self.assertEqual(len(cmd.get_outputs()), 2)
49 self.assertEqual(len(cmd.get_outputs()), 2)
67 self.assertEqual(len(cmd.get_outputs()), 4)
Dtest_install_headers.py33 self.assertEqual(len(cmd.get_outputs()), 2)
Dtest_build_ext.py348 self.assertEqual(len(cmd.get_outputs()), 1)
361 so_file = cmd.get_outputs()[0]
373 so_file = cmd.get_outputs()[0]
Dtest_install_lib.py70 outputs = cmd.get_outputs()
Dtest_build_py.py55 self.assertEqual(len(cmd.get_outputs()), 3)
/third_party/PyYAML/
Dsetup.py214 def get_outputs(self): member in build_ext
/third_party/python/Misc/
DHISTORY15477 - Issue #5977: distutils build_ext.get_outputs was not taking into account the