UniSet 2.45.1
Класс st2js.errors.STWarning

Открытые члены

 __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.