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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.