Files
python-uncompyle6/test/simple_source/def/10_class_deco.py
2016-06-20 00:32:00 -04:00

7 lines
102 B
Python

# From 3.4 tracemalloc.py
from functools import total_ordering
@total_ordering
class Frame:
pass