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:

  1. operations_with_placeholders:

    Type
    Dict[str, Any]
  2. files_map:

    Type
    Mapping[str, Any]
  3. files:

    Type
    Mapping[str, Any]