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

Function do_single

Modules/_decimal/tests/deccheck.py:1240–1246  ·  view source on GitHub ↗
(method, f)

Source from the content-addressed store, hash-verified

1238
1239 FOUND_METHOD = False
1240 def do_single(method, f):
1241 global FOUND_METHOD
1242 if args.multicore:
1243 q.put(method)
1244 elif not args.single or args.single == method:
1245 FOUND_METHOD = True
1246 f()
1247
1248 # Decimal methods:
1249 for method in Functions['unary'] + Functions['unary_ctx'] + \

Callers 1

deccheck.pyFile · 0.85

Calls 2

fFunction · 0.50
putMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…