Home
last modified time | relevance | path

Searched refs:TaggedValueMeta (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/units/
H A Dbasic_units.py28 class TaggedValueMeta(type): class
113 class TaggedValue(six.with_metaclass(TaggedValueMeta)):
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/units/
H A Dbasic_units.py28 class TaggedValueMeta(type): class
113 class TaggedValue(six.with_metaclass(TaggedValueMeta)):
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/units/
H A Dbasic_units.py26 class TaggedValueMeta(type): class
109 class TaggedValue(metaclass=TaggedValueMeta):