MCPcopy
hub / github.com/docopt/docopt / current

Method current

docopt.py:298–299  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

296 return self.pop(0) if len(self) else None
297
298 def current(self):
299 return self[0] if len(self) else None
300
301
302def parse_long(tokens, options):

Callers 7

parse_patternFunction · 0.95
parse_longFunction · 0.80
parse_shortsFunction · 0.80
parse_exprFunction · 0.80
parse_seqFunction · 0.80
parse_atomFunction · 0.80
parse_argvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected