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