class documentation

class OpcodeAttributes(object):

View In Hierarchy

Acts as a structure containing the per-method attribute names.

Method __init__ Initializes the opcode attributes for the given method name.
Method GetAll Undocumented
Method GetModifiers Returns the names of all the attributes that replace or modify a method.
Class Variable __slots__ Undocumented
Instance Variable aliases Undocumented
Instance Variable forbidden Undocumented
Instance Variable get_input Undocumented
Instance Variable method Undocumented
Instance Variable opcode Undocumented
Instance Variable rename Undocumented
def __init__(self, method_name):

Initializes the opcode attributes for the given method name.

def GetAll(self):

Undocumented

def GetModifiers(self):

Returns the names of all the attributes that replace or modify a method.

__slots__: list[str] =

Undocumented

aliases =

Undocumented

forbidden =

Undocumented

get_input =

Undocumented

method =

Undocumented

opcode =

Undocumented

rename =

Undocumented