sys._clear_type_cache()

sys._clear_type_cache()

Clear the internal type cache. The type cache is used to speed up attribute and method lookups. Use the function only to drop unnecessary references during reference leak debugging.

This function should be used for internal and specialized purposes only.

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

Please login to continue.