HIBCPASRecord constructor

init

Default ctor()

def __init__(self):
    ...

init

Creates HIBCPASRecord with data and type.

def __init__(self, data_type, data):
    ...
Parameter Type Description
data_type HIBCPASDataType HIBC PAS record’s data type.
data str HIBC PAS record’s data.

See Also