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

Function travel_back

src/pendulum/__init__.py:364–365  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

362 return _traveller().travel_to(*args, **kwargs)
363
364 def travel_back(*args, **kwargs):
365 return _traveller().travel_back(*args, **kwargs)
366
367
368def __getattr__(name: str) -> Any:

Callers

nothing calls this directly

Calls 2

_travellerFunction · 0.85
travel_backMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…