14.12 Interface to mwrank

Module: sage.interfaces.mwrank

Interface to mwrank

Module-level Functions

Mwrank( [options=], [server=None], [server_tmpdir=None])

Create and return an mwrank interpreter, with given options.

Input:

options
- string; passed when starting mwrank. The format is q p<precision> v<verbosity> b<hlim_q> x<naux> c<hlim_c> l t o s d>]

mwrank_console( )

Class: Mwrank_class

class Mwrank_class
Interface to the Mwrank interpreter.
Mwrank_class( self, [options=], [server=None], [server_tmpdir=None])

Input:

options
- string; passed when starting mwrank. The format is q p<precision> v<verbosity> b<hlim_q> x<naux> c<hlim_c> l t o s d>]

Functions: console

Special Functions: __call__,$ \,$ __init__,$ \,$ __reduce__

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