Skip to main content

bindings

process_mining::bindings

Functions in this Module(5)

test_some_inputs

This is a test function.
This should be bold, this is italic, and this code.
Source
fn test_some_inputs(s*: String, n*: i64<uint>, i*: i32, f*: f64, b*: bool)String

Arguments

Returns

import r4pm


res = r4pm.bindings.test_some_inputs('example', 1, 1, 0.2, False)
Defined inprocess_mining/src/bindings/mod.rs:565