|
str | msg = params[0] if params else '' |
|
| params = params[1:] |
|
Inappropriate interpretation of binary data.
Definition at line 111 of file bitstring.py.
◆ __init__()
__init__ |
( |
| self, |
|
|
* | params ) |
Definition at line 114 of file bitstring.py.
114 def __init__(self, *params):
115 Error.__init__(self, *params)
116
117
◆ __str__()
Definition at line 98 of file bitstring.py.
98 def __str__(self):
99 if self.params:
100 return self.msg.format(*self.params)
101 return self.msg
102
103
◆ msg
str msg = params[0] if params else '' |
|
inherited |
◆ params
The documentation for this class was generated from the following file: