MCPcopy Create free account
hub / github.com/sissaschool/xmlschema / text

Method text

xmlschema/dataobjects.py:144–146  ·  view source on GitHub ↗

The string value of the data element.

(self)

Source from the content-addressed store, hash-verified

142
143 @property
144 def text(self) -> Optional[str]:
145 """The string value of the data element."""
146 return raw_encode_value(self.value)
147
148 def get(self, key: str, default: Any = None) -> Any:
149 """Gets a data element attribute."""

Callers

nothing calls this directly

Calls 1

raw_encode_valueFunction · 0.90

Tested by

no test coverage detected