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

Method isDebug

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

Source from the content-addressed store, hash-verified

255
256 @property
257 def isDebug(self)->bool:
258 return self._get_bool("debug")
259
260class SqlMapSetting(BaseSetting):
261 __setting_key__ = "sqlmap"

Callers

nothing calls this directly

Calls 1

_get_boolMethod · 0.80

Tested by

no test coverage detected