Files

9 lines
119 B
Python

class C:
"""
Attributes:
foo : ignored
"""
def __init__(self):
self.fo<caret>o = 42