dummy_label
The label of a stored handle, taken by shared reference.
Arguments
Returns
import r4pm
h = r4pm.import_item('DummyHandle','path/to/file')
res = r4pm.bindings.dummy_label(h)
process_mining::bindings::tests
import r4pm
h = r4pm.import_item('DummyHandle','path/to/file')
res = r4pm.bindings.dummy_label(h)
#[bind(state_mut)] escape hatch, for a bindingimport r4pm
h = r4pm.import_item('DummyHandle','path/to/file')
res = r4pm.bindings.dummy_log_of(h, 'example')
dummy_new's.import r4pm
h = r4pm.import_item('DummyHandle','path/to/file')
res = r4pm.bindings.dummy_fork(h, 'example')
import r4pm
res = r4pm.bindings.dummy_new('example', 'example')
import r4pm
h = r4pm.import_item('DummyHandle','path/to/file')
res = r4pm.bindings.dummy_bump(h)