# bg is always black. # effect is white # doc comment: blue bold def foo(): "Func doc string" pass class Boo: "Class doc string" pass class Moo: def meth(self): "Meth doc string" pass