-
Notifications
You must be signed in to change notification settings - Fork 79
Stormlib type introspection (SYN-2367) #3100
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
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #3100 +/- ##
==========================================
+ Coverage 96.90% 97.21% +0.31%
==========================================
Files 226 226
Lines 45234 45254 +20
==========================================
+ Hits 43832 43992 +160
+ Misses 1402 1262 -140
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
||
Args: | ||
valu: The object to check. | ||
basetypes (bool): If True, return the base Python class name as a fallback. |
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.
I don't want to expose this option :)
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.
I don't expose it for storm users. There is a use case for this internally though in #3097
No description provided.