Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/
Dloader.py226 def shouldIncludeMethod(attrname): function
237 testFnNames = list(filter(shouldIncludeMethod, dir(testCaseClass)))