(cls, value, by: str, apply_func: Optional[Callable] = None)
| 53 | |
| 54 | @classmethod |
| 55 | def find(cls, value, by: str, apply_func: Optional[Callable] = None) -> PrimType: |
| 56 | return super().find(value, by, apply_func=apply_func) |
| 57 | |
| 58 | |
| 59 | def is_prim_opcode(opcode: str): |
no outgoing calls
no test coverage detected