Skip to content
Snippets Groups Projects
Commit 9356f98d authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

#44 Beskrivelse av pylint-ignore

parent 5b66278f
No related branches found
No related tags found
1 merge request!29#44 Eksporter kodebok til PDF
Pipeline #74158 failed
......@@ -143,6 +143,10 @@ def get_codebook_data(codebook_size=CodebookSize.FULL):
# pylint: disable=W0223
# Disabling pylint-warning 'Method is abstract in class but is not overridden'.
# The methods are 'inkAnnotation' and 'inkAnnotation0', and they are supposed
# to add PDF-annotations. PDF-annotations enable PDF-editing such as forms,
# text highlighting etc, and are not needed in the generated codebook-PDF.
class PageNumCanvas(canvas.Canvas):
"""Subclassed Canvas for adding 'page x of y' at bottom of all pages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment