UniSet @VERSION@
Открытые члены | Открытые атрибуты | Полный список членов класса
Класс st2js.errors.STWarning

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

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