From cb7a167c7dee2fa1a19bd09ede3bae8b140e79da Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 14 Feb 2022 11:47:36 +0100 Subject: build: use PlatformIO --- typings/serial/serialwin32.pyi | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 typings/serial/serialwin32.pyi (limited to 'typings/serial/serialwin32.pyi') diff --git a/typings/serial/serialwin32.pyi b/typings/serial/serialwin32.pyi deleted file mode 100644 index 5124dd2..0000000 --- a/typings/serial/serialwin32.pyi +++ /dev/null @@ -1,34 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from typing import Any, Optional -from serial.serialutil import SerialBase - - -class Serial(SerialBase): - """Serial port implementation for Win32 based on ctypes.""" - - def __init__( - self, - port: Optional[str] = ..., - baudrate: Optional[int] = ..., - **kwargs: Any - ) -> None: - ... - - def close(self) -> None: - """Close port""" - ... - - def read(self, size: Optional[int] = ...) -> bytes: - """\ - Read size bytes from the serial port. If a timeout is set it may - return less characters as requested. With no timeout it will block - until the requested number of bytes is read. - """ - ... - - def __enter__(self) -> Serial: ... - - def __exit__(self, *args: Any, **kwargs: Any) -> None: ... -- cgit v1.2.3-18-g5258