8000 Find function/Goto function definition does not work for complex dot notation · Issue #966 · pyscripter/pyscripter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Find function/Goto function definition does not work for complex dot notation #966

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jfongattw opened this issue Aug 22, 2019 · 1 comment
Labels

Comments

@jfongattw
Copy link

import inspect
inspect.BlockFinder().tokeneater() # this one doesn't work

b = inspect.BlockFinder()
b.tokeneater() # but this one does

@pyscripter 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
pyscripter added a commit that referenced this issue Sep 26, 2019
@pyscripter
Copy link
Owner

Fixed in version control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
0