Skip to content

Implicit set_ methods should return the values set and raise if not successful #631

@dhermes

Description

@dhermes

See @tseaver comment about returning (and the current storage regression test hacky behavior).

This will likely require doing something like

class Environment(object):
    ....

DEFAULT_ENVIRON = Environment()

def set_default_foo():
    # Do some stuff to DEFAULT_ENVIRON
    return DEFAULT_ENVIRON

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the Cloud Storage API.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions