MCPcopy
hub / github.com/python-pendulum/pendulum / travel_to

Function travel_to

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

Source from the content-addressed store, hash-verified

359 return _traveller().travel(*args, **kwargs)
360
361 def travel_to(*args, **kwargs):
362 return _traveller().travel_to(*args, **kwargs)
363
364 def travel_back(*args, **kwargs):
365 return _traveller().travel_back(*args, **kwargs)

Callers

nothing calls this directly

Calls 2

_travellerFunction · 0.85
travel_toMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…