|
UniSet 2.45.1
|
Открытые члены | |
| __init__ (self, str message, Optional[str] file=None, Optional[int] line=None, Optional[int] col=None) | |
| str | __str__ (self) |
Открытые атрибуты | |
| message = message | |
| file = file | |
| line = line | |
| col = 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.