class documentation

Represents the location of an #ApiObject by a filename and line number.

Method __init__ Undocumented
Instance Variable endlineno If the location of an entity spans over multiple lines, it can be indicated by specifying at which line it ends with this property.
Instance Variable filename Undocumented
Instance Variable lineno Undocumented

Inherited from _HasInitAttribsMethod:

Method _init_attribs A method to define extra attributes that will be set after initialization.
def __init__(self, filename, lineno, endlineno=None): (source)

Undocumented

Parameters
filename:strUndocumented
lineno:intUndocumented
endlineno:t.Optional[int]Undocumented
endlineno: t.Optional[int] = (source)

If the location of an entity spans over multiple lines, it can be indicated by specifying at which line it ends with this property.

filename = (source)

Undocumented

lineno = (source)

Undocumented