pub(crate) fn query(vm: &VirtualMachine) -> PyResult<PyQueryEngine>
Expand description
get __query__
from globals and return it
TODO(discord9): this is a terrible hack, we should find a better way to get __query__
pub(crate) fn query(vm: &VirtualMachine) -> PyResult<PyQueryEngine>
get __query__
from globals and return it
TODO(discord9): this is a terrible hack, we should find a better way to get __query__