Skip to content

Check DeprecatedMethodUsage

github-actions[bot] edited this page Nov 7, 2025 · 1 revision

deprecated-method-usage - Deprecated method usage

Explanation

_pragma(classify_level=deprecated)
_method exemplar.example_method()
_endmethod
$

_block
    _local exem << exemplar
    exem.example_method()
_endblock
$

In the example above, the method call

exem.example_method()

is marked as deprecated using the

_pragma(classify_level=deprecated)

directive.

Note

This page is generated. Any changes made to this page through the wiki will be lost in the future.

Clone this wiki locally