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
mpyc_attrs provides a simple way to list all the attributes that can be related to SymbolTableNode, Nodes, etc.
If I understood correctly __mypyc_attrs__ is similar to _fields attribute on the python ast module.
In mypy, this attribute exists only in the compiled version and it's provided by allocate_class
Uh oh!
There was an error while loading. Please reload this page.
Feature
mpyc_attrs provides a simple way to list all the attributes that can be related to SymbolTableNode, Nodes, etc.
If I understood correctly
__mypyc_attrs__
is similar to_fields
attribute on the python ast module.In mypy, this attribute exists only in the compiled version and it's provided by
allocate_class
mypy/mypyc/irbuild/classdef.py
Line 349 in 7bd6fdd
Pitch
I'm trying to create something that can also be used to address the following issues
#4868
#12513
One example of use is this
The text was updated successfully, but these errors were encountered: