🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 22:55:20 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
python3.6
/
site-packages
/
serial
/
tools
/
__pycache__
📍 /usr/lib/python3.6/site-packages/serial/tools/__pycache__
🔄 Refresh
✏️
Editing: list_ports_posix.cpython-36.pyc
Read Only
3 M�]W � @ s� d Z ddlZddlZddlZddlmZ ejj� Zedd� dkrRddl m Z �n4edd� dkrrddlm Z �ned kr�d d� Z �n edd� d kr�dd� Z n�edd� dks�edd� dkr�dd� Z n�edd� dkr�dd� Z n�edd� dkr�dd� Z n�edd� dk�rdd� Z nledd� dk�r6dd� Z nPedd� dk�rRdd� Z n4ddlZej jdjejejej�� ed jej���ed!k�r�x,ee � �D ]\ZZZed"jeee�� �q�W dS )#a The ``comports`` function is expected to return an iterable that yields tuples of 3 strings: port name, human readable description and a hardware ID. As currently no method is known to get the second two strings easily, they are currently just identical to the port name. � N)�list_ports_common� �linux)�comports� �darwin�cygwinc C s t j d�} dd� | D �S )Nz /dev/ttyS*c S s g | ]}t j|��qS � )r �ListPortInfo)�.0�dr r �&/usr/lib/python3.6/list_ports_posix.py� <listcomp>'