a
    ýÞ{b0  ã                   @   s   d Z G dd„ dƒZdS )zå
Number of Processors
=======

Simple Example
---------------
To get battery status::
    >>> from plyer import processors
    >>> processors.status
    {'Number_of_Processors': '4'}
Supported Platforms
-------------------
Linux
c                   @   s,   e Zd ZdZedd„ ƒZdd„ Zdd„ ZdS )	Ú
Processorsz+
    Number of Processors info facade.
    c                 C   s   |   ¡ S )a  
        Property that contains a dict with the following fields:
             * **Number_of_Processors** *(int)*: Number of Processors in
             the system
            .. warning::
                If any of the fields is not readable, it is set as
                None.
        )Ú	get_state©Úself© r   úh/Users/vegardjervell/Documents/master/model/venv/lib/python3.9/site-packages/plyer/facades/processors.pyÚstatus   s    
zProcessors.statusc                 C   s   |   ¡ S ©N)Ú
_get_stater   r   r   r   r   "   s    zProcessors.get_statec                 C   s
   t ƒ ‚d S r   )ÚNotImplementedErrorr   r   r   r   r	   '   s    zProcessors._get_stateN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úpropertyr   r   r	   r   r   r   r   r      s
   
r   N)r   r   r   r   r   r   Ú<module>   s   