col_no property

col_no property

The colno attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to zero. It represents the column number where the error occurred in the script.

Definition:

@property
def col_no(self):
    ...

See Also