Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtypes.py62 def new_class(name, bases=(), kwds=None, exec_body=None): argument
66 if exec_body is not None:
67 exec_body(ns)
/external/python/cpython3/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
/external/python/cpython3/Lib/test/
Dtest_types.py844 exec_body=func)