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
Currently, python hint implementation are just python code in a plain text variable. This prevents benefitting from all the features required when developing (IDE, testing).
What
Create a hint module where each function is actually a hint.
Use import_lib and inspect to get the body of each function as a hint registered with the function name
The content you are editing has changed. Please copy your edits and refresh the page.
Why
Currently, python hint implementation are just python code in a plain text variable. This prevents benefitting from all the features required when developing (IDE, testing).
What
Create a hint module where each function is actually a hint.
Use import_lib and inspect to get the body of each function as a hint registered with the function name
Tasks
The text was updated successfully, but these errors were encountered: