There was an error while loading. Please reload this page.
.. toctree:: :maxdepth: 3
.. automodule:: cast.analysers.ua :members:
The events are sent in the following order:
start_analysis() start_file(file1) start_object(object1) start_object(object2) end_object(object2) end_object(object1) ... end_file(file1) start_file(file2) end_file(file2) ... end_analysis()
See :class:`cast.analysers.ua.Extension`.
Events :func:`cast.analysers.jee.Extension.start_object`, :func:`cast.analysers.jee.Extension.end_object` correspond to objects created by pattern inside language pattern file.