class documentation

class NumpySerializedList: (source)

Known subclasses: fiftyone.utils.torch.TorchSerializedList

Constructor: NumpySerializedList(lst)

View In Hierarchy

Undocumented

Method __getitem__ Undocumented
Method __init__ Undocumented
Method __len__ Undocumented
Instance Variable _addr Undocumented
Instance Variable _lst Undocumented
def __getitem__(self, idx): (source)

Undocumented

def __init__(self, lst: list): (source)

Undocumented

def __len__(self): (source)

Undocumented