xref
: /
Universal-ctags
/
Units
/
parser-python.r
/
python-fullqualified-tags.d
/
input.py
(revision 956bd9a1726e4e1e1964552c1c0f9c1e8e9faa6c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class
Foo
():
2
def
g
(
self
):
3
pass
4
class
Bar
():
5
def
f
(
self
):
6
pass
7