MCPcopy Create free account

hub / github.com/marin-community/draccus / types & classes

Types & classes156 in github.com/marin-community/draccus

↓ 14 callersClassDecodingError
draccus/utils.py:80
↓ 12 callersClassBob
tests/test_optional.py:85
↓ 10 callersClassA
tests/test_utils.py:60
↓ 6 callersClassInner
tests/test_lists.py:136
↓ 5 callersClassFieldWrapper
FieldWrapper represents a single "atomic" field of a dataclass. That is, a field that does not have any subfields (that we attempt to parse).
draccus/wrappers/field_wrapper.py:20
↓ 5 callersClassMlpConfig
tests/draccus_choice_plugins/model_config.py:21
↓ 5 callersClassSomeClass
tests/test_decoding.py:27
↓ 4 callersClassFoo
tests/test_encoding.py:179
↓ 3 callersClassAdult
tests/test_argparse_choice_types.py:21
↓ 3 callersClassAttributeDocString
Simple dataclass for holding the comments of a given field.
draccus/wrappers/docstring.py:24
↓ 3 callersClassChild
tests/test_optional.py:31
↓ 3 callersClassDataclassWrapper
draccus/wrappers/dataclass_wrapper.py:24
↓ 3 callersClassDraccusException
draccus/utils.py:72
↓ 3 callersClassInner
tests/test_encoding.py:75
↓ 3 callersClassParsingError
draccus/utils.py:76
↓ 3 callersClassProfile
tests/test_optional_choice_type.py:38
↓ 3 callersClassScheduleStep
tests/test_generic_params.py:14
↓ 2 callersClassAdult
tests/test_choice_types.py:20
↓ 2 callersClassAdult
tests/test_optional_choice_type.py:24
↓ 2 callersClassBar
tests/test_union.py:152
↓ 2 callersClassCat
tests/test_encoding.py:127
↓ 2 callersClassChild
tests/test_choice_types.py:25
↓ 2 callersClassChild
tests/test_optional_choice_type.py:29
↓ 2 callersClassChoiceWrapper
draccus/wrappers/choice_wrapper.py:17
↓ 2 callersClassConfig
tests/test_optional.py:14
↓ 2 callersClassDog
tests/test_optional.py:37
↓ 2 callersClassDog
tests/test_encoding.py:120
↓ 2 callersClassListHolder
tests/test_encoding.py:235
↓ 2 callersClassOuter
tests/test_lists.py:140
↓ 2 callersClassSimpleClass
tests/test_encoding.py:59
↓ 2 callersClassSomeClass
tests/test_default_args.py:17
↓ 2 callersClassSomeClass
tests/test_base.py:66
↓ 2 callersClassUnionWrapper
draccus/wrappers/choice_wrapper.py:136
↓ 2 callersClassUnregisteredQNameModelConfig
tests/test_choice_types.py:71
↓ 1 callersClassA
tests/test_future_annotations.py:16
↓ 1 callersClassAdamConfig
examples/choice_class_demo.py:35
↓ 1 callersClassArgumentParser
draccus/argparsing.py:38
↓ 1 callersClassBar_e
tests/test_union.py:130
↓ 1 callersClassBase
A simple base-class example
tests/test_base.py:113
↓ 1 callersClassBaz_u
tests/test_union.py:100
↓ 1 callersClassChild
tests/test_argparse_choice_types.py:26
↓ 1 callersClassComplicated
tests/test_decoding.py:137
↓ 1 callersClassComplicated
tests/test_encoding.py:106
↓ 1 callersClassComputeConfig
Config for training resources
examples/choice_class_demo.py:16
↓ 1 callersClassExtended
Some extension of base-class `Base`
tests/test_base.py:123
↓ 1 callersClassExtendedB
tests/test_inheritance.py:19
↓ 1 callersClassExtendedC
tests/test_inheritance.py:24
↓ 1 callersClassFutureDumpConfig
tests/test_future_annotations.py:27
↓ 1 callersClassGptConfig
tests/draccus_choice_plugins/gpt.py:11
↓ 1 callersClassHome
tests/test_encoding.py:166
↓ 1 callersClassLogConfig
Config for logging arguments
examples/choice_class_demo.py:48
↓ 1 callersClassOuter
tests/test_encoding.py:80
↓ 1 callersClassParent
tests/test_optional.py:43
↓ 1 callersClassRegistryFunc
draccus/parsers/registry_utils.py:13
↓ 1 callersClassSchedule
tests/test_generic_params.py:20
↓ 1 callersClassSomeClass
tests/test_lists.py:92
↓ 1 callersClassSuppressingArgumentParser
ArgumentParser that has a slightly exotic method of handling conflicts. We don't want to raise an error if we have a conflict, we just want t
draccus/wrappers/suppressing_argparse.py:7
↓ 1 callersClassTrainConfig
tests/test_calling_using_dataclass.py:10
↓ 1 callersClassZoo
tests/test_encoding.py:133
↓ 1 callersClass_SuppressingArgumentGroup
draccus/wrappers/suppressing_argparse.py:31
ClassActivationFunctionEnum
tests/test_encoding.py:207
ClassActivations
tests/conftest.py:108
ClassAggregateWrapper
Wrapper for types that have fields (i.e. Dataclasses and Choices).
draccus/wrappers/wrapper.py:80
ClassAnimal
tests/test_encoding.py:114
ClassArgs
tests/test_base.py:210
ClassBase
Some extension of base-class `Base`
tests/test_inheritance.py:12
ClassBase
A simple base-class example
tests/test_docstrings.py:15
ClassBase
Some extension of base-class `Base`
tests/test_bools.py:17
ClassBaz_e
tests/test_union.py:124
ClassBigColor
tests/test_enums.py:22
ClassC
tests/test_future_annotations.py:21
ClassChoiceRegistry
draccus/choice_types.py:120
ClassChoiceRegistryBase
draccus/choice_types.py:73
ClassChoiceType
draccus/choice_types.py:51
ClassColor
tests/test_yaml_inclusion.py:11
ClassColor
tests/test_decoding.py:18
ClassColor
tests/test_encoding.py:17
ClassColor
tests/test_yaml_inclusion_cli.py:11
ClassColor
tests/test_enums.py:15
ClassColor
tests/test_utils.py:67
ClassColor
tests/test_base.py:106
ClassComputeConfig
Config for training resources
examples/demo.py:16
ClassConfig
tests/test_optional_union.py:15
ClassConfig
tests/test_base.py:199
ClassConfigType
draccus/options.py:10
ClassConstructorWithGoodInclusion
draccus/parsers/yaml_loader.py:18
ClassContainer
tests/test_tuples.py:18
ClassContainer
tests/test_encoding.py:91
ClassContainer
tests/test_lists.py:19
ClassContainerClass
tests/test_lists.py:33
ClassContainerHint
tests/test_lists.py:114
ClassContainerType
tests/test_lists.py:124
ClassConvBlock
A Block of Conv Layers.
tests/test_inheritance.py:69
ClassDataclassInstance
draccus/utils.py:58
ClassDecodingFunction
draccus/parsers/decoding.py:59
ClassDiscriminatorHParams
Settings of the Discriminator model
tests/test_inheritance.py:90
ClassExtended
Some extension of base-class `Base`
tests/test_docstrings.py:32
ClassFoo
Some class Foo
tests/test_docstrings.py:91
ClassFoo
tests/test_union.py:21
ClassFoo
tests/test_lists.py:182
next →1–100 of 156, ranked by callers