Skip to content

Commit d4e6756

Browse files
committed
[docs] added socket items to com module docstring
1 parent 526b000 commit d4e6756

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/geocompy/communication.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
1313
- ``get_dummy_logger``
1414
- ``open_serial``
15+
- ``open_socket``
1516
- ``crc16_bitwise``
1617
- ``crc16_bytewise``
1718
@@ -25,6 +26,7 @@
2526
2627
- ``Connection``
2728
- ``SerialConnection``
29+
- ``SocketConnection``
2830
"""
2931
from __future__ import annotations
3032

0 commit comments

Comments
 (0)