mitogen/tests/data/minimize_samples/class.py

9 lines
103 B
Python
Raw Normal View History

class C:
"""docstring
"""
def method(self):
"""docstring
"""
pass