Belle II Software development
ByteAlignError Class Reference
Inheritance diagram for ByteAlignError:
Error

Public Member Functions

def __init__ (self, *params)
 

Detailed Description

Whole-byte position or length needed.

Definition at line 118 of file bitstring.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
params 
)

Reimplemented from Error.

Definition at line 121 of file bitstring.py.

121 def __init__(self, *params):
122 Error.__init__(self, *params)
123
124

The documentation for this class was generated from the following file: