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 7ba5082 commit faa5386Copy full SHA for faa5386
src/handwritten/_lib.py
@@ -91,6 +91,7 @@ class DaqFunctionImporter:
91
"""
92
93
def __init__(self, library):
94
+ """Initialize a new DaqFunctionImporter."""
95
self._library = library
96
self._lib_lock = threading.Lock()
97
@@ -133,6 +134,7 @@ class DaqLibImporter:
133
134
"""Encapsulates NI-DAQmx library importing and handle type parsing logic."""
135
136
def __init__(self):
137
+ """Initialize a new DaqLibImporter."""
138
self._windll = None
139
self._cdll = None
140
self._cal_handle = None
0 commit comments