replace_placeholders_with_files
Signature:
def replace_placeholders_with_files( operations_with_placeholders: Dict[str, Any], files_map: Mapping[str, Any], files: Mapping[str, Any],) -> Dict[str, Any]: ...Parameters:
-
operations_with_placeholders:- Type
-
Dict[str, Any]
-
files_map:- Type
-
Mapping[str, Any]
-
files:- Type
-
Mapping[str, Any]