MCPcopy Index your code
hub / github.com/clips/pattern / WikiaArticle

Class WikiaArticle

pattern/web/__init__.py:2037–2039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2035 yield self.search(title, **kwargs)
2036
2037class WikiaArticle(MediaWikiArticle):
2038 def __repr__(self):
2039 return "WikiaArticle(title=%s)" % repr(self.title)
2040
2041class WikiaSection(MediaWikiSection):
2042 def __repr__(self):

Callers 1

allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…