{ } Raw JSON

bundles / traitlets latest / traitlets / config / loader / LazyConfigValue / merge_into

function

traitlets.config.loader:LazyConfigValue.merge_into

source: /traitlets/config/loader.py :117

Signature

def   merge_into ( self other : t.Any )  →  t.Any

Summary

Merge with another earlier LazyConfigValue or an earlier container. This is useful when having global system-wide configuration files.

Extended Summary

Self is expected to have higher precedence.

Parameters

other : LazyConfigValue or container

Returns

: LazyConfigValue

if other is also lazy, a reified container otherwise.

Aliases

  • traitlets.config.LazyConfigValue.merge_into