See @tseavercomment about returning (and the current storage regression test hacky behavior).
This will likely require doing something like
classEnvironment(object):
....
DEFAULT_ENVIRON=Environment()
defset_default_foo():
# Do some stuff to DEFAULT_ENVIRONreturnDEFAULT_ENVIRON
See @tseavercomment about returning (and the current storage regression test hacky behavior).
This will likely require doing something like