MCPcopy Index your code
hub / github.com/python/cpython / mut

Method mut

Lib/test/test_asyncio/test_futures.py:991–992  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

989 # see http://bugs.python.org/issue28963 for details
990
991 def mut(f):
992 f.remove_done_callback(str)
993
994 fut = self._new_future()
995 fut.add_done_callback(mut)

Callers

nothing calls this directly

Calls 1

remove_done_callbackMethod · 0.45

Tested by

no test coverage detected