Searched refs:CaptureKind (Results 1 – 2 of 2) sorted by relevance
652 class CaptureKind(enum.Enum): class in Synopsis.Inspector661 capturing: CaptureKind669 self.capturing = self.CaptureKind.NONE682 if self.capturing == self.CaptureKind.NONE:694 self.capturing = self.CaptureKind.DESCRIPTION # now capture the rest of the blurb696 assert self.capturing == self.CaptureKind.DESCRIPTION, 'Mixing blurb and synopsis capture?'700 self.capturing = self.CaptureKind.NONE
93 self.capturing = self.CaptureKind.SYNOPSIS94 if self.capturing == self.CaptureKind.SYNOPSIS:101 self.capturing = self.CaptureKind.NONE