Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
Dtest_cmd.py74 cmd.dump_options()
/third_party/python/Lib/distutils/
Dcmd.py151 def dump_options(self, header=None, indent=""): member in Command