Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_language
Function · 0.45
render
Method · 0.45
log_slow
Function · 0.45
preflight_checks
Method · 0.45
post_message
Method · 0.45
_on_css_change
Method · 0.45
_broker_event
Method · 0.45
_dispatch_message
Method · 0.45
on_callback
Method · 0.45
on_timer
Method · 0.45
compose
Method · 0.45
compose
Method · 0.45
Calls
1
Logger
Class · 0.85
Tested by
no test coverage detected