Multiselection included. (Without input validation).

This commit is contained in:
2006-05-03 11:11:45 +00:00
parent 91c1d8ea8b
commit 5b2223afcd
5 changed files with 68 additions and 31 deletions

View File

@@ -102,6 +102,7 @@ class Stage:
self.functions.append(fun)
self.functions_by_id[fun.id] = fun
class Function:
"""A Function object encapsulates a function on a data set.