Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/waleedka/hiddenlayer
/ parse
Method
parse
hiddenlayer/ge.py:19–20 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
17
self.text = text
18
19
def
parse(self):
20
return
self.serial() or self.parallel() or self.expression()
21
22
def
parallel(self):
23
index = self.index
Callers
6
test_parsing
Method · 0.95
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
test_basics
Method · 0.80
test_search
Method · 0.80
Calls
3
serial
Method · 0.95
parallel
Method · 0.95
expression
Method · 0.95
Tested by
3
test_parsing
Method · 0.76
test_basics
Method · 0.64
test_search
Method · 0.64