How to make VS code IntelliSense to show class only attributes not the built object attributes?

前端 未结 0 1859
醉话见心
醉话见心 2020-12-07 23:20

I have a python class and i want to see only the class attributes in the intellisense suggestions.

class car():
    def __init__(self, brand, model, year):
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题