MCPcopy
hub / github.com/spaceandtimefdn/SxT-Python-SDK / is_restricted

Method is_restricted

src/spaceandtime/sxtuser.py:224–226  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222
223 @property
224 def is_restricted(self) -> str:
225 self.get_user_network_info() # has a 2sec cache, so print(user) will only call once
226 return self.__usrinfo__['restricted']
227
228 @property
229 def is_quota_exceeded(self) -> str:

Callers

nothing calls this directly

Calls 1

get_user_network_infoMethod · 0.95

Tested by

no test coverage detected