hydra.dsl.formatting module

DSL functions for hydra.formatting.

hydra.dsl.formatting.capitalize(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.capitalize.

hydra.dsl.formatting.convert_case(arg0: TypedTerm[CaseConvention], arg1: TypedTerm[CaseConvention], arg2: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.convertCase.

hydra.dsl.formatting.convert_case_camel_or_underscore_to_lower_snake(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.convertCaseCamelOrUnderscoreToLowerSnake.

hydra.dsl.formatting.convert_case_camel_to_lower_snake(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.convertCaseCamelToLowerSnake.

hydra.dsl.formatting.convert_case_camel_to_upper_snake(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.convertCaseCamelToUpperSnake.

hydra.dsl.formatting.convert_case_pascal_to_upper_snake(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.convertCasePascalToUpperSnake.

hydra.dsl.formatting.decapitalize(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.decapitalize.

hydra.dsl.formatting.escape_with_underscore(arg0: TypedTerm[Set[str]], arg1: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.escapeWithUnderscore.

hydra.dsl.formatting.indent_lines(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.indentLines.

hydra.dsl.formatting.java_style_comment(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.javaStyleComment.

hydra.dsl.formatting.lines(arg0: TypedTerm[str]) TypedTerm[Sequence[str]]

DSL reference to hydra.formatting.lines.

hydra.dsl.formatting.map_first_letter(arg0: TypedTerm[Callable[[str], str]], arg1: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.mapFirstLetter.

hydra.dsl.formatting.non_alnum_to_underscores(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.nonAlnumToUnderscores.

hydra.dsl.formatting.normalize_comment(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.normalizeComment.

hydra.dsl.formatting.sanitize_with_underscores(arg0: TypedTerm[Set[str]], arg1: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.sanitizeWithUnderscores.

hydra.dsl.formatting.show_list(arg0: TypedTerm[Callable[[T0], str]], arg1: TypedTerm[Sequence[T0]]) TypedTerm[str]

DSL reference to hydra.formatting.showList.

hydra.dsl.formatting.strip_leading_and_trailing_whitespace(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.stripLeadingAndTrailingWhitespace.

hydra.dsl.formatting.unlines(arg0: TypedTerm[Sequence[str]]) TypedTerm[str]

DSL reference to hydra.formatting.unlines.

hydra.dsl.formatting.with_character_aliases(arg0: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.withCharacterAliases.

hydra.dsl.formatting.wrap_line(arg0: TypedTerm[int], arg1: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.formatting.wrapLine.