You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and so on. So every first _ in a variable name would actually open a new sub-level.
All values would be read-only. With appropriate __doc__ strings this would allow for great integration in any IDE.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm thinking about a dataclass containing all the default variables like
and so on. So every first
_
in a variable name would actually open a new sub-level.All values would be read-only. With appropriate
__doc__
strings this would allow for great integration in any IDE.The goal would be to reduce boilerplate code like
Opinions?
The text was updated successfully, but these errors were encountered: