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

Class G

Lib/test/test_userdict.py:235–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 else:
234 self.fail("f[42] didn't raise KeyError")
235 class G(collections.UserDict):
236 pass
237 g = G()
238 try:
239 g[42]

Callers 1

test_missingMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_missingMethod · 0.56