PyLogo


UserFunction

A function the user defines, using TO. When this function is called, the contents of the TO statement are executed. The contents are not interpreted until then -- they are kept as tokens in a list.


Methods

f __init__(self, name, vars, default, body) ...

f __call__(self, interp, *args, **kw) ...

f __get__(self, obj, type=None) ...

See the source for more information.