| 2035 | yield self.search(title, **kwargs) |
| 2036 | |
| 2037 | class WikiaArticle(MediaWikiArticle): |
| 2038 | def __repr__(self): |
| 2039 | return "WikiaArticle(title=%s)" % repr(self.title) |
| 2040 | |
| 2041 | class WikiaSection(MediaWikiSection): |
| 2042 | def __repr__(self): |
no outgoing calls
no test coverage detected
searching dependent graphs…