Home | History | Annotate | Download | only in python2.7

Lines Matching refs:kw

2449 def DocFileSuite(*paths, **kw):
2510 if kw.get('module_relative', True):
2511 kw['package'] = _normalize_module(kw.get('package'))
2514 suite.addTest(DocFileTest(path, **kw))