MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / __str__

Method __str__

lib/matplotlib/testing/jpl_units/Epoch.py:175–177  ·  view source on GitHub ↗

Print the Epoch.

(self)

Source from the content-addressed store, hash-verified

173 return U.Duration(rhs._frame, days*86400 + sec)
174
175 def __str__(self):
176 """Print the Epoch."""
177 return f"{self.julianDate(self._frame):22.15e} {self._frame}"
178
179 def __repr__(self):
180 """Print the Epoch."""

Callers

nothing calls this directly

Calls 1

julianDateMethod · 0.95

Tested by

no test coverage detected