pyanaconda.modules.storage.partitioning.manual.manual_interface =============================================================== .. py:module:: pyanaconda.modules.storage.partitioning.manual.manual_interface Classes ------- .. autoapisummary:: pyanaconda.modules.storage.partitioning.manual.manual_interface.ManualPartitioningInterface Module Contents --------------- .. py:class:: ManualPartitioningInterface Bases: :py:obj:`pyanaconda.modules.storage.partitioning.base_interface.PartitioningInterface` DBus interface for the manual partitioning module. .. py:method:: connect_signals() Connect the signals. .. py:property:: Requests :type: List[Structure] List of mount point requests. .. py:method:: GatherRequests() Gather all mount point requests. Return mount point requests for all usable devices. If there is a defined request for the given device, we will use it. Otherwise, we will generate a new request. :return: a list of requests