↓ 263 callersMethodadd_argument(self, arg:Union[str,ArgumentSig], *, optional:bool=..., variadic:bool=..., default:str=..., doc:str=...)
project/majiro/tool/mjotool2/mjs/identifiers.py:215
↓ 50 callersFunctiondefine_opcode(value:int, mnemonic:str, op:str, encoding:str, transition:str, *aliases:str)
project/majiro/tool/mjotool2/opcodes.py:102
↓ 22 callersFunctiondefine_array_assignment_operator(base_value:int, mnemonic:str, op:str, allowed_types:MjoTypeMask, is_pop:bool, *aliases:str)
project/majiro/tool/mjotool2/opcodes.py:142
↓ 22 callersFunctiondefine_assignment_operator(base_value:int, mnemonic:str, op:str, allowed_types:MjoTypeMask, is_pop:bool, *aliases:str)
project/majiro/tool/mjotool2/opcodes.py:131
↓ 18 callersFunctiondefine_binary_operator(base_value:int, mnemonic:str, op:str, allowed_types:MjoTypeMask, is_comparison:bool, *aliases:str)
project/majiro/tool/mjotool2/opcodes.py:120