:mod:`sourced.ml.core.utils.bblfsh` =================================== .. py:module:: sourced.ml.core.utils.bblfsh Module Contents --------------- .. data:: BBLFSH_VERSION_LOW :annotation: = 2.2 .. data:: BBLFSH_VERSION_HIGH :annotation: = 3.0 .. function:: check_version(host: str = '0.0.0.0', port: str = '9432') Check if the bblfsh server version matches module requirements. :param host: bblfsh server host. :param port: bblfsh server port. :return: True if bblfsh version specified matches requirements.