User documentation
Developer documentation
CodeSpan
Links
Bases: object
object
Methods
__init__(start, end)
__init__
contains(other)
contains
Determine if the code span contains another code span
of(item)
of
Get the code span of the given Tree or Token
Attributes
start
Start position (inclusive)
end
End position (exclusive)