We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d7ac3 commit 07d74d4Copy full SHA for 07d74d4
adafruit_esp32spi/adafruit_esp32spi_socketpool.py
@@ -77,7 +77,13 @@ def socket(
77
78
class Socket:
79
"""A simplified implementation of the Python 'socket' class, for connecting
80
- through an interface to a remote device"""
+ 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
+ """
87
88
def __init__(
89
self,
0 commit comments