Find function/Goto function definition does not work for complex dot notation · Issue #966 · pyscripter/pyscripter · GitHub
More Web Proxy on the site http://driver.im/
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
import inspect
inspect.BlockFinder().tokeneater() # this one doesn't work
b = inspect.BlockFinder()
b.tokeneater() # but this one does
The text was updated successfully, but these errors were encountered:
pyscripter
changed the title
Find function/Goto function definition does not work for definitions in different file
Find function/Goto function definition does not work for complex dot notation
Sep 23, 2019
import inspect
inspect.BlockFinder().tokeneater() # this one doesn't work
b = inspect.BlockFinder()
b.tokeneater() # but this one does
The text was updated successfully, but these errors were encountered: