from_dict

Creates a Compound File object from the given file dict.

Creates a Compound File object from the given file dict. The dict may contain all the keys from the base File object

Parameters

  • project:Project: The project object to which the compound file will be attached.
  • dir_id:int: The directory ID where the compound file will be created.
  • dict_data:dict The python dictionary containing all the data of a normal File object