🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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
Merge branch 'main' into clinic/even-more-typing
  • Loading branch information
AlexWaygood authored Jul 3, 2023
commit f116de882cedfc712386c75091aaab93e3de0c0c
4 changes: 2 additions & 2 deletions Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4324,8 +4324,8 @@ def __init__(self, clinic: Clinic) -> None:
self.reset()

def reset(self) -> None:
self.function: Function | None = None
self.state: StateKeeper = self.state_dsl_start
self.function = None
self.state = self.state_dsl_start
self.parameter_indent = None
self.keyword_only = False
self.positional_only = False
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.