/usr/lib/python3.9/site-packages/glances/plugins/__pycache__
a ���c| � @ sB d Z ddlmZ ddlZddd�ddd�d�ZG d d � d e�ZdS )zCPU core plugin.� )� GlancesPluginNz:Number of physical cores (hyper thread CPUs are excluded).Znumber)�descriptionZunitz�Number of logical CPUs. A logical CPU is the number of physical cores multiplied by the number of threads that can run on each core.)�phys�logc s0 e Zd ZdZd� fdd� Zejdd� �Z� ZS )�PluginzjGlances CPU core plugin. Get stats about CPU core number. stats is integer (number of core) Nc s t t| �j||td� d| _dS )zInit the plugin.)�args�config�fields_descriptionFN)�superr �__init__r Z display_curse)�selfr r �� __class__� �@/usr/lib/python3.9/site-packages/glances/plugins/glances_core.pyr &