Skip to content
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

Copy path to class attribute #4

Open
nwjlyons opened this issue Oct 1, 2015 · 1 comment
Open

Copy path to class attribute #4

nwjlyons opened this issue Oct 1, 2015 · 1 comment

Comments

@nwjlyons
Copy link

nwjlyons commented Oct 1, 2015

foo.py

class Bar(object):
    baz = "Lorem ipsum"

    def xyz(self):
        pass

Highlight xyz method, "Copy Python Path": foo.Bar.xyz

Highlight baz attribute, "Copy Python Path": foo

It would be good if copying the attribute Python path produced foo.Bar.baz instead of just the module name.

@pokidovea
Copy link
Owner

I will fix it asap. Thank for feedback

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

No branches or pull requests

2 participants