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
Is it even possible to introspect the class and see there's no constructor? AFAICT from Python it looks like __init__ is defined. It even exists in wpilib.DataLogManager.__dict__.
Problem description
wpilib.DataLogManager()
can't be constructed but there's no type error.The pyi for DataLogManager needs a
__init__: None
in itOperating System
Windows
Installed Python Packages
No response
Reproducible example code
No response
The text was updated successfully, but these errors were encountered: