(self)
| 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: |
nothing calls this directly
no test coverage detected