MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / camel_to_upper_camel

Function camel_to_upper_camel

test/utils_shared.py:432–433  ·  view source on GitHub ↗
(camel)

Source from the content-addressed store, hash-verified

430
431
432def camel_to_upper_camel(camel):
433 return camel[0].upper() + camel[1:]
434
435
436def camel_to_snake_args(arguments):

Callers 1

prepare_spec_argumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected