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
When conditionally updating the repeat value, it's done like the image below (from examples).
Unfortunately, because of the type hint of the attrs it is unable to understand what function is being called.
Maybe it could be changed in a way where (from example) BackgroundImage.info_header could be given to a function instead?
Might be from a global function or a static Retriever function. So:
This is something that needs to be further investigated because the type checker is supposed to understand how descriptors work and figure out when which type is being referred to, but I believe that there might be something missing in the Retriever syntax which causes the type to not be correctly deduced
When conditionally updating the repeat value, it's done like the image below (from examples).
Unfortunately, because of the type hint of the attrs it is unable to understand what function is being called.
Maybe it could be changed in a way where (from example)
BackgroundImage.info_header
could be given to a function instead?Might be from a global function or a static
Retriever
function. So:Love to know what you think!
The text was updated successfully, but these errors were encountered: