Move to kernel style SPDX license identifiers
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_query_exec.i.h
CommitLineData
7c14d641 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
7c14d641
PP
3 *
4 * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
7c14d641
PP
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.040913 seconds and 4 git commands to generate.