mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
Separate operand files with inheritance, str and repr classes
This commit is contained in:
@@ -458,10 +458,10 @@ class TestParserAArch64(unittest.TestCase):
|
||||
)
|
||||
|
||||
def _get_label(self, parser, label):
|
||||
return parser.process_operand(parser.label.parseString(label, parseAll=True).asDict()).label
|
||||
return parser.process_operand(parser.label.parseString(label, parseAll=True).asDict())
|
||||
|
||||
def _get_directive(self, parser, directive):
|
||||
return parser.process_operand(parser.directive.parseString(directive, parseAll=True).asDict()).directive
|
||||
return parser.process_operand(parser.directive.parseString(directive, parseAll=True).asDict())
|
||||
|
||||
def _get_condition(self, parser, condition):
|
||||
return parser.process_operand(parser.condition.parseString(condition, parseAll=True).asDict()).condition
|
||||
|
||||
Reference in New Issue
Block a user