Mini Shell

Direktori : /lib/python3.6/site-packages/blivet/tasks/__pycache__/
Upload File :
Current File : //lib/python3.6/site-packages/blivet/tasks/__pycache__/fstask.cpython-36.pyc

3

{)c��@sTddlZddlmZddlmZeej�Gdd�dej��ZGdd�deej�Z	dS)	�N)�
add_metaclass�)�taskc@seZdZdZdZdd�ZdS)�FSTaskz� An abstract class that encapsulates the fact that all FSTasks
        have a single master object: the filesystem that they belong to.
    zparent of all filesystem taskscCs
||_dS)zH Initializer.

            :param FS an_fs: a filesystem object
        N)Zfs)�selfZan_fs�r�/usr/lib/python3.6/fstask.py�__init__%szFSTask.__init__N)�__name__�
__module__�__qualname__�__doc__�descriptionr	rrrrrsrc@seZdZdZdS)�UnimplementedFSTaskz� A convenience class for unimplemented filesystem tasks.
        Useful in the usual case where an Unimplemented task has
        no special methods that it is required to implement.
    N)r
rrr
rrrrr-sr)
�abcZsixr�r�ABCMetaZTaskrZUnimplementedTaskrrrrr�<module>s