MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / name

Method name

preprocessor/docopt.py:211–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

209
210 @property
211 def name(self):
212 return self.long or self.short
213
214 def __repr__(self):
215 return 'Option(%r, %r, %r, %r)' % (self.short, self.long,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected