NameError
Raised when a local or global name is not found. This applies only to unqualified names. The associated value is an error message that includes the name that could not be found.
last updated 2 years ago by effbot #
(An Unofficial) Python Reference Wiki"clearly marked experimental" NameErrorRaised when a local or global name is not found. This applies only to unqualified names. The associated value is an error message that includes the name that could not be found. last updated 2 years ago by effbot # |