Slither.Dispatch.Executors.SnakeBridge (Slither v0.1.0)

Copy Markdown View Source

Executor that sends batches via SnakeBridge universal FFI calls.

Use when the Python function is a module/function pair.

Options

  • :module - Python module path (required)
  • :function - Python function name (required)
  • :pool - Snakepit pool name (optional)
  • :timeout - Call timeout in milliseconds (default: 30_000)