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

Method subscription_id

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

Source from the content-addressed store, hash-verified

212
213 @property
214 def subscription_id(self) -> str:
215 self.get_user_network_info() # has a 2sec cache, so print(user) will only call once
216 return self.__usrinfo__['subscriptionId']
217
218 @property
219 def is_trial(self) -> str:

Callers

nothing calls this directly

Calls 1

get_user_network_infoMethod · 0.95

Tested by

no test coverage detected