exception documentation

Raised by function's `default_value` method when an argument has no default value. Standard attributes: func: Function node. name: Name of argument without a default.

Method __init__ Undocumented
Instance Variable func Undocumented
Instance Variable name Undocumented

Inherited from AstroidError:

Method __str__ Undocumented
Instance Variable message Undocumented
def __init__(self, message: str = '{func!r} has no default for {name!r}.', func: nodes.FunctionDef|None = None, name: str|None = None, **kws: Any): (source)

Undocumented

Undocumented