Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlatformLab/NanoLog
/ current
Method
current
preprocessor/docopt.py:297–298 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
295
return
self.pop(0)
if
len(self)
else
None
296
297
def
current(self):
298
return
self[0]
if
len(self)
else
None
299
300
301
def
parse_long(tokens, options):
Callers
7
parse_long
Function · 0.80
parse_shorts
Function · 0.80
parse_pattern
Function · 0.80
parse_expr
Function · 0.80
parse_seq
Function · 0.80
parse_atom
Function · 0.80
parse_argv
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected