Index

Symbols | _ | A | B | C | D | E | F | G | H | I | L | M | N | O | P | Q | R | S | T | U | V

Symbols

$PATH

_

__call__() (sage.repl.display.fancy_repr.AsciiArtRepr method)
(sage.repl.display.fancy_repr.LargeMatrixHelpRepr method)
(sage.repl.display.fancy_repr.ObjectReprABC method)
(sage.repl.display.fancy_repr.PlainPythonRepr method)
(sage.repl.display.fancy_repr.SomeIPythonRepr method)
(sage.repl.display.fancy_repr.TallListRepr method)
(sage.repl.display.fancy_repr.TypesetRepr method)
(sage.repl.display.util.TallListFormatter method)

A

add_attached_file() (in module sage.repl.attach)
ascii_art_formatter() (sage.repl.rich_output.backend_base.BackendBase method)
AsciiArtPrettyPrinter (class in sage.repl.display.pretty_print)
AsciiArtRepr (class in sage.repl.display.fancy_repr)
attach() (in module sage.repl.attach)
(sage.repl.ipython_extension.SageMagics method)
attached_files() (in module sage.repl.attach)
available_options() (sage.repl.rich_output.preferences.PreferencesABC method)

B

BackendBase (class in sage.repl.rich_output.backend_base)
BackendDoctest (class in sage.repl.rich_output.backend_doctest)
BackendIPython (class in sage.repl.rich_output.backend_ipython)
BackendIPythonCommandline (class in sage.repl.rich_output.backend_ipython)
BackendIPythonNotebook (class in sage.repl.rich_output.backend_ipython)
BackendSimple (class in sage.repl.rich_output.backend_base)
BackendTest (class in sage.repl.rich_output.backend_test)

C

check_backend_class() (sage.repl.rich_output.display_manager.DisplayManager method)
containing_block() (in module sage.repl.preparse)
crash_handler_class (sage.repl.interpreter.SageTerminalApp attribute)
crun() (sage.repl.ipython_extension.SageMagics method)

D

default_preferences() (sage.repl.rich_output.backend_base.BackendBase method)
deleter() (sage.repl.rich_output.preferences.Property method)
detach() (in module sage.repl.attach)
display() (sage.repl.ipython_extension.SageMagics method)
display_equation() (sage.repl.rich_output.output_basic.OutputLatex method)
display_immediately() (sage.repl.rich_output.backend_base.BackendBase method)
(sage.repl.rich_output.backend_base.BackendSimple method)
(sage.repl.rich_output.backend_doctest.BackendDoctest method)
(sage.repl.rich_output.backend_ipython.BackendIPythonCommandline method)
(sage.repl.rich_output.backend_ipython.BackendIPythonNotebook method)
(sage.repl.rich_output.backend_test.BackendTest method)
(sage.repl.rich_output.display_manager.DisplayManager method)
DisplayException
displayhook() (sage.repl.rich_output.backend_base.BackendBase method)
(sage.repl.rich_output.backend_doctest.BackendDoctest method)
(sage.repl.rich_output.backend_ipython.BackendIPythonCommandline method)
(sage.repl.rich_output.backend_ipython.BackendIPythonNotebook method)
(sage.repl.rich_output.display_manager.DisplayManager method)
DisplayManager (class in sage.repl.rich_output.display_manager)
DisplayPreferences (class in sage.repl.rich_output.preferences)
DOT_SAGE, [1], [2]
DYLD_LIBRARY_PATH

E

