MCPcopy Index your code
hub / github.com/python/cpython / destroy

Method destroy

Lib/optparse.py:1081–1084  ·  view source on GitHub ↗

see OptionParser.destroy().

(self)

Source from the content-addressed store, hash-verified

1079 self.title = title
1080
1081 def destroy(self):
1082 """see OptionParser.destroy()."""
1083 OptionContainer.destroy(self)
1084 del self.option_list
1085
1086 # -- Help-formatting methods ---------------------------------------
1087

Callers 1

destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected