HomeSort by relevance Sort by last modified time
    Searched refs:exec_body (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/
types.py 57 def new_class(name, bases=(), kwds=None, exec_body=None):
60 if exec_body is not None:
61 exec_body(ns)
  /external/python/cpython3/Lib/test/
test_types.py 822 exec_body=func)
    [all...]

Completed in 601 milliseconds