Functions¶
|
|
|
|
|
Details¶
- Xmlb.opcode_kind_from_string(str)¶
- Parameters:
str (
str
) – a string, e.g.FUNC
- Returns:
a
Xmlb.OpcodeKind
, e.g.Xmlb.OpcodeKind.TEXT
- Return type:
Converts a string to an opcode kind.
New in version 0.1.1.
- Xmlb.opcode_kind_to_string(kind)¶
- Parameters:
kind (
Xmlb.OpcodeKind
) – aXmlb.OpcodeKind
, e.g.Xmlb.OpcodeKind.FUNCTION
- Returns:
opcode kind, e.g.
FUNC
- Return type:
Converts the opcode kind to a string.
New in version 0.1.1.