>>> def func(ns): ... print(ns.stuff) ... >>> func.stuff = 'honking great' >>> func(func) honking great