Closed
Description
default.TVShow(title="cython").update()
is a thing now and it's extremely confusing (I was just debugging this being utterly confused).
I think we need to have a decorator for QB codegen that would wrap all methods (update()
, filter()
, limit()
, etc.) into a descriptor that would only allow access to them at a class level.
Ideally also only show those attributes at a class level in code completion / type checker. But at the very least, the runtime should fail.
Metadata
Metadata
Assignees
Labels
No labels