|
UniSet @VERSION@
|
Открытые члены | |
| __init__ (self, str message, Optional[str] file=None, Optional[int] line=None, Optional[int] col=None) | |
| str | __str__ (self) |
Открытые атрибуты | |
| message | |
| file | |
| line | |
| col | |
Non-exception warning with source location.
Formats as '{file}:{line}:{col}: warning: {message}' when location is available,
or 'warning: {message}' when location is not set.