forked from OSchip/llvm-project
cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit the API.
llvm-svn: 94382
This commit is contained in:
parent
ecb457c4e2
commit
18b75a4f10
|
@ -213,14 +213,6 @@ class Cursor(Structure):
|
|||
"""
|
||||
return Cursor_extent(self)
|
||||
|
||||
@property
|
||||
def file(self):
|
||||
"""
|
||||
Return the file containing the pointed-at entity. This is an alias for
|
||||
location.file.
|
||||
"""
|
||||
return self.location.file
|
||||
|
||||
def get_children(self):
|
||||
"""Return an iterator for the accessing children of this cursor."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue