CtbSource constructor

init

Initializes a new instance of the CtbSource class.

def __init__(self, name, data):
    ...
Parameter Type Description
name str The name of the CTB source.
data io.RawIOBase The data stream associated with the CTB source.

See Also