FramesetCollection indexer

__getitem__(index)

Gets a frame or frames page at the specified index.

def __getitem__(self, index: int):
    ...
ParameterTypeDescription
indexint

See Also