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

Function get_atom_name

javascript/private/gen_file.py:22–26  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

20
21
22def get_atom_name(name):
23 # We had a todo here to convert camelCase and snake_case to BIG_SNAKE_CASE, but this code
24 # will be removed when BiDi is the default, so we're not going to bother with that.
25 name = os.path.basename(name)
26 return name.upper()
27
28
29def write_atom_literal(out, name, contents, lang, utf8):

Callers 1

write_atom_literalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected