Home
last modified time | relevance | path

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

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