Converts camelCase (or CamelCase) to snake_case. From https://codereview.stackexchange.com/questions/185966/functions-to-convert-camelcase-strings-to-snake-case
camel_input (str) -- The camelcase or CamelCase string to convert to snake_case
:return str
Generated on September 29, 2023 at 04:02:52 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3006.3.
© 2023 VMware, Inc. | Privacy Policy