MCPcopy 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_parsingMethod · 0.95
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
test_basicsMethod · 0.80
test_searchMethod · 0.80

Calls 3

serialMethod · 0.95
parallelMethod · 0.95
expressionMethod · 0.95

Tested by 3

test_parsingMethod · 0.76
test_basicsMethod · 0.64
test_searchMethod · 0.64