sassoftware / python-sasctl

Attribute defined outside __init__ PYL-W0201
Anti-pattern
Minor
10 months ago5 years old
Attribute '_headers' defined outside __init__
2070        # May not be returned on all responses (e.g. listing
2071        # multiple objects)
2072        if isinstance(obj, RestObj):
2073            obj._headers = response.headers2074        return obj
2075    except ValueError:
2076        if format == "rest":
Attribute '_headers' defined outside __init__
2070        # May not be returned on all responses (e.g. listing
2071        # multiple objects)
2072        if isinstance(obj, RestObj):
2073            obj._headers = response.headers2074        return obj
2075    except ValueError:
2076        if format == "rest":