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

Method type

lib/matplotlib/testing/jpl_units/UnitDbl.py:127–129  ·  view source on GitHub ↗

Return the type of UnitDbl data.

(self)

Source from the content-addressed store, hash-verified

125 return f"UnitDbl({self._value:g}, '{self._units}')"
126
127 def type(self):
128 """Return the type of UnitDbl data."""
129 return self._types[self._units]
130
131 @staticmethod
132 def range(start, stop, step=None):

Callers 4

eventFilterMethod · 0.80
eventFilterMethod · 0.80
convertMethod · 0.80
default_unitsMethod · 0.80

Calls

no outgoing calls

Tested by 1

eventFilterMethod · 0.64