| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3.9/site-packages/cloudinit/__pycache__/ |
Upload File : |
a
�½b� � @ s8 zd dl mZ W n" ey2 G dd� de�ZY n0 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 �4/usr/lib/python3.9/site-packages/cloudinit/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&