-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trace_class add tracing for classmethod and staticmethdod #115
trace_class add tracing for classmethod and staticmethdod #115
Conversation
I think |
1 similar comment
I think |
Yea I also had reservations about |
5a2b872
to
380a66e
Compare
…setup needs cleaning)
…cmethods-property-methods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
…)" This reverts commit 5a6fc08. But leaves some of the tests.
trace_class will trace
classmethods
,staticmethod
by default.This does not include
property
. I do not have strong opinion about property to either direction.Slightly cleaned test folder structure.
Also not sure if enabling this by default would be issue for some 🤷