binaryninja.function.Variable

class Variable(func, source_type, index, storage, name=None, var_type=None)[source]
__init__(func, source_type, index, storage, name=None, var_type=None)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__(func, source_type, index, storage) x.__init__(…) initializes x; see help(type(x)) for signature
from_identifier(func, identifier[, name, …])