Module osbot_utils.helpers.ast.nodes.Ast_Load
Expand source code
from osbot_utils.helpers.ast.Ast_Node import Ast_Node
class Ast_Load(Ast_Node):
def info(self):
return {'Ast_Load': {}}
osbot_utils.helpers.ast.nodes.Ast_Load
from osbot_utils.helpers.ast.Ast_Node import Ast_Node
class Ast_Load(Ast_Node):
def info(self):
return {'Ast_Load': {}}