MCPcopy
hub / github.com/Textualize/textual / warning

Method warning

src/textual/__init__.py:168–170  ·  view source on GitHub ↗

Logs warnings.

(self)

Source from the content-addressed store, hash-verified

166
167 @property
168 def warning(self) -> Logger:
169 """Logs warnings."""
170 return Logger(self._log, LogGroup.WARNING, app=self.app)
171
172 @property
173 def error(self) -> Logger:

Callers 12

get_languageFunction · 0.45
renderMethod · 0.45
log_slowFunction · 0.45
preflight_checksMethod · 0.45
post_messageMethod · 0.45
_on_css_changeMethod · 0.45
_broker_eventMethod · 0.45
_dispatch_messageMethod · 0.45
on_callbackMethod · 0.45
on_timerMethod · 0.45
composeMethod · 0.45
composeMethod · 0.45

Calls 1

LoggerClass · 0.85

Tested by

no test coverage detected