Home
last modified time | relevance | path

Searched refs:method_template (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_class.py124 method_template = """\ variable
133 exec(method_template % method, globals(), d)
135 del d, statictests, method, method_template
/external/python/cpython2/Lib/test/
Dtest_class.py121 method_template = """\ variable
128 exec method_template % locals() in AllTests.__dict__
130 del method, method_template