MCPcopy Index your code
hub / github.com/spaceandtimefdn/SxT-Python-SDK / encoding

Method encoding

src/spaceandtime/sxtkeymanager.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91
92 @property
93 def encoding(self):
94 return self.__en
95 @encoding.setter
96 def encoding(self, value) -> str:
97 if not value in SXTKeyEncodings:

Callers

nothing calls this directly

Calls 1

SxTKeyEncodingErrorClass · 0.90

Tested by

no test coverage detected