Home
last modified time | relevance | path

Searched refs:get_formatted_source_from_cursor (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_util.py177 def get_formatted_source_from_cursor(cursor: CursorLike, **kwargs) -> str: function
201 ret.append(get_formatted_source_from_cursor(cursor, num_context=2))
H A D_cursor.py269 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 Cursor
530 return self.get_formatted_source_from_cursor(self, **kwargs)