MCPcopy Index your code
hub / github.com/RustPython/RustPython / MMA

Class MMA

Lib/test/test_typing.py:7753–7754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7751 def test_subclassing(self):
7752
7753 class MMA(typing.MutableMapping):
7754 pass
7755
7756 with self.assertRaises(TypeError): # It's abstract
7757 MMA()

Callers 1

test_subclassingMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_subclassingMethod · 0.68