MCPcopy Index your code
hub / github.com/RustPython/RustPython / _create

Method _create

Lib/_pydatetime.py:2425–2429  ·  view source on GitHub ↗
(cls, offset, name=None)

Source from the content-addressed store, hash-verified

2423
2424 @classmethod
2425 def _create(cls, offset, name=None):
2426 self = tzinfo.__new__(cls)
2427 self._offset = offset
2428 self._name = name
2429 return self
2430
2431 def __getinitargs__(self):
2432 """pickle support"""

Callers 2

__new__Method · 0.45
_pydatetime.pyFile · 0.45

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected