Changed style to conform to PEP-8 conventions; Added source and desti… #216
Annotations
50 errors
osaca/db_interface.py#L13
'osaca.parser.instructionForm' imported but unused (F401)
|
osaca/db_interface.py#L440
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/db_interface.py#L440
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/db_interface.py#L452
Comparison to None should be 'if cond is None:' (E711)
|
osaca/db_interface.py#L616
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/db_interface.py#L618
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/db_interface.py#L620
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/instruction_form.py#L3
'osaca.parser.directive.directiveOperand' imported but unused (F401)
|
osaca/parser/operand.py#L27
Redefinition of unused 'source' from line 15 (F811)
|
osaca/parser/parser_AArch64.py#L7
'osaca.parser.operand.Operand' imported but unused (F401)
|
osaca/parser/parser_AArch64.py#L293
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/parser_x86att.py#L10
'osaca.parser.operand.Operand' imported but unused (F401)
|
osaca/parser/parser_x86att.py#L15
'osaca.parser.identifier.identifierOperand' imported but unused (F401)
|
osaca/parser/parser_x86att.py#L16
'osaca.parser.immediate.immediateOperand' imported but unused (F401)
|
osaca/parser/parser_x86att.py#L225
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/parser_x86att.py#L241
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/parser_x86att.py#L340
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/parser_x86att.py#L344
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/arch_semantics.py#L14
'osaca.parser.immediate.immediateOperand' imported but unused (F401)
|
osaca/semantics/arch_semantics.py#L15
'osaca.parser.identifier.identifierOperand' imported but unused (F401)
|
osaca/semantics/arch_semantics.py#L282
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/arch_semantics.py#L393
Local variable 'instruction_formport_uops' is assigned to but never used (F841)
|
osaca/semantics/hw_model.py#L300
Comparison to None should be 'if cond is None:' (E711)
|
osaca/semantics/hw_model.py#L383
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L385
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L387
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L674
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L680
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L687
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L694
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L699
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L764
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L765
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L774
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L775
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L780
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L781
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L810
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L810
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L816
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L865
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L5
'osaca.parser.AttrDict' imported but unused (F401)
|
osaca/semantics/isa_semantics.py#L163
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L191
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L191
Comparison to False should be 'if cond is not False:' or 'if cond:' (E712)
|
osaca/semantics/isa_semantics.py#L192
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L195
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L212
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L220
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/kernel_dg.py#L86
Comparison to None should be 'if cond is None:' (E711)
|