binaryninja.types.Enumeration

class Enumeration(handle=None)[source]
__init__(handle=None)[source]

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

Methods

__init__([handle]) x.__init__(…) initializes x; see help(type(x)) for signature
append(name[, value])
remove(i)
replace(i, name, value)

Attributes

members Enumeration member list (read-only)