Move to kernel style SPDX license identifiers
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_query_exec.i.h
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
5 */
6
7static
8bt_query_executor *bt_bt2_query_executor_create(
9 const bt_component_class *component_class, const char *object,
10 const bt_value *params, PyObject *py_obj)
11{
12 return bt_query_executor_create_with_method_data(component_class,
13 object, params, py_obj == Py_None ? NULL : py_obj);
14}
This page took 0.022853 seconds and 4 git commands to generate.