ReferenceError

exception ReferenceError

This exception is raised when a weak reference proxy, created by the weakref.proxy() function, is used to access an attribute of the referent after it has been garbage collected. For more information on weak references, see the weakref module.

doc_python
2016-10-07 17:41:24
Comments
Leave a Comment

Please login to continue.