MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / password

Method password

config/settings.py:250–251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

248
249 @property
250 def password(self)->str:
251 return self._get_value("password")
252
253class GeneralSetting(BaseSetting):
254 __setting_key__ = "General"

Callers

nothing calls this directly

Calls 1

_get_valueMethod · 0.80

Tested by

no test coverage detected