1 2def foo(): 3 pass 4 5def \ 6bar(): 7 """ nothing to see here """ 8 pass 9 10class Cls: 11 def __init__(): 12 """ class constructor """ 13 pass 14