index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
dataclass_textanno.py
blob: 589b60f0cd61d4920490bbff6b0bd35a60736933 (
plain
)
1
2
3
4
5
6
7
8
9
10
import
dataclasses
class
Foo
:
pass
@dataclasses
.
dataclass
class
Bar
:
foo
:
Foo