hydra.dsl.python namespace
Submodules
- hydra.dsl.python.environment module
py_graph()py_graph_graph()py_graph_metadata()py_graph_with_graph()py_graph_with_metadata()python_environment()python_environment_bound_type_variables()python_environment_graph()python_environment_inline_variables()python_environment_namespaces()python_environment_nullary_bindings()python_environment_overlay_subs()python_environment_skip_casts()python_environment_version()python_environment_with_bound_type_variables()python_environment_with_graph()python_environment_with_inline_variables()python_environment_with_namespaces()python_environment_with_nullary_bindings()python_environment_with_overlay_subs()python_environment_with_skip_casts()python_environment_with_version()python_module_metadata()python_module_metadata_namespaces()python_module_metadata_type_variables()python_module_metadata_uses_annotated()python_module_metadata_uses_callable()python_module_metadata_uses_cast()python_module_metadata_uses_dataclass()python_module_metadata_uses_decimal()python_module_metadata_uses_either()python_module_metadata_uses_enum()python_module_metadata_uses_frozen_dict()python_module_metadata_uses_frozen_list()python_module_metadata_uses_frozen_set()python_module_metadata_uses_generic()python_module_metadata_uses_just()python_module_metadata_uses_left()python_module_metadata_uses_lru_cache()python_module_metadata_uses_maybe()python_module_metadata_uses_name()python_module_metadata_uses_node()python_module_metadata_uses_nothing()python_module_metadata_uses_right()python_module_metadata_uses_type_alias()python_module_metadata_uses_type_var()python_module_metadata_with_namespaces()python_module_metadata_with_type_variables()python_module_metadata_with_uses_annotated()python_module_metadata_with_uses_callable()python_module_metadata_with_uses_cast()python_module_metadata_with_uses_dataclass()python_module_metadata_with_uses_decimal()python_module_metadata_with_uses_either()python_module_metadata_with_uses_enum()python_module_metadata_with_uses_frozen_dict()python_module_metadata_with_uses_frozen_list()python_module_metadata_with_uses_frozen_set()python_module_metadata_with_uses_generic()python_module_metadata_with_uses_just()python_module_metadata_with_uses_left()python_module_metadata_with_uses_lru_cache()python_module_metadata_with_uses_maybe()python_module_metadata_with_uses_name()python_module_metadata_with_uses_node()python_module_metadata_with_uses_nothing()python_module_metadata_with_uses_right()python_module_metadata_with_uses_type_alias()python_module_metadata_with_uses_type_var()
- hydra.dsl.python.names module
encode_constant_for_field_name()encode_constant_for_type_name()encode_enum_value()encode_field_name()encode_name()encode_name_qualified()encode_namespace()encode_namespace_string_with_overrides()encode_namespace_with_overrides()encode_type_variable()sanitize_python_name()term_variable_reference()type_variable_reference()variable_reference()variant_name()
- hydra.dsl.python.syntax module
annotated_rhs_star()annotated_rhs_yield()annotated_statement()annotated_statement_comment()annotated_statement_statement()annotated_statement_with_comment()annotated_statement_with_statement()annotation()args()args_kwarg_or_double_starred()args_kwarg_or_starred()args_positional()args_with_kwarg_or_double_starred()args_with_kwarg_or_starred()args_with_positional()as_pattern()as_pattern_as()as_pattern_pattern()as_pattern_with_as()as_pattern_with_pattern()assert_statement()assert_statement_expression1()assert_statement_expression2()assert_statement_with_expression1()assert_statement_with_expression2()assignment_aug()assignment_expression()assignment_expression_expression()assignment_expression_name()assignment_expression_with_expression()assignment_expression_with_name()assignment_typed()assignment_untyped()atom_dict()atom_dictcomp()atom_genexp()atom_group()atom_list()atom_listcomp()atom_name()atom_number()atom_set()atom_setcomp()atom_string()atom_tuple()attribute()aug_assignment()aug_assignment_augassign()aug_assignment_lhs()aug_assignment_rhs()aug_assignment_with_augassign()aug_assignment_with_lhs()aug_assignment_with_rhs()await_primary()await_primary_await()await_primary_primary()await_primary_with_await()await_primary_with_primary()bitwise_and()bitwise_and_lhs()bitwise_and_rhs()bitwise_and_with_lhs()bitwise_and_with_rhs()bitwise_or()bitwise_or_lhs()bitwise_or_rhs()bitwise_or_with_lhs()bitwise_or_with_rhs()bitwise_xor()bitwise_xor_lhs()bitwise_xor_rhs()bitwise_xor_with_lhs()bitwise_xor_with_rhs()block_indented()block_simple()capture_pattern()case_block()case_block_body()case_block_guard()case_block_patterns()case_block_with_body()case_block_with_guard()case_block_with_patterns()class_definition()class_definition_arguments()class_definition_body()class_definition_decorators()class_definition_name()class_definition_type_params()class_definition_with_arguments()class_definition_with_body()class_definition_with_decorators()class_definition_with_name()class_definition_with_type_params()class_pattern()class_pattern_keyword_patterns()class_pattern_name_or_attribute()class_pattern_positional_patterns()class_pattern_with_keyword_patterns()class_pattern_with_name_or_attribute()class_pattern_with_positional_patterns()closed_pattern_capture()closed_pattern_class()closed_pattern_group()closed_pattern_literal()closed_pattern_mapping()closed_pattern_sequence()closed_pattern_value()comma_star_etc()comma_star_etc_keywords()comma_star_etc_param_maybe_default()comma_star_etc_with_keywords()comma_star_etc_with_param_maybe_default()compare_op_bitwise_or_pair()compare_op_bitwise_or_pair_operator()compare_op_bitwise_or_pair_rhs()compare_op_bitwise_or_pair_with_operator()compare_op_bitwise_or_pair_with_rhs()comparison()comparison_lhs()comparison_rhs()comparison_with_lhs()comparison_with_rhs()complex_number()complex_number_imaginary()complex_number_plus_or_minus()complex_number_real()complex_number_with_imaginary()complex_number_with_plus_or_minus()complex_number_with_real()compound_statement_class_def()compound_statement_for()compound_statement_function()compound_statement_if()compound_statement_match()compound_statement_try()compound_statement_while()compound_statement_with()conditional()conditional_body()conditional_else()conditional_if()conditional_with_body()conditional_with_else()conditional_with_if()conjunction()decorators()default()del_statement()del_t_atom_name()del_t_atom_target()del_t_atom_targets()del_target_del_t_atom()del_target_primary_and_name()del_target_primary_and_slices()del_targets()dict()dictcomp()dictcomp_for_if_clauses()dictcomp_kvpair()dictcomp_with_for_if_clauses()dictcomp_with_kvpair()disjunction()dotted_as_name()dotted_as_name_as()dotted_as_name_name()dotted_as_name_with_as()dotted_as_name_with_name()dotted_name()double_star_pattern()double_star_type_parameter()double_star_type_parameter_default()double_star_type_parameter_name()double_star_type_parameter_with_default()double_star_type_parameter_with_name()double_starred_kvpair_pair()double_starred_kvpair_starred()eval()except_block()except_block_body()except_block_expression()except_block_with_body()except_block_with_expression()except_expression()except_expression_as()except_expression_expression()except_expression_with_as()except_expression_with_expression()except_star_block()except_star_block_as()except_star_block_body()except_star_block_expression()except_star_block_with_as()except_star_block_with_body()except_star_block_with_expression()expression_conditional()expression_lambda()expression_simple()factor_complement()factor_negative()factor_positive()factor_simple()file()for_if_clause()for_if_clause_async()for_if_clause_ifs()for_if_clause_in()for_if_clause_targets()for_if_clause_with_async()for_if_clause_with_ifs()for_if_clause_with_in()for_if_clause_with_targets()for_if_clauses()for_statement()for_statement_async()for_statement_body()for_statement_else()for_statement_expressions()for_statement_targets()for_statement_type_comment()for_statement_with_async()for_statement_with_body()for_statement_with_else()for_statement_with_expressions()for_statement_with_targets()for_statement_with_type_comment()func_type_comment()function_def_raw()function_def_raw_async()function_def_raw_block()function_def_raw_func_type_comment()function_def_raw_name()function_def_raw_params()function_def_raw_return_type()function_def_raw_type_params()function_def_raw_with_async()function_def_raw_with_block()function_def_raw_with_func_type_comment()function_def_raw_with_name()function_def_raw_with_params()function_def_raw_with_return_type()function_def_raw_with_type_params()function_definition()function_definition_decorators()function_definition_raw()function_definition_with_decorators()function_definition_with_raw()genexp()genexp_head()genexp_head_assignment()genexp_head_expression()genexp_tail()genexp_with_head()genexp_with_tail()group_expression()group_pattern()group_yield()guard()if_statement()if_statement_body()if_statement_condition()if_statement_continuation()if_statement_with_body()if_statement_with_condition()if_statement_with_continuation()if_tail_elif()if_tail_else()imaginary_number()import_from()import_from_as_name()import_from_as_name_as()import_from_as_name_name()import_from_as_name_with_as()import_from_as_name_with_name()import_from_dotted_name()import_from_prefixes()import_from_targets()import_from_targets_parens()import_from_targets_simple()import_from_with_dotted_name()import_from_with_prefixes()import_from_with_targets()import_name()import_statement_from()import_statement_name()interactive()inversion_not()inversion_simple()items_pattern()key_value_pattern()key_value_pattern_key()key_value_pattern_value()key_value_pattern_with_key()key_value_pattern_with_value()keyword_pattern()keyword_pattern_name()keyword_pattern_pattern()keyword_pattern_with_name()keyword_pattern_with_pattern()keyword_patterns()keywords()kvpair()kvpair_key()kvpair_value()kvpair_with_key()kvpair_with_value()kwarg()kwarg_name()kwarg_or_double_starred_double_starred()kwarg_or_double_starred_kwarg()kwarg_or_starred_kwarg()kwarg_or_starred_starred()kwarg_value()kwarg_with_name()kwarg_with_value()lambda_()lambda_body()lambda_kwds()lambda_param_maybe_default()lambda_param_maybe_default_default()lambda_param_maybe_default_param()lambda_param_maybe_default_with_default()lambda_param_maybe_default_with_param()lambda_param_no_default()lambda_param_with_default()lambda_param_with_default_default()lambda_param_with_default_param()lambda_param_with_default_with_default()lambda_param_with_default_with_param()lambda_parameters()lambda_parameters_param_no_default()lambda_parameters_param_with_default()lambda_parameters_slash_no_default()lambda_parameters_star_etc()lambda_parameters_with_param_no_default()lambda_parameters_with_param_with_default()lambda_parameters_with_slash_no_default()lambda_parameters_with_star_etc()lambda_params()lambda_slash_no_default()lambda_slash_no_default_parameters()lambda_slash_no_default_with_parameters()lambda_slash_with_default()lambda_slash_with_default_param_no_default()lambda_slash_with_default_param_with_default()lambda_slash_with_default_with_param_no_default()lambda_slash_with_default_with_param_with_default()lambda_star_etc_kwds()lambda_star_etc_param_maybe_default()lambda_star_etc_param_no_default()lambda_star_etc_star()lambda_with_body()lambda_with_params()list()listcomp()listcomp_expression()listcomp_for_if_clauses()listcomp_with_expression()listcomp_with_for_if_clauses()literal_expression_complex()literal_expression_number()literal_expression_or_attribute_attribute()literal_expression_or_attribute_literal()literal_expression_string()mapping_pattern()mapping_pattern_double_star()mapping_pattern_items()mapping_pattern_with_double_star()mapping_pattern_with_items()match_statement()match_statement_cases()match_statement_subject()match_statement_with_cases()match_statement_with_subject()maybe_sequence_pattern()maybe_star_pattern_pattern()maybe_star_pattern_star()module()name()name_or_attribute()named_expression_assignment()named_expression_simple()no_default_star_annotation_star_etc()no_default_star_annotation_star_etc_keywords()no_default_star_annotation_star_etc_param_maybe_default()no_default_star_annotation_star_etc_param_no_default_star_annotation()no_default_star_annotation_star_etc_with_keywords()no_default_star_annotation_star_etc_with_param_maybe_default()no_default_star_annotation_star_etc_with_param_no_default_star_annotation()no_default_star_etc()no_default_star_etc_keywords()no_default_star_etc_param_maybe_default()no_default_star_etc_param_no_default()no_default_star_etc_with_keywords()no_default_star_etc_with_param_maybe_default()no_default_star_etc_with_param_no_default()number_float()number_imaginary()number_integer()open_sequence_pattern()open_sequence_pattern_head()open_sequence_pattern_tail()open_sequence_pattern_with_head()open_sequence_pattern_with_tail()or_pattern()param()param_annotation()param_maybe_default()param_maybe_default_default()param_maybe_default_param()param_maybe_default_type_comment()param_maybe_default_with_default()param_maybe_default_with_param()param_maybe_default_with_type_comment()param_name()param_no_default()param_no_default_param()param_no_default_parameters()param_no_default_parameters_param_no_default()param_no_default_parameters_param_with_default()param_no_default_parameters_star_etc()param_no_default_parameters_with_param_no_default()param_no_default_parameters_with_param_with_default()param_no_default_parameters_with_star_etc()param_no_default_star_annotation()param_no_default_star_annotation_param_star_annotation()param_no_default_star_annotation_type_comment()param_no_default_star_annotation_with_param_star_annotation()param_no_default_star_annotation_with_type_comment()param_no_default_type_comment()param_no_default_with_param()param_no_default_with_type_comment()param_star_annotation()param_star_annotation_annotation()param_star_annotation_name()param_star_annotation_with_annotation()param_star_annotation_with_name()param_with_annotation()param_with_default()param_with_default_default()param_with_default_param()param_with_default_parameters()param_with_default_parameters_param_with_default()param_with_default_parameters_star_etc()param_with_default_parameters_with_param_with_default()param_with_default_parameters_with_star_etc()param_with_default_type_comment()param_with_default_with_default()param_with_default_with_param()param_with_default_with_type_comment()param_with_name()parameters_param_no_default()parameters_param_with_default()parameters_slash_no_default()parameters_slash_with_default()parameters_star_etc()pattern_as()pattern_capture_target()pattern_or()patterns_pattern()patterns_sequence()pos_arg_assignment()pos_arg_expression()pos_arg_starred()positional_patterns()power()power_lhs()power_rhs()power_with_lhs()power_with_rhs()primary_compound()primary_rhs_call()primary_rhs_genexp()primary_rhs_project()primary_rhs_slices()primary_simple()primary_with_rhs()primary_with_rhs_primary()primary_with_rhs_rhs()primary_with_rhs_with_primary()primary_with_rhs_with_rhs()raise_expression()raise_expression_expression()raise_expression_from()raise_expression_with_expression()raise_expression_with_from()raise_statement()real_number_float()real_number_integer()return_statement()sequence_pattern_list()sequence_pattern_tuple()set()setcomp()setcomp_expression()setcomp_for_if_clauses()setcomp_with_expression()setcomp_with_for_if_clauses()shift_expression()shift_expression_lhs()shift_expression_rhs()shift_expression_with_lhs()shift_expression_with_rhs()shift_lhs()shift_lhs_operand()shift_lhs_operator()shift_lhs_with_operand()shift_lhs_with_operator()signed_number_number()signed_number_sign()signed_real_number_number()signed_real_number_sign()simple_statement_assert()simple_statement_assignment()simple_statement_del()simple_statement_global()simple_statement_import()simple_statement_nonlocal()simple_statement_raise()simple_statement_return()simple_statement_star_expressions()simple_statement_type_alias()simple_statement_yield()simple_type_parameter()simple_type_parameter_bound()simple_type_parameter_default()simple_type_parameter_name()simple_type_parameter_with_bound()simple_type_parameter_with_default()simple_type_parameter_with_name()single_subscript_attribute_target_primary_and_name()single_subscript_attribute_target_primary_and_slices()single_target_name()single_target_parens()single_target_subscript_attribute_target()slash_no_default()slash_no_default_parameters()slash_no_default_parameters_param_no_default()slash_no_default_parameters_param_with_default()slash_no_default_parameters_slash()slash_no_default_parameters_star_etc()slash_no_default_parameters_with_param_no_default()slash_no_default_parameters_with_param_with_default()slash_no_default_parameters_with_slash()slash_no_default_parameters_with_star_etc()slash_with_default()slash_with_default_param_no_default()slash_with_default_param_with_default()slash_with_default_parameters()slash_with_default_parameters_param_no_default()slash_with_default_parameters_param_with_default()slash_with_default_parameters_star_etc()slash_with_default_parameters_with_param_no_default()slash_with_default_parameters_with_param_with_default()slash_with_default_parameters_with_star_etc()slash_with_default_with_param_no_default()slash_with_default_with_param_with_default()slice_expression()slice_expression_start()slice_expression_step()slice_expression_stop()slice_expression_with_start()slice_expression_with_step()slice_expression_with_stop()slice_named()slice_or_starred_expression_slice()slice_or_starred_expression_starred()slice_slice_()slices()slices_head()slices_tail()slices_with_head()slices_with_tail()star_annotation()star_atom_name()star_atom_star_targets_list_seq()star_atom_star_targets_tuple_seq()star_atom_target_with_star_atom()star_etc_keywords()star_etc_star_comma()star_etc_star_no_default()star_etc_star_no_default_star_annotation()star_expression_simple()star_expression_star()star_named_expression_simple()star_named_expression_star()star_named_expressions()star_pattern_capture()star_target_starred()star_target_unstarred()star_targets_list_seq()star_targets_tuple_seq()star_type_parameter()star_type_parameter_default()star_type_parameter_name()star_type_parameter_with_default()star_type_parameter_with_name()starred_expression()statement_annotated()statement_compound()statement_simple()string()string_prefix()string_quote_style()string_value()string_with_prefix()string_with_quote_style()string_with_value()subject_expression_simple()subject_expression_tuple()sum()sum_lhs()sum_lhs2()sum_lhs_operand()sum_lhs_operator()sum_lhs_with_operand()sum_lhs_with_operator()sum_rhs()sum_with_lhs()sum_with_rhs()t_primary_and_arguments()t_primary_and_arguments_arguments()t_primary_and_arguments_primary()t_primary_and_arguments_with_arguments()t_primary_and_arguments_with_primary()t_primary_and_genexp()t_primary_and_genexp_genexp()t_primary_and_genexp_primary()t_primary_and_genexp_with_genexp()t_primary_and_genexp_with_primary()t_primary_and_name()t_primary_and_name_name()t_primary_and_name_primary()t_primary_and_name_with_name()t_primary_and_name_with_primary()t_primary_and_slices()t_primary_and_slices_primary()t_primary_and_slices_slices()t_primary_and_slices_with_primary()t_primary_and_slices_with_slices()t_primary_atom()t_primary_primary_and_arguments()t_primary_primary_and_genexp()t_primary_primary_and_name()t_primary_primary_and_slices()target_with_star_atom_atom()target_with_star_atom_project()target_with_star_atom_slices()term()term_lhs()term_lhs2()term_lhs_operand()term_lhs_operator()term_lhs_with_operand()term_lhs_with_operator()term_rhs()term_with_lhs()term_with_rhs()try_except_star_statement()try_except_star_statement_body()try_except_star_statement_else()try_except_star_statement_excepts()try_except_star_statement_finally()try_except_star_statement_with_body()try_except_star_statement_with_else()try_except_star_statement_with_excepts()try_except_star_statement_with_finally()try_except_statement()try_except_statement_body()try_except_statement_else()try_except_statement_excepts()try_except_statement_finally()try_except_statement_with_body()try_except_statement_with_else()try_except_statement_with_excepts()try_except_statement_with_finally()try_finally_statement()try_finally_statement_body()try_finally_statement_finally()try_finally_statement_with_body()try_finally_statement_with_finally()try_statement_except()try_statement_except_star()try_statement_finally()tuple()type_alias()type_alias_expression()type_alias_name()type_alias_type_params()type_alias_with_expression()type_alias_with_name()type_alias_with_type_params()type_comment()type_expression_double_starred_expression()type_expression_expression()type_expression_starred_expression()type_parameter_double_star()type_parameter_simple()type_parameter_star()typed_assignment()typed_assignment_lhs()typed_assignment_rhs()typed_assignment_type()typed_assignment_with_lhs()typed_assignment_with_rhs()typed_assignment_with_type()un_annotation()un_attribute()un_capture_pattern()un_conjunction()un_decorators()un_default()un_del_statement()un_del_targets()un_dict()un_disjunction()un_dotted_name()un_double_star_pattern()un_eval()un_file()un_for_if_clauses()un_func_type_comment()un_group_pattern()un_guard()un_imaginary_number()un_import_name()un_interactive()un_items_pattern()un_keyword_patterns()un_keywords()un_lambda_kwds()un_lambda_param_no_default()un_list()un_maybe_sequence_pattern()un_module()un_name()un_name_or_attribute()un_or_pattern()un_pattern_capture_target()un_positional_patterns()un_raise_statement()un_return_statement()un_set()un_slash_no_default()un_star_annotation()un_star_named_expressions()un_star_targets_list_seq()un_star_targets_tuple_seq()un_starred_expression()un_tuple()un_type_comment()un_value_pattern()un_yield_statement()untyped_assignment()untyped_assignment_rhs()untyped_assignment_targets()untyped_assignment_type_comment()untyped_assignment_with_rhs()untyped_assignment_with_targets()untyped_assignment_with_type_comment()value_pattern()while_statement()while_statement_body()while_statement_condition()while_statement_else()while_statement_with_body()while_statement_with_condition()while_statement_with_else()with_item()with_item_as()with_item_expression()with_item_with_as()with_item_with_expression()with_statement()with_statement_async()with_statement_body()with_statement_items()with_statement_type_comment()with_statement_with_async()with_statement_with_body()with_statement_with_items()with_statement_with_type_comment()yield_expression_from()yield_expression_simple()yield_statement()
- hydra.dsl.python.utils module
annotated_expression()annotated_statement()assignment()assignment_statement()cast_to()comment_statement()decode_py_comparison_to_py_await_primary()decode_py_conjunction_to_py_primary()decode_py_expression_to_py_primary()decode_py_inversion_to_py_primary()decode_py_power_to_py_primary()dotted_assignment_statement()double_quoted_string()find_namespaces()function_call()indented_block()name_and_params()newtype_statement()or_expression()primary_and_params()primary_with_expression_slices()primary_with_rhs()primary_with_slices()project_from_expression()py_assignment_to_py_statement()py_atom_to_py_expression()py_bitwise_or_to_py_conjunction()py_bitwise_or_to_py_expression()py_class_definition_to_py_statement()py_closed_pattern_to_py_patterns()py_conjunction_to_py_expression()py_expression_to_bitwise_or()py_expression_to_disjunction()py_expression_to_py_annotated_rhs()py_expression_to_py_primary()py_expression_to_py_simple_statement()py_expression_to_py_slice()py_expression_to_py_star_named_expression()py_expression_to_py_statement()py_expressions_to_py_args()py_list()py_name_to_py_expression()py_name_to_py_named_expression()py_name_to_py_primary()py_name_to_py_star_target()py_name_to_py_type_parameter()py_primary_to_py_bitwise_or()py_primary_to_py_bitwise_xor()py_primary_to_py_conjunction()py_primary_to_py_expression()py_primary_to_py_slice()py_simple_statement_to_py_statement()raise_assertion_error()raise_type_error()return_single()single_quoted_string()string_to_py_expression()triple_quoted_string()type_alias_statement()type_alias_statement310()union_type_class_statements310()unit_variant_methods()