Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ _match_list
Method
_match_list
aura/pattern_matching.py:262–263 ·
view source on GitHub ↗
(self, node: list, other)
Source
from the content-addressed store, hash-verified
260
return
True
261
262
def
_match_list(self, node: list, other) -> bool:
263
return
False
# TODO
264
265
def
_match_any_of(self, node, other: ASTPattern.AnyOf) -> bool:
266
for
sub_pattern in other:
Callers
1
match
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected