Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py652 class CaptureKind(enum.Enum): class in Synopsis.Inspector
661 capturing: CaptureKind
669 self.capturing = self.CaptureKind.NONE
682 if self.capturing == self.CaptureKind.NONE:
694 self.capturing = self.CaptureKind.DESCRIPTION # now capture the rest of the blurb
696 assert self.capturing == self.CaptureKind.DESCRIPTION, 'Mixing blurb and synopsis capture?'
700 self.capturing = self.CaptureKind.NONE
H A D_doc_section.py93 self.capturing = self.CaptureKind.SYNOPSIS
94 if self.capturing == self.CaptureKind.SYNOPSIS:
101 self.capturing = self.CaptureKind.NONE