Ask a question to get started
Enter to send•Shift+Enter new line
from_dict( cls, data: Mapping[str, Any], ) -> HarnessProfileConfig
data
Mapping[str, Any]
A mapping with any subset of the serializable HarnessProfileConfig fields. Unknown keys raise TypeError.
HarnessProfileConfig
TypeError
Construct a config object from a plain dict.