Open
Description
Python 3.13 introduced __static_attributes__
special attribute for classes. The trick is - it is not defined on object
...
AttributeError: type object 'object' has no attribute '__static_attributes__'
What is the best way to declare it in typeshed
? As object
attribute anyway? Or there is no way atm?
Metadata
Metadata
Assignees
Labels
No labels