ionelmc / python-hunter

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

List of all possible filters #92

Closed abitrolly closed 3 years ago

abitrolly commented 3 years ago

There are no docs describing filename_startswith or filename_contains filters.

https://python-hunter.readthedocs.io/en/latest/configuration.html

This page mentions filename_alignment and doesn't include filename. It would be nice to see the list of all supported filter keywords to avoid guessing and hunting for examples. )

ionelmc commented 3 years ago

Any of the properties of Event: https://python-hunter.readthedocs.io/en/latest/reference.html#hunter.event.Event

I'm looking for a better way to enumerate them in the docs.

abitrolly commented 3 years ago

That's helpful. Thanks!