Skip to content

Commit 07d74d4

Browse files
committed
docstring
1 parent d2d7ac3 commit 07d74d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_socketpool.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@ def socket(
7777

7878
class Socket:
7979
"""A simplified implementation of the Python 'socket' class, for connecting
80-
through an interface to a remote device"""
80+
through an interface to a remote device. Has properties specific to the
81+
implementation.
82+
83+
:param SocketPool socket_pool: The underlying socket pool.
84+
:param Optional[int] socknum: Allows wrapping a Socket instance around a socket
85+
number returned by the nina firmware. Used internally.
86+
"""
8187

8288
def __init__(
8389
self,

0 commit comments

Comments
 (0)