-
Notifications
You must be signed in to change notification settings - Fork 4
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
See should have option to bypass get_additive_description #66
Comments
After a quick discussion on Discord, it seems that adding a
class SimpleQuestion:
...
def describe() -> str:
return "SimpleQuestion"
|
The short answer is
or maybe there could be some way for
|
I feel like that's giving too much to the Questions or to The answer's gotta be within |
Could |
There are a few times where using the output from get_additive_description doesn't fit.
It would be good if
See
had an option to bypass usingget_additive_description
when loggingthe method name should be something far sexier than the above
The text was updated successfully, but these errors were encountered: