pygaindalf
Contents
API Reference
app
components
config
logging
portfolio
util
config
args
context_stack
inherit
app.util.config.inherit.FieldInherit
AttributeSet
Default
Inherit
InheritFactory
loader
models
wrapper
yaml_loader
helpers
logging
mixins
namespace
requests
pygaindalf
test
pygaindalf
API Reference
app
util
config
inherit
app.util.config.inherit.FieldInherit
View page source
app.util.config.inherit.FieldInherit
app.util.config.inherit.
FieldInherit
(
default
=
None
,
default_factory
=
None
,
*
args
,
**
kwargs
)
[source]
Return type
:
TypeVar
(
T
)
Parameters
:
default
(
T
|
None
)
default_factory
(
Callable
[
[
...
]
,
T
]
|
None
)