4.10 Interface to mwrank

Module: sage.interfaces.mwrank

Module-level Functions

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

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>]

_reduce_load_mwrank( )

mwrank_console( )

Class: Mwrank_class

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

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__,$  $ __reduce__

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