Belle II Software release-09-00-00
ReadError Class Reference
Inheritance diagram for ReadError:
Collaboration diagram for ReadError:

Public Member Functions

def __init__ (self, *params)
 

Detailed Description

Reading or peeking past the end of a bitstring.

Definition at line 104 of file bitstring.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
params 
)

Reimplemented from Error.

Definition at line 107 of file bitstring.py.

107 def __init__(self, *params):
108 Error.__init__(self, *params)
109
110

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