yr.InvokeOptions.bypass_datasystem#
- InvokeOptions.bypass_datasystem: bool = False#
Whether to explicitly bypass DataSystem for this invoke.
Truetransfers payloads inline and performs no IncreaseRef/DecreaseRef.Falsedoes not disable an effective process-level bypass default. The aggregate serialized arguments and aggregate serialized return values of each invocation are each limited to 100 MiB. Exceeding either limit raises anERR_PARAM_INVALIDerror; payloads are never truncated. Default:False.