Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > 256daf8bad238d64033111696c0b510c > files > 543

python-networkx-1.4-1mdv2010.2.noarch.rpm

*********
Functions
*********

.. automodule:: networkx.classes.function

Graph
-----
.. autosummary::
   :toctree: generated/

   degree
   degree_histogram
   density
   info
   create_empty_copy
   is_directed


Nodes
-----
.. autosummary::
   :toctree: generated/

   nodes
   number_of_nodes
   nodes_iter

Edges
-----
.. autosummary::
   :toctree: generated/


   edges
   number_of_edges
   edges_iter


Attributes
----------
.. autosummary::
   :toctree: generated/

   set_node_attributes
   get_node_attributes
   set_edge_attributes
   get_edge_attributes


Freezing graph structure
------------------------
.. autosummary::
   :toctree: generated/

   freeze
   is_frozen