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

Method start

src/pendulum/interval.py:216–217  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

214
215 @property
216 def start(self) -> _T:
217 return self._start
218
219 @property
220 def end(self) -> _T:

Callers 2

_parse_iso8601_durationFunction · 0.80
_startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected