32 lines
854 B
ReStructuredText
32 lines
854 B
ReStructuredText
|
==================================
|
||
|
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"""
|