In [57]: class A(object): a = 1 ....: ....: In [59]: "%(a)s" % A.__dict__ Out[59]: '1'