hydra namespace
Subpackages
- hydra.python namespace
- Submodules
- hydra.python.coder module
analyze_python_function()builder_setter_name()case_block_to_expr()class_variant_pattern_unit()class_variant_pattern_with_capture()collect_type_variables()cond_import_symbol()dataclass_decorator()deconflict_variant_name()deduplicate_case_variables()dig_for_wrap()eliminate_unit_var()empty_metadata()encode_application()encode_application_inner()encode_application_type()encode_binding_as()encode_binding_as_assignment()encode_bindings_as_defs()encode_default_case_block()encode_definition()encode_enum_value_assignment()encode_field()encode_field_type()encode_float_value()encode_float_value_encode_float32()encode_float_value_encode_float64()encode_float_value_py_special_float()encode_forall_type()encode_function_type()encode_integer_value()encode_literal()encode_literal_type()encode_name_constants()encode_python_module()encode_record_type()encode_term_assignment()encode_term_inline()encode_term_multiline()encode_term_multiline_t_c_o()encode_type()encode_type_assignment()encode_type_assignment_inner()encode_type_def_single()encode_type_quoted()encode_union_elimination_inline()encode_union_field()encode_union_field_alt()encode_union_type()encode_variable()encode_wrapped_type()enum_variant_pattern()environment_type_parameters()extend_env_with_lambda_params()extend_env_with_type_var()extend_meta_for_term()extend_meta_for_type()extend_meta_for_types()extract_case_elimination()fill_doms_from_signature()find_type_params()function_definition_to_expr()gather_lambdas()gather_metadata()generic_arg()initial_environment()initial_metadata()is_case_statement_application()is_cases_full()is_type_module_check()is_type_variable_name()is_variant_unit_type()lazy_dot_get()lazy_flags_for_primitive()lru_cache_decorator()make_curried_lambda()make_lazy()make_py_graph()make_simple_lambda()make_thunk()make_uncurried_lambda()module_domain_imports()module_imports()module_standard_imports()module_to_python()py_graph_graph()py_graph_metadata()py_int()python_binding_metadata()python_environment_get_graph()python_environment_set_graph()record_builder_class()record_builder_setter()record_with_method()set_meta_namespaces()set_meta_type_variables()set_meta_uses_annotated()set_meta_uses_callable()set_meta_uses_cast()set_meta_uses_dataclass()set_meta_uses_decimal()set_meta_uses_either()set_meta_uses_enum()set_meta_uses_frozen_dict()set_meta_uses_frozen_list()set_meta_uses_frozen_set()set_meta_uses_generic()set_meta_uses_just()set_meta_uses_left()set_meta_uses_lru_cache()set_meta_uses_maybe()set_meta_uses_name()set_meta_uses_node()set_meta_uses_nothing()set_meta_uses_right()set_meta_uses_type_alias()set_meta_uses_type_var()should_thunk_binding()standard_import_statement()term_arity_with_primitives()tvar_statement()type_alias_statement_for()union_type_statements_for()unsupported_expression()use_inline_type_params()use_inline_type_params_for()variant_args()variant_closed_pattern()wildcard_case_block()with_definitions()with_lambda()with_let()with_let_inline()with_type_lambda()wrap_in_nullary_lambda()wrap_lazy_arguments()
- hydra.python.environment module
- hydra.python.language module
- hydra.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()overlay_python_module_aliases()sanitize_python_name()term_variable_reference()type_variable_reference()variable_reference()variant_name()
- hydra.python.pyproject module
- hydra.python.serde module
annotated_rhs_to_expr()annotated_statement_to_expr()annotation_to_expr()args_to_expr()assignment_expression_to_expr()assignment_to_expr()atom_to_expr()attribute_to_expr()await_primary_to_expr()bitwise_and_to_expr()bitwise_or_to_expr()bitwise_xor_to_expr()block_to_expr()capture_pattern_to_expr()case_block_to_expr()class_definition_to_expr()class_pattern_to_expr()closed_pattern_to_expr()compare_op_bitwise_or_pair_to_expr()compare_op_to_string()comparison_to_expr()compound_statement_to_expr()conditional_to_expr()conjunction_to_expr()decorators_to_expr()dict_to_expr()disjunction_to_expr()dotted_as_name_to_expr()dotted_name_to_expr()double_starred_kvpair_to_expr()escape_python_string()expression_to_expr()factor_to_expr()function_def_raw_to_expr()function_definition_to_expr()group_to_expr()guard_to_expr()import_from_as_name_to_expr()import_from_targets_to_expr()import_from_to_expr()import_name_to_expr()import_statement_to_expr()inversion_to_expr()keyword_pattern_to_expr()keyword_patterns_to_expr()kvpair_to_expr()kwarg_or_double_starred_to_expr()kwarg_or_starred_to_expr()kwarg_to_expr()lambda_param_no_default_to_expr()lambda_parameters_to_expr()lambda_star_etc_to_expr()lambda_to_expr()list_to_expr()match_statement_to_expr()module_to_expr()name_or_attribute_to_expr()name_to_expr()named_expression_to_expr()number_to_expr()or_pattern_to_expr()param_no_default_parameters_to_expr()param_no_default_to_expr()param_to_expr()parameters_to_expr()pattern_capture_target_to_expr()pattern_to_expr()patterns_to_expr()pos_arg_to_expr()positional_patterns_to_expr()power_to_expr()primary_rhs_to_expr()primary_to_expr()primary_with_rhs_to_expr()python_doc_entity_ref()python_float_literal_text()raise_expression_to_expr()raise_statement_to_expr()relative_import_prefix_to_expr()return_statement_to_expr()set_to_expr()shift_expression_to_expr()simple_statement_to_expr()simple_type_parameter_to_expr()single_target_to_expr()slice_or_starred_expression_to_expr()slice_to_expr()slices_to_expr()star_atom_to_expr()star_expression_to_expr()star_named_expression_to_expr()star_target_to_expr()starred_expression_to_expr()statement_to_expr()string_prefix_to_text()string_to_expr()subject_expression_to_expr()sum_to_expr()t_primary_and_name_to_expr()t_primary_to_expr()target_with_star_atom_to_expr()term_to_expr()to_python_comments()tuple_to_expr()type_alias_to_expr()type_parameter_to_expr()typed_assignment_to_expr()untyped_assignment_to_expr()value_pattern_to_expr()while_statement_to_expr()
- hydra.python.syntax module
AnnotatedRhsAnnotatedRhsStarAnnotatedRhsYieldAnnotatedStatementAnnotationArgsAsPatternAssertStatementAssignmentAssignmentAugAssignmentExpressionAssignmentTypedAssignmentUntypedAtomAtomDictAtomDictcompAtomEllipsisAtomFalseAtomGenexpAtomGroupAtomListAtomListcompAtomNameAtomNoneAtomNumberAtomSetAtomSetcompAtomStringAtomTrueAtomTupleAttributeAugAssignAugAssignmentAwaitPrimaryBitwiseAndBitwiseOrBitwiseXorBlockBlockIndentedBlockSimpleCapturePatternCaseBlockClassDefinitionClassPatternClosedPatternClosedPatternCaptureClosedPatternClassClosedPatternGroupClosedPatternLiteralClosedPatternMappingClosedPatternSequenceClosedPatternValueClosedPatternWildcardCommaStarEtcCompareOpCompareOpBitwiseOrPairComparisonComplexNumberCompoundStatementCompoundStatementClassDefCompoundStatementForCompoundStatementFunctionCompoundStatementIfCompoundStatementMatchCompoundStatementTryCompoundStatementWhileCompoundStatementWithConditionalConjunctionDecoratorsDefaultDelStatementDelTAtomDelTAtomNameDelTAtomTargetDelTAtomTargetsDelTargetDelTargetDelTAtomDelTargetPrimaryAndNameDelTargetPrimaryAndSlicesDelTargetsDictDictcompDisjunctionDottedAsNameDottedNameDoubleStarPatternDoubleStarTypeParameterDoubleStarredKvpairDoubleStarredKvpairPairDoubleStarredKvpairStarredEvalExceptBlockExceptExpressionExceptStarBlockExpressionExpressionConditionalExpressionLambdaExpressionSimpleFactorFactorComplementFactorNegativeFactorPositiveFactorSimpleFileForIfClauseForIfClausesForStatementFuncTypeCommentFunctionDefRawFunctionDefinitionGenexpGenexpHeadGenexpHeadAssignmentGenexpHeadExpressionGroupGroupExpressionGroupPatternGroupYieldGuardIfStatementIfTailIfTailElifIfTailElseImaginaryNumberImportFromImportFromAsNameImportFromTargetsImportFromTargetsParensImportFromTargetsSimpleImportFromTargetsStarImportNameImportStatementImportStatementFromImportStatementNameInteractiveInversionInversionNotInversionSimpleItemsPatternKeyValuePatternKeywordPatternKeywordPatternsKeywordsKvpairKwargKwargOrDoubleStarredKwargOrDoubleStarredDoubleStarredKwargOrDoubleStarredKwargKwargOrStarredKwargOrStarredKwargKwargOrStarredStarredLambdaLambdaKwdsLambdaParamMaybeDefaultLambdaParamNoDefaultLambdaParamWithDefaultLambdaParametersLambdaSlashNoDefaultLambdaSlashWithDefaultLambdaStarEtcLambdaStarEtcKwdsLambdaStarEtcParamMaybeDefaultLambdaStarEtcParamNoDefaultLambdaStarEtcStarListListcompLiteralExpressionLiteralExpressionComplexLiteralExpressionFalseLiteralExpressionNoneLiteralExpressionNumberLiteralExpressionOrAttributeLiteralExpressionOrAttributeAttributeLiteralExpressionOrAttributeLiteralLiteralExpressionStringLiteralExpressionTrueMappingPatternMatchStatementMaybeSequencePatternMaybeStarPatternMaybeStarPatternPatternMaybeStarPatternStarModuleNameNameOrAttributeNamedExpressionNamedExpressionAssignmentNamedExpressionSimpleNoDefaultStarAnnotationStarEtcNoDefaultStarEtcNumberNumberFloatNumberImaginaryNumberIntegerOpenSequencePatternOrPatternParamParamMaybeDefaultParamNoDefaultParamNoDefaultParametersParamNoDefaultStarAnnotationParamStarAnnotationParamWithDefaultParamWithDefaultParametersParametersParametersParamNoDefaultParametersParamWithDefaultParametersSlashNoDefaultParametersSlashWithDefaultParametersStarEtcPatternPatternAsPatternCaptureTargetPatternOrPatternsPatternsPatternPatternsSequencePlusOrMinusPosArgPosArgAssignmentPosArgExpressionPosArgStarredPositionalPatternsPowerPrimaryPrimaryCompoundPrimaryRhsPrimaryRhsCallPrimaryRhsGenexpPrimaryRhsProjectPrimaryRhsSlicesPrimarySimplePrimaryWithRhsQuoteStyleRaiseExpressionRaiseStatementRealNumberRealNumberFloatRealNumberIntegerRelativeImportPrefixReturnStatementSequencePatternSequencePatternListSequencePatternTupleSetSetcompShiftExpressionShiftLhsShiftOpSignedNumberSignedNumberNumberSignedNumberSignSignedRealNumberSignedRealNumberNumberSignedRealNumberSignSimpleStatementSimpleStatementAssertSimpleStatementAssignmentSimpleStatementBreakSimpleStatementContinueSimpleStatementDelSimpleStatementGlobalSimpleStatementImportSimpleStatementNonlocalSimpleStatementPassSimpleStatementRaiseSimpleStatementReturnSimpleStatementStarExpressionsSimpleStatementTypeAliasSimpleStatementYieldSimpleTypeParameterSingleSubscriptAttributeTargetSingleSubscriptAttributeTargetPrimaryAndNameSingleSubscriptAttributeTargetPrimaryAndSlicesSingleTargetSingleTargetNameSingleTargetParensSingleTargetSubscriptAttributeTargetSlashNoDefaultSlashNoDefaultParametersSlashWithDefaultSlashWithDefaultParametersSliceSliceExpressionSliceNamedSliceOrStarredExpressionSliceOrStarredExpressionSliceSliceOrStarredExpressionStarredSliceSlice_SlicesStarAnnotationStarAtomStarAtomNameStarAtomStarTargetsListSeqStarAtomStarTargetsTupleSeqStarAtomTargetWithStarAtomStarEtcStarEtcKeywordsStarEtcStarCommaStarEtcStarNoDefaultStarEtcStarNoDefaultStarAnnotationStarExpressionStarExpressionSimpleStarExpressionStarStarNamedExpressionStarNamedExpressionSimpleStarNamedExpressionStarStarNamedExpressionsStarPatternStarPatternCaptureStarPatternWildcardStarTargetStarTargetStarredStarTargetUnstarredStarTargetsListSeqStarTargetsTupleSeqStarTypeParameterStarredExpressionStatementStatementAnnotatedStatementCompoundStatementSimpleStringStringPrefixSubjectExpressionSubjectExpressionSimpleSubjectExpressionTupleSumSumLhsSumOpTPrimaryTPrimaryAndArgumentsTPrimaryAndGenexpTPrimaryAndNameTPrimaryAndSlicesTPrimaryAtomTPrimaryPrimaryAndArgumentsTPrimaryPrimaryAndGenexpTPrimaryPrimaryAndNameTPrimaryPrimaryAndSlicesTargetWithStarAtomTargetWithStarAtomAtomTargetWithStarAtomProjectTargetWithStarAtomSlicesTermTermLhsTermOpTryExceptStarStatementTryExceptStatementTryFinallyStatementTryStatementTryStatementExceptTryStatementExceptStarTryStatementFinallyTupleTypeAliasTypeCommentTypeExpressionTypeExpressionDoubleStarredExpressionTypeExpressionExpressionTypeExpressionStarredExpressionTypeParameterTypeParameterDoubleStarTypeParameterSimpleTypeParameterStarTypedAssignmentUntypedAssignmentValuePatternWhileStatementWithItemWithStatementYieldExpressionYieldExpressionFromYieldExpressionSimpleYieldStatement
- hydra.python.testing module
- hydra.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()get_item_params()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()self_only_params()self_other_params()single_quoted_string()string_to_py_expression()triple_quoted_string()type_alias_statement()type_alias_statement310()union_type_class_statements310()unit_variant_methods()
- hydra.python.coder module
- Submodules