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

Function f8

Lib/pstats.py:640–641  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

638#**************************************************************************
639
640def f8(x):
641 return "%8.3f" % x
642
643#**************************************************************************
644# Statistics browser added by ESR, April 2001

Callers 4

get_stats_profileMethod · 0.85
print_call_lineMethod · 0.85
print_lineMethod · 0.85
testLambdasMethod · 0.85

Calls

no outgoing calls

Tested by 1

testLambdasMethod · 0.68