Home
last modified time | relevance | path

Searched refs:_check_warn_on_dealloc (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_io.py4101 def _check_warn_on_dealloc(self, *args, **kwargs): member in MiscIOTest
4110 self._check_warn_on_dealloc(os_helper.TESTFN, "wb", buffering=0)
4111 self._check_warn_on_dealloc(os_helper.TESTFN, "wb")
4112 self._check_warn_on_dealloc(os_helper.TESTFN, "w", encoding="utf-8")
4126 self._check_warn_on_dealloc(r, *args, **kwargs)

Completed in 8 milliseconds