{ } Raw JSON

bundles / scipy 1.17.1 / scipy / _lib / doccer / unindent_dict

function

scipy._lib.doccer:unindent_dict

source: /scipy/_lib/doccer.py :292

Signature

def   unindent_dict ( docdict : Mapping[str, str] )  →  dict[str, str]

Summary

Unindent all strings in a docdict.

Parameters

docdict : dict[str, str]

A dictionary with string values to unindent.

Returns

docdict : dict[str, str]

The docdict dictionary but each of its string values are unindented.

Aliases

  • scipy.signal._filter_design.doccer.unindent_dict