Searched refs:exec_body (Results 1 – 3 of 3) sorted by relevance
62 def new_class(name, bases=(), kwds=None, exec_body=None): argument66 if exec_body is not None:67 exec_body(ns)
25 .. function:: new_class(name, bases=(), kwds=None, exec_body=None)33 The *exec_body* argument is a callback that is used to populate the
844 exec_body=func)