xref
: /
Universal-ctags
/
Units
/
parser-python.r
/
bug3168705.py.d
/
input.py
(revision 243cb59271d9b0dc842d90fc75b3b021bf732573)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class
A
:
2
def
func1
():
3
"""this is
4
a comment"""
5
pass
6
7
def
func2
():
8
pass
9
10