tiramisu/docs/api_property.rst

32 lines
854 B
ReStructuredText
Raw Permalink Normal View History

2023-12-17 21:22:52 +01:00
==================================
Playing with property
==================================
Properties and permissives affect the Tiramisu behaviour.
This mechanism makes available or not other options. It also controls the behavior of options.
.. toctree::
:maxdepth: 2
api_global_properties
api_global_permissives
api_option_property
api_option_permissive
.. class TiramisuContextValue(TiramisuConfig):
.. def mandatory(self):
.. """Return path of options with mandatory property without any value"""
..
.. class TiramisuOptionPermissive(CommonTiramisuOption):
.. """Manage option's permissive"""
.. def get(self):
.. """Get permissives value"""
.. def set(self, permissives):
.. """Set permissives value"""
.. def reset(self):
.. """Reset all personalised permissive"""