UnboundLocalError

exception UnboundLocalError

Raised when a reference is made to a local variable in a function or method, but no value has been bound to that variable. This is a subclass of NameError.

doc_python
2016-10-07 17:46:00
Comments
Leave a Comment

Please login to continue.