[NEW] LocDeltaList + LocDeltaList => LocDeltaList
[ohcount] / test / expected_dir / py1.py
1 python  comment # some python code
2 python  comment # lorem
3 python  comment # ipsum
4 python  comment # foo
5 python  blank   
6 python  code    class Foo:
7 python  comment   """
8 python  comment   This is a foo class
9 python  comment   It doesn't do anything
10 python  comment   Therefore this doc comment is pointless
11 python  comment   """
12 python  blank   
13 python  code      def __init__(self, bar):
14 python  comment     """short doc comment"""
15 python  code        print(bar)
16 python  blank   
17 python  code      def string(self):
18 python  code        print('This is a string')