File: //lib/python3.6/site-packages/cloudinit/__pycache__/serial.cpython-36.pyc
3
��b� � @ s: yd dl mZ W n$ ek
r4 G dd� de�ZY nX dS )� )�Serialc @ sR e Zd Zdd� Zedd� �Zedd� �Zedd� �Zed d
� �Zeddd
��Z dS )r c O s d S )N� )�self�args�kwargsr r �/usr/lib/python3.6/serial.py�__init__
s zSerial.__init__c C s dS )NFr r r r r �isOpen
s z
Serial.isOpenc C s t d��d S )NzCUnable to perform serial `write` operation, pyserial not installed.)�IOError)�datar r r �write s zSerial.writec C s t d��d S )NzFUnable to perform serial `readline` operation, pyserial not installed.)r
r r r r �readline s zSerial.readlinec C s t d��d S )NzCUnable to perform serial `flush` operation, pyserial not installed.)r
r r r r �flush s zSerial.flush� c C s t d��d S )NzBUnable to perform serial `read` operation, pyserial not installed.)r
)�sizer r r �read&