PyLogo
PyLogo
Modules
Discuss
IDE
The IDE class is accessible via the
pylogo.ide
module.
Attributes
Methods (10)
Source
Methods
f
__init__
(self, parent)
...
f
feed_input
(self)
...
f
idle_updates
(self)
...
f
add_history
(self, val)
...
f
update_history
(self)
...
f
exit
(self)
...
f
about
(self)
...
f
update_commands
(self)
...
f
run_command
(self, func, *args, **kw)
...
f
add_command
(self, func, *args, **kw)
...
See
the source
for more information.