Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_start
Method · 0.95
Tested by
no test coverage detected