Home
last modified time | relevance | path

Searched refs:exec_body (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dtypes.py69 def new_class(name, bases=(), kwds=None, exec_body=None): argument
73 if exec_body is not None:
74 exec_body(ns)
/third_party/python/Doc/library/
Dtypes.rst25 .. function:: new_class(name, bases=(), kwds=None, exec_body=None)
33 The *exec_body* argument is a callback that is used to populate the
/third_party/python/Lib/test/
Dtest_types.py1221 exec_body=func)