class documentation

class _ChunkInfo(object):

Constructor: _ChunkInfo(pos, start_time, end_time)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable connection_counts Undocumented
Instance Variable end_time Undocumented
Instance Variable pos Undocumented
Instance Variable start_time Undocumented
def __init__(self, pos, start_time, end_time):

Undocumented

def __str__(self):

Undocumented

connection_counts: dict =

Undocumented

end_time =

Undocumented

pos =

Undocumented

start_time =

Undocumented