(cls, func: FunctionOrILFunction, var: core.BNVariable)
| 744 | |
| 745 | @classmethod |
| 746 | def from_BNVariable(cls, func: FunctionOrILFunction, var: core.BNVariable): |
| 747 | return cls(func, var.type, var.index, var.storage) |
| 748 | |
| 749 | @classmethod |
| 750 | def from_identifier(cls, func: FunctionOrILFunction, identifier: int): |
no outgoing calls
no test coverage detected