Home | Trees | Indices | Help |
---|
|
A 'SourcePosition' indicates a location in source code. A 'SourcePosition' consists of: - A file name. The file name is a string. It may be an absolute or relative path. If no file name is available, the file name is the empty string. - A line number, indexed from one. If no line number is available, the line number is zero. - A column number, indexed from one. If no column number is available, the column nubmer is zero.
|
|||
|
|||
|
|
Construct a new 'SourcePosition'. 'file' -- The file name. 'line' -- The line number, indexed from one. If no line numer is availble, use zero for this parameter. 'column' -- The column number, indexed from one. If no column number is available, use zero for this parameter. |
Return a textual representation of this 'SourcePosition'. returns -- A string representing this 'SourcePosition' |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |