xref
: /
Universal-ctags
/
Units
/
parser-python.r
/
dotted-variable-leftovers.d
/
input.py
(revision 5e8ffad243d2ef3118e8c50f93b9fc8224ffee18)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class
X
(
list
):
2
pass
3
4
x
=
X
()
5
x
.
append
(
1
)
6
x
.
append
(
2
)
7
8
a
,
x
.
a
=
x
9