embedded() (in module sage.repl.interpreter)
environment variable
$PATH
DOT_SAGE, [1], [2]
DYLD_LIBRARY_PATH
LD_LIBRARY_PATH
PATH
SAGE_BROWSER
SAGE_CBLAS
SAGE_CHECK
SAGE_CHECK_PACKAGES
SAGE_ORIG_DYLD_LIBRARY_PATH_SET
SAGE_ORIG_LD_LIBRARY_PATH_SET
SAGE_PATH
SAGE_RC_FILE, [1]
SAGE_SERVER, [1]
SAGE_STARTUP_FILE, [1]
example() (sage.repl.rich_output.output_basic.OutputAsciiArt class method)
(sage.repl.rich_output.output_basic.OutputBase class method)
(sage.repl.rich_output.output_basic.OutputLatex class method)
(sage.repl.rich_output.output_basic.OutputPlainText class method)
(sage.repl.rich_output.output_graphics.OutputImageDvi class method)
(sage.repl.rich_output.output_graphics.OutputImageGif class method)
(sage.repl.rich_output.output_graphics.OutputImageJpg class method)
(sage.repl.rich_output.output_graphics.OutputImagePdf class method)
(sage.repl.rich_output.output_graphics.OutputImagePng class method)
(sage.repl.rich_output.output_graphics.OutputImageSvg class method)
(sage.repl.rich_output.output_graphics3d.OutputSceneCanvas3d class method)
(sage.repl.rich_output.output_graphics3d.OutputSceneJmol class method)
(sage.repl.rich_output.output_graphics3d.OutputSceneWavefront class method)
extract_numeric_literals() (in module sage.repl.preparse)

F

filename() (sage.repl.rich_output.buffer.OutputBuffer method)
format() (sage.repl.display.formatter.SageDisplayFormatter method)
format_string() (sage.repl.display.fancy_repr.ObjectReprABC method)
from_file() (sage.repl.rich_output.buffer.OutputBuffer class method)

G

get() (sage.repl.rich_output.buffer.OutputBuffer method)
get_display_manager (in module sage.repl.rich_output.display_manager)
get_display_manager() (sage.repl.rich_output.backend_base.BackendBase method)
get_instance() (sage.repl.rich_output.display_manager.DisplayManager class method)
get_test_shell() (in module sage.repl.interpreter)
getter() (sage.repl.rich_output.preferences.Property method)
graphics (sage.repl.rich_output.preferences.DisplayPreferences attribute)
graphics_from_save() (sage.repl.rich_output.display_manager.DisplayManager method)

H

handle_encoding_declaration() (in module sage.repl.preparse)

I

iload() (sage.repl.ipython_extension.SageMagics method)
implicit_mul() (in module sage.repl.preparse)
implicit_multiplication() (in module sage.repl.preparse)
in_quote() (in module sage.repl.preparse)
init_display_formatter() (sage.repl.interpreter.SageNotebookInteractiveShell method)
(sage.repl.interpreter.SageTerminalInteractiveShell method)
(sage.repl.interpreter.SageTestShell method)
init_environment() (sage.repl.ipython_extension.SageCustomizations method)
init_inspector() (sage.repl.ipython_extension.SageCustomizations method)
init_line_transforms() (sage.repl.ipython_extension.SageCustomizations method)
init_shell() (sage.repl.interpreter.SageTerminalApp method)
inline_equation() (sage.repl.rich_output.output_basic.OutputLatex method)
install() (sage.repl.rich_output.backend_base.BackendBase method)
(sage.repl.rich_output.backend_doctest.BackendDoctest method)
(sage.repl.rich_output.backend_ipython.BackendIPython method)
interface_shell_embed() (in module sage.repl.interpreter)
InterfaceShellTransformer (class in sage.repl.interpreter)
is_loadable_filename() (in module sage.repl.load)
isalphadigit_() (in module sage.repl.preparse)

L

LargeMatrixHelpRepr (class in sage.repl.display.fancy_repr)
latex_formatter() (sage.repl.rich_output.backend_base.BackendBase method)
launch_jmol() (sage.repl.rich_output.backend_ipython.BackendIPythonCommandline method)
launch_sage3d() (sage.repl.rich_output.backend_ipython.BackendIPythonCommandline method)
launch_script_filename() (sage.repl.rich_output.output_graphics3d.OutputSceneJmol method)
launch_viewer() (sage.repl.rich_output.backend_ipython.BackendIPythonCommandline method)
LD_LIBRARY_PATH
load() (in module sage.repl.load)
load_attach_mode() (in module sage.repl.attach)
load_attach_path() (in module sage.repl.attach)
load_config_file() (sage.repl.interpreter.SageTerminalApp method)
load_cython() (in module sage.repl.load)
load_ipython_extension() (in module sage.repl.ipython_extension)
load_wrap() (in module sage.repl.load)

M

