class AssignmentNotSupported

from yak.exceptions import AssignmentNotSupported


  

Ancestors (MRO)

  1. builtins.object
  2. builtins.BaseException
  3. builtins.Exception
  4. django.template.exceptions.TemplateSyntaxError
  5. yak.exceptions.AssignmentNotSupported
AttributeTypeDefined in
__cause__ getset_descriptor builtins.BaseException
__context__ getset_descriptor builtins.BaseException
__dict__ getset_descriptor builtins.BaseException
__suppress_context__ member_descriptor builtins.BaseException
__traceback__ getset_descriptor builtins.BaseException
args getset_descriptor builtins.BaseException
__weakref__ getset_descriptor django.template.exceptions.TemplateSyntaxError
def __delattr__(self, name)
builtins.BaseException
def __getattribute__(self, name)
builtins.BaseException
def __init__(self, *args, **kwargs)
builtins.Exception
def __new__(type, *args, **kwargs)
builtins.Exception
def __reduce__(self)
builtins.BaseException
def __repr__(self)
builtins.BaseException
def __setattr__(self, name, value)
builtins.BaseException
def __setstate__(self)
builtins.BaseException
def __str__(self)
builtins.BaseException
def with_traceback(self)
builtins.BaseException