Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.80
get_token
Method · 0.80
_read_tzfile
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
testLeapCountDecodesProperly
Method · 0.80
calculate_sha512
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected