bidsbuilder.schema.interpreter.operator_funcs¶
- contains(val, ref)¶
- Return type:
bool- Parameters:
val (str)
ref (DatasetCore)
- get_list_index(arr, idx)¶
- Return type:
Any- Parameters:
arr (list | str)
idx (int)
- get_property(core, prop)¶
- Parameters:
core (DatasetCore)
prop (str)
- notImplemented(*args, **kwargs)¶
- op_and(a, b)¶
- op_or(a, b)¶
- wrap_list(*args)¶