Docs
Search...
K
Home
utils
dict
unitelabs.sdk.utils.dict
Attributes
Name
K
Type
Value
= typing.TypeVar('K')
Description
Functions
select_keys
(
dct
:
typing.Mapping
[
K
,
typing.Any
]
,
keys
:
typing.Iterable
[
K
]
)
->
dict
[
K
,
typing.Any
]
Parameters
Name
dct
Type
typing.Mapping
[
K
,
typing.Any
]
Default
Description
Name
keys
Type
typing.Iterable
[
K
]
Default
Description
Response
Type
dict
[
K
,
typing.Any
]
Description