|
|
__init__(self,
name,
canvas,
from_node)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| draw_line(self,
from_position,
to_position) |
source code
|
|
|
|
remove(self)
Remove this object from the canvas and from the Topographica simulation. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_radius(self)
Not implemented in this class |
source code
|
|
|
|
|
|
|
|
|
|
calculate_gradient(self)
Not implemented in this class |
source code
|
|
|
|
|
|
|
|
|
Inherited from EditorConnection:
set_focus,
show_properties,
update_position
Inherited from EditorObject:
objdoc,
okay_parameters,
update_parameters
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|