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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Not sure were this "problem" fit in, so I'll set as a question.
While using vscode, the docstring the "auto-complete" of an uplink function wrapper will not appear if I use annotation
@json.If I use
@json()the docstring is display when the "auto-complete" present a function.It's not really a problem with json, as other decorator will do the same thing.
Anyone have an idea what's wrong here? What is not right?
All reactions