[NEW] Parse *.apsx, *.ascx files. Resulted in new polyglots cs_aspx, vb_aspx.
[ohcount] / test / src_dir / py1.py
1 # some python code
2 # lorem
3 # ipsum
4 # foo
5
6 class Foo:
7   """
8   This is a foo class
9   It doesn't do anything
10   Therefore this doc comment is pointless
11   """
12
13   def __init__(self, bar):
14     """short doc comment"""
15     print(bar)
16
17   def string(self):
18     print('This is a string')