MCPcopy Create free account
hub / github.com/dateutil/dateutil / read

Method read

tests/test_parser.py:315–316  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

313 self.stream = stream
314
315 def read(self, *args, **kwargs):
316 return self.stream.read(*args, **kwargs)
317
318 dstr = StringPassThrough(StringIO('2014 January 19'))
319

Callers 7

mainFunction · 0.80
get_tokenMethod · 0.80
_read_tzfileMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
calculate_sha512Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected