Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ isStrict
Method
isStrict
config/settings.py:320–321 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
318
319
@property
320
def
isStrict(self)->bool:
321
return
self._get_bool(
"strict"
)
322
323
@property
324
def
valid_chars(self)->list[str]:
Callers
nothing calls this directly
Calls
1
_get_bool
Method · 0.80
Tested by
no test coverage detected