MCPcopy Index your code
hub / github.com/apprenticeharper/DeDRM_tools / stringvalue

Method stringvalue

DeDRM_plugin/ion.py:526–533  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

524 return self.value
525
526 def stringvalue(self):
527 _assert(self.valuetid == TID_STRING, "Not a string")
528
529 if self.valueisnull:
530 return ""
531
532 self.preparevalue()
533 return self.value
534
535 def symbolvalue(self):
536 _assert(self.valuetid == TID_SYMBOL, "Not a symbol")

Callers 6

readimportMethod · 0.95
ionwalkMethod · 0.95
decryptvoucherMethod · 0.80
parseMethod · 0.80
parsevoucherMethod · 0.80
parseMethod · 0.80

Calls 2

preparevalueMethod · 0.95
_assertFunction · 0.85

Tested by

no test coverage detected