Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ __init__
Method
__init__
src/dateutil/parser/_parser.py:221–223 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
219
class
_resultbase(object):
220
221
def
__init__(self):
222
for
attr in self.__slots__:
223
setattr(self, attr, None)
224
225
def
_repr(self, classname):
226
l = []
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected