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