1 %feature("docstring") gum::SyntaxError::col
2 "
3 Returns
4 -------
5 int
6 	the indice of the colonne of the error
7 "
8 
9 %feature("docstring") gum::SyntaxError::line
10 "
11 Returns
12 -------
13 int
14 	the indice of the line of the error
15 "