Codebase list ohcount / d4c3f612-6685-4dc0-9339-5433a0a275c0/main test / expected_dir / py1.py
d4c3f612-6685-4dc0-9339-5433a0a275c0/main

Tree @d4c3f612-6685-4dc0-9339-5433a0a275c0/main (Download .tar.gz)

py1.py @d4c3f612-6685-4dc0-9339-5433a0a275c0/mainraw · history · blame

python	comment	# some python code
python	comment	# lorem
python	comment	# ipsum
python	comment	# foo
python	blank	
python	code	class Foo:
python	comment	  """
python	comment	  This is a foo class
python	comment	  It doesn't do anything
python	comment	  Therefore this doc comment is pointless
python	comment	  """
python	blank	
python	code	  def __init__(self, bar):
python	comment	    """short doc comment"""
python	code	    print(bar)
python	blank	
python	code	  def string(self):
python	code	    print('This is a string')