Current File : //usr/lib/python3/dist-packages/serial/urlhandler/__pycache__/protocol_hwgrep.cpython-312.pyc |
�
��^W � � � d dl mZ d dlZd dlZ e G d� dej � Zedk( r ed� Z de _
ee � yy# e$ r eZY �<w xY w)� )�absolute_importNc �b � e Zd ZdZej
j j d� � Zd� Zy)�SerialzOJust inherit the native Serial port implementation and patch the port property.c � � t |t � rK|j d� r:t j j
j
| | j |� � yt j j
j
| |� y)z%translate port name before storing it� hwgrep://N)�
isinstance�
basestring�
startswith�serialr �port�__set__�from_url)�self�values �C/usr/lib/python3/dist-packages/serial/urlhandler/protocol_hwgrep.pyr zSerial.port&