Module osbot_utils.helpers.ast.nodes.Ast_Expr
Expand source code
from osbot_utils.utils.Dev import pprint
from osbot_utils.helpers.ast.Ast_Node import Ast_Node
class Ast_Expr(Ast_Node):
def info(self):
return {'Ast_Expr': { 'value' : self.value() }}