blob: e9bd2f77c0a95a2c246bdf233ed723eea5ccb508 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Protocol
========
.. autoclass:: pygls.protocol.LanguageServerProtocol
:members:
.. autoclass:: pygls.protocol.JsonRPCProtocol
:members:
.. autofunction:: pygls.protocol.default_converter
|