Home
last modified time | relevance | path

Searched refs:add_note (Results 1 – 5 of 5) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py62 ).add_note(
340 diag.add_note(mess).add_note(
368 ).add_note(
624 ).add_note(
629 … diag.add_note(f'starting with {obj.get_formatted_blurb().rstrip()}', location=obj.extent.start)
631 diag.add_note(
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section.py182 ).add_note(
190 ).add_note(
292 ).add_note(
395 ).add_note(
481 diag.add_note(
510 ).add_note(
531 ).add_note(
644 diag.add_note('variable argument lists should be documented in notes')
725 ).add_note(
735 diag.add_note(
[all …]
H A D_doc_str.py822 ).add_note(
827 ).add_note(
829 ).add_note(
H A D_doc_section_base.py522 warn_diag.add_note(
524 ).add_note(
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_diag.py543 def add_note(self, note: str, location: Optional[SourceLocationLike] = None) -> Diagnostic: member in Diagnostic