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):