Skip to main content

evaluate_condition

Function
This function is defined in the parity module.

Signature

def evaluate_condition(condition: any, context: Record<string, any>) -> boolean

Returns

Returns
boolean
The result of the operation.

Uses

  • condition
  • Function
  • keys
  • fn
  • values

Source

View on GitHub

src/parity/index.ts at line 1925