Bases: object
object
Provides information about the location of the declaration within the source file.
Return tuple(self.file_name, self.line)
Absolute source file name, type string.
Line number, type int.