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

Method set_description

Lib/optparse.py:942–943  ·  view source on GitHub ↗
(self, description)

Source from the content-addressed store, hash-verified

940 self.conflict_handler = handler
941
942 def set_description(self, description):
943 self.description = description
944
945 def get_description(self):
946 return self.description

Callers 2

__init__Method · 0.95

Calls

no outgoing calls

Tested by 1