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

Method py_name

py/generate.py:224–226  ·  view source on GitHub ↗

Get this property's Python name.

(self)

Source from the content-addressed store, hash-verified

222
223 @property
224 def py_name(self) -> str:
225 """Get this property's Python name."""
226 return snake_case(self.name)
227
228 @property
229 def py_annotation(self):

Callers

nothing calls this directly

Calls 1

snake_caseFunction · 0.85

Tested by

no test coverage detected