For the complete documentation index, see llms.txt. This page is also available as Markdown.

Text

Module: pyot.utils.text

function camel_case -> str

  • snake_str: str

Convert string to json camel_case.

function snake_case -> str

  • attr: str

  • sep_numbers: bool = False

Convert string to python snake_case.

Last updated