Home | Trees | Indices | Help |
|
---|
|
Command-line user interface of igraph
The command-line interface launches a Python shell with the igraph
module automatically imported into the main namespace. This is mostly a
convenience module and it is used only by the igraph
command
line script which executes a suitable Python shell and automatically
imports igraph
's classes and functions in the top-level
namespace.
Supported Python shells are:
The shells are tried in the above mentioned preference order one by
one, unless the global.shells
configuration key is set which
overrides the default order. IDLE shell is only tried in Windows unless
explicitly stated by global.shells
, since Linux and Mac OS X
users are likely to invoke igraph from the command line.
Version: 0.5.1
|
|||
ClassicPythonShell Classic Python shell interface. |
|||
IDLEShell IDLE embedded shell interface. |
|||
IPythonShell IPython embedded shell interface. |
|||
ProgressBar A 2-line progress bar, which looks like: |
|||
Shell Superclass of the embeddable shells supported by igraph |
|||
TerminalController A class that can be used to portably generate formatted output to a terminal. |
|
|||
|
|
|||
ADJ_DIRECTED = 0
|
|||
ADJ_LOWER = 3
|
|||
ADJ_MAX = 1
|
|||
ADJ_MIN = 4
|
|||
ADJ_PLUS = 5
|
|||
ADJ_UNDIRECTED = 1
|
|||
ADJ_UPPER = 2
|
|||
ALL = 3
|
|||
BLISS_F = 0
|
|||
BLISS_FL = 1
|
|||
BLISS_FLM = 4
|
|||
BLISS_FM = 3
|
|||
BLISS_FS = 2
|
|||
BLISS_FSM = 5
|
|||
GET_ADJACENCY_BOTH = 2
|
|||
GET_ADJACENCY_LOWER = 1
|
|||
GET_ADJACENCY_UPPER = 0
|
|||
IN = 2
|
|||
OUT = 1
|
|||
REWIRING_SIMPLE = 0
|
|||
STAR_IN = 1
|
|||
STAR_OUT = 0
|
|||
STAR_UNDIRECTED = 2
|
|||
STRONG = 2
|
|||
TREE_IN = 1
|
|||
TREE_OUT = 0
|
|||
TREE_UNDIRECTED = 2
|
|||
WEAK = 1
|
|||
__loader__ = <zipimporter object "/Library/Python/2.5/site-pac
|
|||
arpack_options = <igraph.ARPACKOptions object at 0x3885d0>
|
|||
config = <igraph.configuration.Configuration object at 0x284090>
|
|||
known_colors =
|
|||
palettes =
|
|
__loader__
|
known_colors
|
palettes
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 16 21:30:45 2008 | http://epydoc.sourceforge.net |