Package sage :: Module all
[hide private]
[frames] | no frames]

Module all

source code


all.py -- much of sage is imported into this module, so you don't
          have to import everything individually.



Functions [hide private]
 
quit_sage(verbose=True)
If you use SAGE in library mode, you should call this function when your application quits.
source code
 
_quit_sage_(self) source code
Variables [hide private]
  quit = 'Use Ctrl-D (i.e. EOF), %Exit, or %Quit to exit without...
  exit = 'Use Ctrl-D (i.e. EOF), %Exit, or %Quit to exit without...
  CC = Complex Field with 53 bits of precision
  QQ = Rational Field
  RR = Real Field with 53 bits of precision
  ZZ = ['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1...
  true = True
  false = False
  oo = +Infinity
  copying = Type license() to see the full license text.
  copyright = Type license() to see the full license text.
  _cpu_time_ = 2.41615
  _wall_time_ = 1216286482.39
Function Details [hide private]

quit_sage(verbose=True)

source code 

If you use SAGE in library mode, you should call this function
when your application quits.

It makes sure any child processes are also killed, etc.


Variables Details [hide private]

quit

Value:
'Use Ctrl-D (i.e. EOF), %Exit, or %Quit to exit without confirmation.'

exit

Value:
'Use Ctrl-D (i.e. EOF), %Exit, or %Quit to exit without confirmation.'

ZZ

Value:
['4ti2-20061025',
 'R-2.6.0',
 'atlas-3.7.37',
 'atlas-3.8.1',
 'atlas-3.8.1.p1',
 'atlas-3.8.1.p3',
 'atlas-3.8.p11',
 'atlas-3.8.p6',
...