]> granicus.if.org Git - python/commit
runcall(): Expose the return value of the profiled function; this allows
authorFred Drake <fdrake@acm.org>
Mon, 15 Oct 2001 22:14:29 +0000 (22:14 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Oct 2001 22:14:29 +0000 (22:14 +0000)
commite7d8a78b8e6d60d3d75f9dc0599288d0101fff05
tree98a44be846090bff0d9bb9d7afacbe7975496fc6
parent30d1c75d1507f49925d18ce6fdc58b6183f31d9e
runcall():  Expose the return value of the profiled function; this allows
    changing an application to collect profile data on one part of the
    app while still making use of the profiled component, without relying
    on side effects.
Lib/hotshot/__init__.py