solvebio/solvebio-python

SolveBio shell does not see globals when defining functions

Closed this issue · 0 comments

To reproduce:

Open solvebio, paste function:

def test():
    Dataset.all()

You will see the error: NameError: global name 'Dataset' is not defined