Detail: HLoc: Display#
- HLoc.__repr__()[source]#
Return repr(self).
>>> hl = sf.HLoc[:, ['a', 'b'], 2048:] >>> repr(hl) <HLoc[:,['a', 'b'],2048:]>
- HLoc.__str__()#
Return str(self).
>>> hl = sf.HLoc[:, ['a', 'b'], 2048:] >>> str(hl) <HLoc[:,['a', 'b'],2048:]>
HLoc: Constructor | Attribute | Method | Dictionary-Like | Display