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

Method __init__

preprocessor/docopt.py:284–286  ·  view source on GitHub ↗
(self, source, error=DocoptExit)

Source from the content-addressed store, hash-verified

282class Tokens(list):
283
284 def __init__(self, source, error=DocoptExit):
285 self += source.split() if hasattr(source, 'split') else source
286 self.error = error
287
288 @staticmethod
289 def from_pattern(source):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected