Home
last modified time | relevance | path

Searched refs:_comparables (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/core/indexes/
H A Dtimedeltas.py109 _comparables = ["name", "freq"] variable in TimedeltaIndex
H A Ddatetimes.py224 _comparables = ["name", "freqstr", "tz"] variable in DatetimeIndex
H A Dinterval.py178 _comparables = ["name"] variable in IntervalIndex
H A Dbase.py229 _comparables = ["name"] variable in Index
4488 for c in self._comparables
H A Dmulti.py268 _comparables = ["names"] variable in MultiIndex
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DType.hs562 , _comparables :: Int function
609 getFreshSuper "comparable" _comparables (\index state -> state { _comparables = index })