Searched refs:snake_case (Results 1 – 16 of 16) sorted by relevance
28 def ToCamelCase(snake_case): argument30 return ''.join(x.title() for x in snake_case.split('_'))
6 CamelCase and snake_case. It is intended to be unicode aware, internally34 2. snake_case
12 snake_case,
14 * snake_case should be used instead of UpperCamelCase for function and type
9 def snake_case( str ) method
283 attr_reader( Util.snake_case( grammar ) )292 attr_reader( Util.snake_case( grammar ) )350 del = __send__( Util.snake_case( grammar ) ) and
245 argument-naming-style=snake_case252 attr-naming-style=snake_case292 function-naming-style=snake_case322 method-naming-style=snake_case329 module-naming-style=snake_case349 variable-naming-style=snake_case
192 argument-naming-style=snake_case199 attr-naming-style=snake_case239 function-naming-style=snake_case264 method-naming-style=snake_case271 module-naming-style=snake_case291 variable-naming-style=snake_case
140 function-rgx=^(?:(?P<camel_case>_?[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_?[a-z][a-z0-9_]*))$143 …xempt>__[a-z0-9_]+__|next)|(?P<camel_case>_{0,2}[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_{0,2}[a-z][a-z0…
64 // use a snake_case convention instead of CamelCase.
238 Name functions/methods/properties in `snake_case` and classes in `CamelCase`. As
264 ``snake_case`` naming for non-type template arguments. This is a bug that
88 * Ops with `snake_case` names are those that have different representation93 * Ops with `mlir.snake_case` names are those that have no corresponding
510 - Table and struct field names: snake_case. This is translated to lowerCamelCase
732 * Fixed JsonFormat to do correct snake_case-to-camelCase conversion for