MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / _global_config

Method _global_config

thirdparty/bottle/bottle.py:612–615  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

610
611 @lazy_attribute
612 def _global_config(cls):
613 cfg = ConfigDict()
614 cfg.meta_set('catchall', 'validate', bool)
615 return cfg
616
617 def __init__(self, **kwargs):
618 #: A :class:`ConfigDict` for app specific configuration.

Callers

nothing calls this directly

Calls 2

meta_setMethod · 0.95
ConfigDictClass · 0.85

Tested by

no test coverage detected