Searched refs:dump_options (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/distutils/tests/ | ||
D | test_cmd.py | 74 cmd.dump_options() |
/third_party/python/Lib/distutils/ | ||
D | cmd.py | 151 def dump_options(self, header=None, indent=""): member in Command |