Bases: Event
Sent to a widget that is capturing print
.
- Bubbles
- Verbose
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
str
|
Text that was printed. |
required |
|
bool
|
|
False
|
Note
Python's print
output can be captured with
App.begin_capture_print
.