Skip to content

types-pyserial 3.5.0.20251001

Version history | Download JSON

  • PyPI https://pypi.org/project/types-pyserial/
    Repository https://github.com/python/typeshed

  • py.typed
    stubs-only typeshed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 968
        "Any" : 6
        "Untyped" : 32
    • 96.8% coverage
    • 96.2% coverage (strict)
    • 1006 typable
      • 968 typed
      • 32 untyped
      • 6 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 98
        "classes" : 428
        "other" : 294
    • 37 functions (+0 overloads)
      • 61 parameters
    • 68 classes
      • 183 methods (+0 overloads)
        • 160 parameters
      • 69 properties
    • 24 modules
      • 294 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
pyserial 100.0% 100.0% 17 0
pyserial.rfc2217 99.5% 99.5% 218 0
pyserial.rs485 100.0% 100.0% 11 0
pyserial.serialcli 100.0% 86.7% 15 0
pyserial.serialjava 100.0% 80.0% 20 0
pyserial.serialposix 96.7% 96.7% 92 0
pyserial.serialutil 93.4% 93.4% 106 0
pyserial.serialwin32 100.0% 100.0% 20 0
pyserial.threaded 72.5% 72.5% 40 0
pyserial.tools.hexlify_codec 95.5% 95.5% 22 0
pyserial.tools.list_ports 100.0% 100.0% 4 0
pyserial.tools.list_ports_common 100.0% 100.0% 25 0
pyserial.tools.list_ports_linux 100.0% 100.0% 10 0
pyserial.tools.list_ports_osx 100.0% 100.0% 38 0
pyserial.tools.list_ports_posix 80.0% 80.0% 5 0
pyserial.tools.list_ports_windows 100.0% 100.0% 53 0
pyserial.tools.miniterm 97.8% 97.8% 93 0
pyserial.urlhandler.protocol_alt 66.7% 66.7% 3 0
pyserial.urlhandler.protocol_cp2110 100.0% 100.0% 10 0
pyserial.urlhandler.protocol_hwgrep 50.0% 50.0% 4 0
pyserial.urlhandler.protocol_loop 95.5% 95.5% 22 0
pyserial.urlhandler.protocol_socket 94.4% 94.4% 18 0
pyserial.urlhandler.protocol_spy 96.7% 96.7% 30 0
pyserial.win32 100.0% 100.0% 130 0

Incomplete Annotations

pyserial.rfc2217 (1 missing, 0 any)

Symbol Typable Typed Any
attr serial.rfc2217.s 1 0 0

pyserial.serialcli (0 missing, 2 any)

Symbol Typable Typed Any
attr serial.serialcli.sab 1 1 1
func serial.serialcli.as_byte_array 2 2 1

pyserial.serialjava (0 missing, 4 any)

Symbol Typable Typed Any
attr serial.serialjava.comm 1 1 1
attr Serial.sPort 1 1 1
func serial.serialjava.detect_java_comm 2 2 1
func serial.serialjava.my_import 2 2 1

pyserial.serialposix (3 missing, 0 any)

Symbol Typable Typed Any
attr serial.serialposix.plat 1 0 0
meth ReturnBaudrate.getitem 2 0 0

pyserial.serialutil (7 missing, 0 any)

Symbol Typable Typed Any
attr serial.serialutil.unicode 1 0 0
func serial.serialutil.iterbytes 2 0 0
func serial.serialutil.to_bytes 2 0 0
attr serial.serialutil.s 1 0 0
attr serial.serialutil.basestring 1 0 0

pyserial.threaded (11 missing, 0 any)

Symbol Typable Typed Any
attr serial.threaded.ser 1 0 0
meth PrintLines.connection_made 2 0 0
meth PrintLines.handle_line 2 0 0
meth PrintLines.connection_lost 2 0 0
attr serial.threaded.PORT 1 0 0
attr serial.threaded.transport 1 0 0
attr serial.threaded.protocol 1 0 0
attr serial.threaded.t 1 0 0

pyserial.tools.hexlify_codec (1 missing, 0 any)

Symbol Typable Typed Any
attr serial.tools.hexlify_codec.unicode 1 0 0

pyserial.tools.list_ports_posix (1 missing, 0 any)

Symbol Typable Typed Any
attr serial.tools.list_ports_posix.plat 1 0 0

pyserial.tools.miniterm (2 missing, 0 any)

Symbol Typable Typed Any
attr serial.tools.miniterm.raw_input 1 0 0
attr serial.tools.miniterm.unichr 1 0 0

pyserial.urlhandler.protocol_alt (1 missing, 0 any)

Symbol Typable Typed Any
attr serial.urlhandler.protocol_alt.s 1 0 0

pyserial.urlhandler.protocol_hwgrep (2 missing, 0 any)

Symbol Typable Typed Any
attr serial.urlhandler.protocol_hwgrep.s 1 0 0
attr serial.urlhandler.protocol_hwgrep.basestring 1 0 0

pyserial.urlhandler.protocol_loop (1 missing, 0 any)

Symbol Typable Typed Any
attr serial.urlhandler.protocol_loop.s 1 0 0

pyserial.urlhandler.protocol_socket (1 missing, 0 any)

Symbol Typable Typed Any
attr serial.urlhandler.protocol_socket.s 1 0 0

pyserial.urlhandler.protocol_spy (1 missing, 0 any)

Symbol Typable Typed Any
attr serial.urlhandler.protocol_spy.ser 1 0 0

Type-Ignore Comments

No type-ignore comments.