MCPcopy
hub / github.com/GetBindu/Bindu / debug

Method debug

bindu/settings.py:112–114  ·  view source on GitHub ↗

Compute debug mode based on environment.

(self)

Source from the content-addressed store, hash-verified

110 @computed_field
111 @property
112 def debug(self) -> bool:
113 """Compute debug mode based on environment."""
114 return self.environment != "production"
115
116 @computed_field
117 @property

Callers 15

_start_tunnelMethod · 0.80
_read_url_from_outputMethod · 0.80
download_binaryFunction · 0.80
verify_checksumFunction · 0.80
stop_tunnelMethod · 0.80
_post_with_retryMethod · 0.80
wrapperFunction · 0.80
execute_with_retryFunction · 0.80
set_search_pathFunction · 0.80
setup_signal_handlersFunction · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected