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

Class NotACM

Lib/test/test_typing.py:8004–8005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8002
8003 def test_async_contextmanager(self):
8004 class NotACM:
8005 pass
8006 self.assertIsInstance(ACM(), typing.AsyncContextManager)
8007 self.assertNotIsInstance(NotACM(), typing.AsyncContextManager)
8008 @contextlib.contextmanager

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…