15.5.1.1 Sage Objects

class Sage
Sage( [maxread=user], [script_subdirectory=10000])

Instances of class Sage also have the following special methods:

__call__

Further documentation:

__call__( line)

Send the code x to a second instance of the SAGE interpreter and return the output as a string.

This allows you to run two completely independent copies of SAGE at the same time in a unified way.

See About this document... for information on suggesting changes.