boa.code.method.Method¶
What follows are the details of the Method implementation.
-
class
boa.code.method.method(module, block, module_name, extra)[source]¶ -
-
address= 0¶
-
args¶
-
block= None¶
-
blocks= []¶
-
bytecode= None¶
-
code= None¶
-
code_object= None¶
-
dictionary_defs= None¶
-
forloop_counter¶
-
full_name¶
-
id¶
-
is_abi_decorator¶
-
is_interop¶
-
module= None¶
-
module_name= None¶
-
name= None¶
-
scope¶
-
stack_size= 0¶
-
stacksize¶
-
start_line_no= None¶
-
tokenizer= None¶
-
tokens= []¶
-
vm_tokens¶ Returns a list of all vm tokens in this method.
Returns: a list of vm tokens in this method Return type: list
-