MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577987.py

File recipe-577987.py

recipes/Python/577987_Yet_another_Assignment/recipe-577987.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from opcode import opmap, HAVE_ARGUMENT
2globals().update(opmap)
3
4class DataHolder(object):

Callers

nothing calls this directly

Calls 12

install_testassignFunction · 0.85
StringIOFunction · 0.85
rangeFunction · 0.85
printFunction · 0.85
test_whileFunction · 0.85
test_recursionFunction · 0.85
test_nonlocalFunction · 0.85
SetClass · 0.50
updateMethod · 0.45
joinMethod · 0.45
seekMethod · 0.45
readlineMethod · 0.45

Tested by

no test coverage detected