Searched refs:get_formatted_source_from_cursor (Results 1 – 2 of 2) sorted by relevance
177 def get_formatted_source_from_cursor(cursor: CursorLike, **kwargs) -> str: function201 ret.append(get_formatted_source_from_cursor(cursor, num_context=2))
269 src_str = cls.get_formatted_source_from_cursor(cursor, num_context=2)502 def get_formatted_source_from_cursor(cls, cursor: CursorLike, **kwargs) -> str: member in Cursor530 return self.get_formatted_source_from_cursor(self, **kwargs)