mathjax() (sage.repl.rich_output.output_basic.OutputLatex method)
max_width() (sage.repl.rich_output.backend_base.BackendBase method)
modified_file_iterator() (in module sage.repl.attach)
mtllib() (sage.repl.rich_output.output_graphics3d.OutputSceneWavefront method)

N

newline() (sage.repl.rich_output.backend_base.BackendBase method)

O

obj_filename() (sage.repl.rich_output.output_graphics3d.OutputSceneWavefront method)
ObjectReprABC (class in sage.repl.display.fancy_repr)
OutputAsciiArt (class in sage.repl.rich_output.output_basic)
OutputBase (class in sage.repl.rich_output.output_basic)
OutputBuffer (class in sage.repl.rich_output.buffer)
OutputImageDvi (class in sage.repl.rich_output.output_graphics)
OutputImageGif (class in sage.repl.rich_output.output_graphics)
OutputImageJpg (class in sage.repl.rich_output.output_graphics)
OutputImagePdf (class in sage.repl.rich_output.output_graphics)
OutputImagePng (class in sage.repl.rich_output.output_graphics)
OutputImageSvg (class in sage.repl.rich_output.output_graphics)
OutputLatex (class in sage.repl.rich_output.output_basic)
OutputPlainText (class in sage.repl.rich_output.output_basic)
OutputSceneCanvas3d (class in sage.repl.rich_output.output_graphics3d)
OutputSceneJmol (class in sage.repl.rich_output.output_graphics3d)
OutputSceneWavefront (class in sage.repl.rich_output.output_graphics3d)
OutputTypeException

P

parse_ellipsis() (in module sage.repl.preparse)
PATH
plain_text_formatter() (sage.repl.rich_output.backend_base.BackendBase method)
PlainPythonRepr (class in sage.repl.display.fancy_repr)
preferences (sage.repl.rich_output.display_manager.DisplayManager attribute)
PreferencesABC (class in sage.repl.rich_output.preferences)
preparse() (in module sage.repl.preparse)
preparse_calculus() (in module sage.repl.preparse)
preparse_file() (in module sage.repl.preparse)
preparse_file_named() (in module sage.repl.preparse)
preparse_file_named_to_stream() (in module sage.repl.preparse)
preparse_generators() (in module sage.repl.preparse)
preparse_imports_from_sage() (sage.repl.interpreter.InterfaceShellTransformer method)
preparse_numeric_literals() (in module sage.repl.preparse)
preparser() (in module sage.repl.interpreter)
pretty() (sage.repl.display.pretty_print.SagePrettyPrinter method)
print_to_stdout() (sage.repl.rich_output.backend_test.TestOutputPlainText method)
(sage.repl.rich_output.output_basic.OutputAsciiArt method)
(sage.repl.rich_output.output_basic.OutputLatex method)
(sage.repl.rich_output.output_basic.OutputPlainText method)
Property (class in sage.repl.rich_output.preferences)

Q

quit() (sage.repl.interpreter.SageTestShell method)

R

register_interface_magics() (sage.repl.ipython_extension.SageCustomizations method)
reload_attached_files_if_modified() (in module sage.repl.attach)
reset() (in module sage.repl.attach)
reset_load_attach_path() (in module sage.repl.attach)
restricted_output (class in sage.repl.rich_output.display_manager)
RichReprWarning
run_cell() (sage.repl.interpreter.SageTestShell method)
run_init() (sage.repl.ipython_extension.SageCustomizations method)
run_once() (in module sage.repl.ipython_extension)
runfile() (sage.repl.ipython_extension.SageMagics method)

S

