Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py211 srcstr = cls.get_raw_source_from_cursor(cursor)
480 def get_raw_source_from_cursor(cursor: CursorLike, **kwargs) -> str: member in Cursor
495 return _util.get_raw_source_from_cursor(cursor, **kwargs)
499 return self.get_raw_source_from_cursor(self, **kwargs)
H A D_util.py129 def get_raw_source_from_cursor(cursor: CursorLike, **kwargs) -> str: function