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

Method __iter__

pattern/web/__init__.py:1636–1637  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1634 return MediaWikiTable
1635
1636 def __iter__(self):
1637 return self.all()
1638
1639 def all(self, **kwargs):
1640 """ Returns an iterator over all MediaWikiArticle objects.

Callers

nothing calls this directly

Calls 1

allMethod · 0.95

Tested by

no test coverage detected