MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / py_name

Method py_name

py/generate.py:591–593  ·  view source on GitHub ↗

Get a Python name for this command.

(self)

Source from the content-addressed store, hash-verified

589
590 @property
591 def py_name(self) -> str:
592 """Get a Python name for this command."""
593 return snake_case(self.name)
594
595 @classmethod
596 def from_json(cls, command, domain) -> "CdpCommand":

Callers

nothing calls this directly

Calls 1

snake_caseFunction · 0.85

Tested by

no test coverage detected