We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1385e88 commit f78f22aCopy full SHA for f78f22a
cfonb/parser/common.py
@@ -35,16 +35,6 @@ def __str__(self):
35
return repr(self.value)
36
37
38
-class Obj():
39
- """Generic object build from a given dict.
40
- """
41
-
42
- def __init__(self, **entries):
43
- """Create real object based on passed dict.
44
45
- self.__dict__.update(entries)
46
47
48
class Row(dict):
49
"""Generic row object to manage bank file parsing, compare and reading.
50
"""
@@ -170,7 +160,7 @@ def parse(self, line):
170
160
return new_result
171
161
172
162
173
-class RoxContent07(Parser):
163
+class ParserContent07(Parser):
174
164
_code = '07'
175
165
_regex = [
176
166
('record_code', '(07)' ),
0 commit comments