mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-10 02:17:49 +00:00
Docstring [ci skip]
This commit is contained in:
@@ -123,9 +123,6 @@ class Symbol(ToStringMixin):
|
||||
|
||||
@property
|
||||
def location(self) -> SymbolLocation:
|
||||
"""
|
||||
:return: the start location of the actual symbol identifier
|
||||
"""
|
||||
return SymbolLocation(relative_path=self.relative_path, line=self.line, column=self.column, end_line=self.end_line)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user