-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
We have completion for convenience variables, but not their attributes. $_fra\t
gives us $_frame
, but $_frame.f_line\t
does not give us $_frame.f_lineno
. We should support attributes just like other variables.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement