Attribute 'arguments' of 'FuncItem' undefined
in get_type_analyze_hook
with caching
#17300
Labels
Attribute 'arguments' of 'FuncItem' undefined
in get_type_analyze_hook
with caching
#17300
Crash Report
Accessing
attribute.node.arguments
when using theget_type_analyze_hook
hook sometimes after populating the cache crashes mypy with an undefiend access error.Traceback
To Reproduce
Run the shell script below:
Your Environment
mypy.ini
(and other config files):plugins = c.py
The text was updated successfully, but these errors were encountered: