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

Method __init__

pattern/text/search.py:1011–1013  ·  view source on GitHub ↗
(self, match, words)

Source from the content-addressed store, hash-verified

1009class Group(list):
1010
1011 def __init__(self, match, words):
1012 list.__init__(self, words)
1013 self.match = match
1014
1015 @property
1016 def words(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected