Home
last modified time | relevance | path

Searched refs:funcdict (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/_decimal/tests/
Ddeccheck.py1124 def check_untested(funcdict, c_cls, p_cls): argument
1131 funcdict['c_only'] = tuple(sorted(c_attr-intersect))
1132 funcdict['p_only'] = tuple(sorted(p_attr-intersect))
1135 for lst in funcdict.values():
1140 funcdict['untested'] = tuple(sorted(intersect-tested))