MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / __init__

Method __init__

aura/pattern_matching.py:129–131  ·  view source on GitHub ↗
(self, signature)

Source from the content-addressed store, hash-verified

127
128class FilePatternMatcher():
129 def __init__(self, signature):
130 self._signature = signature
131 self.__compiled = PatternMatcher.compile_patterns([signature])[0]
132
133 def __repr__(self):
134 return f"<FilePatternMatcher({repr(self._signature)})>"

Callers

nothing calls this directly

Calls 1

compile_patternsMethod · 0.80

Tested by

no test coverage detected