class documentation
class Location(_HasInitAttribsMethod): (source)
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 |
A method to define extra attributes that will be set after initialization. |
Undocumented
Parameters | |
filename:str | Undocumented |
lineno:int | Undocumented |
endlineno:t.Optional[ | Undocumented |