Home
last modified time | relevance | path

Searched refs:warn_message (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dtempfile.py800 warn_message="Implicitly cleaning up {!r}".format(self),
835 def _cleanup(cls, name, warn_message, ignore_errors=False): argument
837 _warnings.warn(warn_message, ResourceWarning)