File tree Expand file tree Collapse file tree 8 files changed +10
-8
lines changed
Expand file tree Collapse file tree 8 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 99from ...utils import errors
1010
1111
12- class Subtally_1 (_subblock .Subblock ):
12+ class Subtally_1 (_subblock .TallySubblock ):
1313 """
1414 Represents OUTP ``1tally 1 nps`` subtally.
1515
Original file line number Diff line number Diff line change 99from ...utils import errors
1010
1111
12- class Subtally_2 (_subblock .Subblock ):
12+ class Subtally_2 (_subblock .TallySubblock ):
1313 """
1414 Represents OUTP ``1tally 2 nps`` subtally.
1515
Original file line number Diff line number Diff line change 99from ...utils import errors
1010
1111
12- class Subtally_4 (_subblock .Subblock ):
12+ class Subtally_4 (_subblock .TallySubblock ):
1313 """
1414 Represents OUTP ``1tally 4 nps`` subtally.
1515
Original file line number Diff line number Diff line change 11from . import subtally
2+ from ._subblock import TallySubblock
23from .Subtally_1 import Subtally_1
34from .Subtally_2 import Subtally_2
45from .Subtally_4 import Subtally_4
56
67__all__ = [
78 'subtally' ,
9+ 'TallySubblock' ,
810 'Subtally_1' ,
911 'Subtally_2' ,
1012 'Subtally_4' ,
Original file line number Diff line number Diff line change 11from .. import _subblock
22
33
4- class Subblock (_subblock .Subblock ):
4+ class TallySubblock (_subblock .Subblock ):
55 """
66 Represents tallynps PTRAC subblocks.
77 """
Original file line number Diff line number Diff line change 88from ....utils import errors
99
1010
11- class Line (_subblock .Subblock ):
11+ class Line (_subblock .LineSubblock ):
1212 """
1313 Represents OUTP ``1tally 1 nps`` subtally.
1414
Original file line number Diff line number Diff line change 1- from ._subblock import Subblock
1+ from ._subblock import LineSubblock
22from .Line import Line
33
44__all__ = [
5- 'Subblock ' ,
5+ 'LineSubblock ' ,
66 'Line' ,
77]
Original file line number Diff line number Diff line change 11from ... import _subblock
22
33
4- class Subblock (_subblock .Subblock ):
4+ class LineSubblock (_subblock .Subblock ):
55 """
66 Represents tallynps PTRAC subblocks.
77 """
You can’t perform that action at this time.
0 commit comments