Skip to content

Commit

Permalink
Function param self_converter is CConverter or None
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jul 3, 2023
1 parent b1bd72a commit 3f1a0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2467,7 +2467,7 @@ def __init__(
self.docstring = docstring or ''
self.kind = kind
self.coexist = coexist
self.self_converter = None
self.self_converter: CConverter | None = None
# docstring_only means "don't generate a machine-readable
# signature, just a normal docstring". it's True for
# functions with optional groups because we can't represent
Expand Down

0 comments on commit 3f1a0c0

Please sign in to comment.