sage.misc.trace (module)
sage.repl.attach (module)
sage.repl.display.fancy_repr (module)
sage.repl.display.formatter (module)
sage.repl.display.pretty_print (module)
sage.repl.display.util (module)
sage.repl.interpreter (module)
sage.repl.ipython_extension (module)
sage.repl.load (module)
sage.repl.preparse (module)
sage.repl.readline_extra_commands (module)
sage.repl.rich_output.backend_base (module)
sage.repl.rich_output.backend_doctest (module)
sage.repl.rich_output.backend_ipython (module)
sage.repl.rich_output.backend_test (module)
sage.repl.rich_output.buffer (module)
sage.repl.rich_output.display_manager (module)
sage.repl.rich_output.output_basic (module)
sage.repl.rich_output.output_catalog (module)
sage.repl.rich_output.output_graphics (module)
sage.repl.rich_output.output_graphics3d (module)
sage.repl.rich_output.preferences (module)
SAGE_BROWSER
SAGE_CBLAS
SAGE_CHECK
SAGE_CHECK_PACKAGES
SAGE_ORIG_DYLD_LIBRARY_PATH_SET
SAGE_ORIG_LD_LIBRARY_PATH_SET
SAGE_PATH
SAGE_RC_FILE, [1]
SAGE_SERVER, [1]
SAGE_STARTUP_FILE, [1]
SageCrashHandler (class in sage.repl.interpreter)
SageCustomizations (class in sage.repl.ipython_extension)
SageDisplayFormatter (class in sage.repl.display.formatter)
SageMagics (class in sage.repl.ipython_extension)
SageNotebookInteractiveShell (class in sage.repl.interpreter)
SagePlainTextFormatter (class in sage.repl.display.formatter)
SagePreparseTransformer() (in module sage.repl.interpreter)
SagePrettyPrinter (class in sage.repl.display.pretty_print)
SagePromptTransformer() (in module sage.repl.interpreter)
SageShellOverride (class in sage.repl.interpreter)
SageTerminalApp (class in sage.repl.interpreter)
SageTerminalInteractiveShell (class in sage.repl.interpreter)
SageTestShell (class in sage.repl.interpreter)
save_as() (sage.repl.rich_output.buffer.OutputBuffer method)
set_quit_hook() (sage.repl.ipython_extension.SageCustomizations method)
set_underscore_variable() (sage.repl.rich_output.backend_base.BackendBase method)
(sage.repl.rich_output.backend_ipython.BackendIPython method)
setter() (sage.repl.rich_output.preferences.Property method)
shell_class (sage.repl.interpreter.SageTerminalApp attribute)
show_usage() (sage.repl.interpreter.SageShellOverride method)
SomeIPythonRepr (class in sage.repl.display.fancy_repr)
strip_prompts() (in module sage.repl.preparse)
strip_string_literals() (in module sage.repl.preparse)
supported_output() (sage.repl.rich_output.backend_base.BackendBase method)
(sage.repl.rich_output.backend_base.BackendSimple method)
(sage.repl.rich_output.backend_doctest.BackendDoctest method)
(sage.repl.rich_output.backend_ipython.BackendIPythonCommandline method)
(sage.repl.rich_output.backend_ipython.BackendIPythonNotebook method)
(sage.repl.rich_output.backend_test.BackendTest method)
(sage.repl.rich_output.display_manager.DisplayManager method)
switch_backend() (sage.repl.rich_output.display_manager.DisplayManager method)
system_raw() (sage.repl.interpreter.SageShellOverride method)

T

TallListFormatter (class in sage.repl.display.util)
TallListRepr (class in sage.repl.display.fancy_repr)
temporary_objects (sage.repl.interpreter.InterfaceShellTransformer attribute)
test_shell (sage.repl.interpreter.SageTerminalApp attribute)
TestObject (class in sage.repl.rich_output.backend_test)
TestOutputPlainText (class in sage.repl.rich_output.backend_test)
text (sage.repl.rich_output.preferences.DisplayPreferences attribute)
toplevel() (sage.repl.display.pretty_print.SagePrettyPrinter method)
trace() (in module sage.misc.trace)
transform() (sage.repl.interpreter.InterfaceShellTransformer method)
try_format() (sage.repl.display.util.TallListFormatter method)
types (sage.repl.rich_output.display_manager.DisplayManager attribute)
TypesetPrettyPrinter (class in sage.repl.display.pretty_print)
TypesetRepr (class in sage.repl.display.fancy_repr)

U

uninstall() (sage.repl.rich_output.backend_base.BackendBase method)
(sage.repl.rich_output.backend_doctest.BackendDoctest method)

V

validate() (sage.repl.rich_output.backend_doctest.BackendDoctest method)

Index

Symbols | _ | A | B | C | D | E | F | G | H | I | L | M | N | O | P | Q | R | S | T | U | V

Full index on one page