A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/39ceed78086ac818dc02c9f8a11388428b8ac6da below:

[py] Avoid shadowing `builtin` in variable names · SeleniumHQ/selenium@39ceed7 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed Original file line number Diff line number Diff line change

@@ -94,5 +94,5 @@ def clear_actions(self) -> None:

94 94

"""Clears actions that are already stored on the remote end."""

95 95

self.driver.execute(Command.W3C_CLEAR_ACTIONS)

96 96 97 -

def _add_input(self, input) -> None:

98 -

self.devices.append(input)

97 +

def _add_input(self, new_input) -> None:

98 +

self.devices.append(new_input)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4