assigning a class with __call__ to dunder method shows the wrong type #9470
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
but prints:
<class '__main__.Function'>
, as self isFunction
. This doesn't feel like intended behavior.I'm using
pyright 1.1.389
.The text was updated successfully, but these errors were encountered: