You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backslash prefix comes from the epydoc software which is/was used to generate the documentation. Migrating to a better (and still maintained) software like sphinx-apidoc/pdoc/... has been on the TODO list for some time. Patches welcome...
With the latest versions of python-vlc and pylint, I am getting various SyntaxWarning(s) just by importing the vlc library:
test.py
pylint output
Versions
The problem seems to be various escape sequences in the vlc.py library. For example, the first one is:
vlc.py Line 1181:
\warning allocate using libvlc_video_new_viewpoint().
Would it be possible to change/correct these as per the pylint documentation? Link: https://pylint.readthedocs.io/en/latest/user_guide/messages/warning/anomalous-backslash-in-string.html
Or perhaps use a different prefix other than a backslash?
Cheers
The text was updated successfully, but these errors were encountered: