8000 Add stubs for fpdf2 by srittau · Pull Request #6252 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Add stubs for fpdf2 #6252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Nov 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add type: ignore
  • Loading branch information
srittau committed Nov 7, 2021
commit 780a154376eba50dd7026068d66e01ae08811ee0
2 changes: 1 addition & 1 deletion stubs/fpdf2/fpdf/template.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ class Template(FlexTemplate):
keywords: str = ...,
) -> None: ...
def add_page(self) -> None: ...
def render(self, outfile: Any | None = ..., dest: Any | None = ...) -> None: ...
def render(self, outfile: Any | None = ..., dest: Any | None = ...) -> None: ... # type: ignore
0