ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
796 stars 46 forks source link

Allow changing the handler of a tracer #28

Open ionelmc opened 8 years ago

ionelmc commented 8 years ago

Maybe a hunter.modify(predicate) or hunter.update(predicate)?

ionelmc commented 8 years ago

Or ... hunter.trace(predicate, stack=False)