You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
As raised in our project McSinyx/palace#64, there is not yet any canonical way too document descriptors properly. A case in point is
setter=lambdafset: property(fset=fset, doc=fset.__doc__)
@setterdefauxiliary_send(self, value: Tuple[AuxiliaryEffectSlot, int]) ->None:
"""Connect the effect slot to the given send path. Any filter properties on the send path remain as they were. """self.impl.set_auxiliary_send(
(<AuxiliaryEffectSlot>value[0]).impl, value[1])
As raised in our project McSinyx/palace#64, there is not yet any canonical way too document descriptors properly. A case in point is
Currently we use
Parameters
which is not exactly intuitive to the readers. Furthermore, the type of the property is not annotated in the rendered document.The text was updated successfully, but these errors were encountered: