Skip to content

Copy path to class attribute #4

Description

@nwjlyons

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions