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

Function travel

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

Source from the content-addressed store, hash-verified

356 return _traveller().freeze(*args, **kwargs)
357
358 def travel(*args, **kwargs):
359 return _traveller().travel(*args, **kwargs)
360
361 def travel_to(*args, **kwargs):
362 return _traveller().travel_to(*args, **kwargs)

Callers

nothing calls this directly

Calls 2

_travellerFunction · 0.85
travelMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…