Detail: HLoc: Dictionary-Like
Overview: HLoc: Dictionary-Like
- HLoc.__iter__()[source]
>>> hl = sf.HLoc[:, ['a', 'b'], 2048:] >>> hl <HLoc[:,['a', 'b'],2048:]> >>> tuple(iter(hl)) (slice(None, None, None), ['a', 'b'], slice(2048, None, None))
HLoc: Constructor | Attribute | Method | Dictionary-Like | Display