We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Originally reported by: space one (Bitbucket: spaceone, GitHub: spaceone)
missing __init__:
__init__
def __init__(self, *args, **kwargs): d = dict(*args, **kwargs) for key, value in iteritems(d): dict.__setitem__(self, str(key).title(), value)
Originally reported by: space one (Bitbucket: spaceone, GitHub: spaceone)
missing
__init__: