Duroktar / Wolf

Wolf is a VsCode extension that enables live inspection of Python code in the editor.
Other
128 stars 7 forks source link

Anonymous Function support ? #44

Open SheepDomination opened 6 years ago

SheepDomination commented 6 years ago

Is there plans for suppose of anonymous functions, such as lambda etc ?

Duroktar commented 6 years ago

Good question! I thought it already did but don't hold me to that. I'll have to take a look into the code and see; it's been awhile tbh :)

SheepDomination commented 6 years ago

There is a chance you'll add it ? 👍

Duroktar commented 3 years ago

Could I get an example snippet of the lambda that you're trying to use? I'd like to be able to cover more than just the few simple cases I can think of before adding this feature. Thanks!