pylasu package

Subpackages

Submodules

pylasu.astruntime module

pylasu.astruntime.check_type(json, expected_type)[source]
pylasu.astruntime.unserialize_issue(json_issue) Issue[source]
pylasu.astruntime.unserialize_issue_severity(json_issue_severity) IssueSeverity[source]
pylasu.astruntime.unserialize_issue_type(json_issue_type) IssueType[source]
pylasu.astruntime.unserialize_long(json)[source]
pylasu.astruntime.unserialize_point(json_point)[source]
pylasu.astruntime.unserialize_position(json_position)[source]
pylasu.astruntime.unserialize_reference_by_name(json_reference_by_name)[source]
pylasu.astruntime.unserialize_result(json_result, root_unserializer) Result[source]

pylasu.support module

pylasu.support.extension_method(cls)[source]

Installs the decorated function as an extension method on cls. See https://mail.python.org/pipermail/python-dev/2008-January/076194.html

Module contents