|
def | __init__ (self, filename='dumped_digits.txt') |
|
A simple module to check SVD digit fits.
Definition at line 13 of file dump_digits.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
filename = 'dumped_digits.txt' |
|
) |
| |
Initialize the module
Definition at line 17 of file dump_digits.py.
17 def __init__(self, filename='dumped_digits.txt'):
18 """Initialize the module"""
20 super(dump_digits, self).__init__()
22 self.outfile = open(filename,
'w')
24 self.vxdid_factors = (8192, 256, 32)
The documentation for this class was generated from the following file: