Cadabra
Computer algebra system for field theory problems
Public Member Functions | List of all members
cadabra2_defaults.Console Class Reference

Description

The interactive console works in the same Python context as 
the notebook cells to allow evaluation of expressions for 
debugging/logging purposes
Inheritance diagram for cadabra2_defaults.Console:

Public Member Functions

def log (self, *objs)
 
def clear (self)
 
def warn (self, msg)
 

Member Function Documentation

◆ clear()

def cadabra2_defaults.Console.clear (   self)
Clears the output of the console window

◆ log()

def cadabra2_defaults.Console.log (   self,
objs 
)
Sends a string representation of objs to the console

◆ warn()

def cadabra2_defaults.Console.warn (   self,
  msg 
)

The documentation for this class was generated from the following file: