*Not documented*
def delwritefunc(self, tid=None, ignoremissing=True):
origin: _thread.ThreadOut
where:
function source:
def delwritefunc(self, tid=None, ignoremissing=True):
if tid is None:
tid = thread.get_ident()
try:
del self._tid2out[tid]
except KeyError:
if not ignoremissing:
raise