MCPcopy
hub / github.com/marimo-team/marimo / debug

Method debug

marimo/_runtime/runtime.py:2041–2042  ·  view source on GitHub ↗
(title: str, message: str)

Source from the content-addressed store, hash-verified

2039 error_title, error_message = "", ""
2040
2041 def debug(title: str, message: str) -> None:
2042 LOGGER.debug("%s: %s", title, message)
2043
2044 if function is None:
2045 for child_context in ctx.children:

Callers 15

_set_tracer_providerFunction · 0.45
_instrument_aiFunction · 0.45
create_tracerFunction · 0.45
_tracer.pyFile · 0.45
marimo_loggerFunction · 0.45
make_log_directoryFunction · 0.45
getMethod · 0.45
putMethod · 0.45
hitMethod · 0.45
_parse_sql_duckdbFunction · 0.45
extract_explain_contentFunction · 0.45
get_databasesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected