| Home | Trees | Index | Help |
|
|---|
| Package sulley :: Module sessions :: Class connection |
|
object--+ |edge--+ | connection
| Method Summary | |
|---|---|
Extends pgraph.edge with a callback option. | |
| Inherited from edge | |
| String |
Render an edge description suitable for use in a GML file using the set internal attributes. |
| pydot.Edge() |
Render an edge suitable for use in a Pydot graph using the set internal attributes. |
| String |
Render an edge description suitable for use in a GML file using the set internal attributes. |
| String |
Render an edge update description suitable for use in a GML file using the set internal attributes. |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
| Inherited from edge | |
int |
color = 0 |
NoneType |
dst = None |
str |
gml_arrow = 'none'
|
float |
gml_line_width = 1.0 |
int |
gml_stipple = 1 |
NoneType |
id = None |
str |
label = ''
|
NoneType |
src = None |
| Method Details |
|---|
__init__(self,
src,
dst,
callback=None)
Extends pgraph.edge with a callback option. This allows us to
register a function to call between node transmissions to implement
functionality such as challenge response systems. The callback method
must follow this prototype:
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jul 27 17:40:03 2007 | http://epydoc.sf.net |