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

Method A

Lib/test/test_funcattrs.py:78–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 @unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: DeprecationWarning not triggered
77 def test_invalid___code___assignment(self):
78 def A(): pass
79 def B(): yield
80 async def C(): yield
81 async def D(x): await x

Callers 4

test_finalizeMethod · 0.80
test_arg_errorsMethod · 0.80
test_orderMethod · 0.80
test_all_freedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected