MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / __enter__

Method __enter__

src/pendulum/testing/traveller.py:143–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 self._started = True
142
143 def __enter__(self) -> Self:
144 self._start()
145
146 return self
147
148 def __exit__(
149 self,

Callers

nothing calls this directly

Calls 1

_startMethod · 0.95

Tested by

no test coverage detected