MCPcopy Index your code
hub / github.com/python/cpython / test_code.py

File test_code.py

Lib/test/test_code.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""This module includes tests of the code object representation.
2
3>>> def f(x):
4... def g(y):

Callers

nothing calls this directly

Calls 3

check_impl_detailFunction · 0.90
late_deletionFunction · 0.90
mainMethod · 0.45

Tested by

no test coverage detected