Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_class.py124 method_template = """\ variable
133 exec(method_template % method, globals(), d)
135 del d, statictests, method, method_template