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 48f4374 commit 7ba5082Copy full SHA for 7ba5082
src/handwritten/errors.py
@@ -146,6 +146,8 @@ def error_type(self):
146
147
148
class DaqResourceWarning(ResourceWarning):
149
+ """Warning about DAQ resource usage, such as a leaking an NI-DAQmx task."""
150
+
151
pass
152
153
src/handwritten/grpc_session_options.py
@@ -19,6 +19,8 @@
19
20
21
class SessionInitializationBehavior(IntEnum):
22
+ """Specifies how to initialize sessions on the server."""
23
24
AUTO = 0
25
r"""
26
The NI gRPC Device Server will attach to an existing session with the specified name if it exists, otherwise the server
0 commit comments