class documentation

class NoDefault(AstroidError): (source)

View In Hierarchy

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
Class Variable func Undocumented
Class Variable name Undocumented

Inherited from AstroidError:

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

Undocumented

name = (source)

Undocumented