libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

_dontescape Class Reference

_dontescape Class Reference


Detailed Description

Unicode-string which should not be escaped.

If ``isinstance(object,_dontescape)``, then don't escape the object in
``@!...!@``. It's useful for not double-escaping macros, and it's
automatically used for macros/subtemplates.

:Note: This only works if the object is used on its own in ``@!...!@``.
       It i.e. does not work in ``@!object*2!@`` or ``@!object + "hi"!@``.

Definition at line 1044 of file pyratemp.py.