Searched refs:method_template (Results 1 – 2 of 2) sorted by relevance
124 method_template = """\ variable133 exec(method_template % method, globals(), d)135 del d, statictests, method, method_template
121 method_template = """\ variable128 exec method_template % locals() in AllTests.__dict__130 del method, method_template