MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _match_long_opt

Method _match_long_opt

Lib/optparse.py:1470–1477  ·  view source on GitHub ↗

_match_long_opt(opt : string) -> string Determine which long option string 'opt' matches, ie. which one it is an unambiguous abbreviation for. Raises BadOptionError if 'opt' doesn't unambiguously match any long option string.

(self, opt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_process_long_optMethod · 0.95

Calls 1

_match_abbrevFunction · 0.85

Tested by

no test coverage detected