dictation-toolbox / natlink

Natlink provides the interface between Dragon and python
Other
25 stars 17 forks source link

let pylint recognise functions from the _natlink(...).pyd #139

Open quintijn opened 1 year ago

quintijn commented 1 year ago

Currently, pylint gives an E1101 error message when functions from natlink are called. Eg. natlink.playString.

We thought that the file _natlink_core.pyi played a role in this.

Could this be sorted out? I find pylint is a hugh way to prevent all sorts of unwanted errors.

quintijn commented 6 months ago

This question is still bothering me (a bit)