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

Method get

pattern/text/tree.py:1325–1326  ·  view source on GitHub ↗
(self, k, default="")

Source from the content-addressed store, hash-verified

1323 def __getitem__(self, k):
1324 return self.element.attrib[k]
1325 def get(self, k, default=""):
1326 return self.element.attrib.get(k, default)
1327
1328# The structure of linked anchor chunks and PNP attachments
1329# is collected from _parse_token() calls.

Callers 15

canvas.jsFile · 0.45
compositeFunction · 0.45
polarFunction · 0.45
updateMethod · 0.45
intertextualityFunction · 0.45
CFunction · 0.45
dateFunction · 0.45
replace_entityFunction · 0.45
__init__Method · 0.45
createMethod · 0.45
fieldFunction · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_renameMethod · 0.36
suiteFunction · 0.36
_test_constraintMethod · 0.36