ImpliedRedefinitionHints
- class ImpliedRedefinitionHints
Options for implicit redefinitions.
part def A { end ref a; } part def B :> A { end ref //* :>> a */; }
Members defined in
ImpliedRedefinitionHints(4 members) Attributes
- property argument: bool
Whether to show implicit directed feature redefinitions.
calc def A { in ref a; } calc def B :> A { in ref //* :>> a */; }
- property end: bool
Whether to show implicit
endredefinitions.part def A { end ref a; } part def B :> A { end ref //* :>> a */; }
- property toggle: syside.conf.Toggle
Toggle for all nested options.
onenables the default behaviouroffdisables the default behaviour and all nested optionsexplicitdisables the default behaviour. Same asonif there is no default behaviour not covered by nested options.
Methods
- __init__() None