Skip to content

HeaderMap (CaseInsensitiveDict) __init__ missing #1231

@ghost

Description

Originally reported by: space one (Bitbucket: spaceone, GitHub: spaceone)


missing __init__:

def __init__(self, *args, **kwargs):
    d = dict(*args, **kwargs)
    for key, value in iteritems(d):
        dict.__setitem__(self, str(key).title(), value)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions