MCPcopy Create free account
hub / github.com/YuminosukeSato/ironkernel / unbound_callable_and_empty_args

Function unbound_callable_and_empty_args

src/python/py_runtime.rs:258–260  ·  view source on GitHub ↗
(source: &str)

Source from the content-addressed store, hash-verified

256 }
257
258 fn unbound_callable_and_empty_args(source: &str) -> (Py<PyAny>, Py<PyTuple>) {
259 Python::with_gil(|py| (eval_callable(py, source).unbind(), empty_args(py).unbind()))
260 }
261
262 #[test]
263 fn go_rejects_non_spec_input_why_boundary_type_contract_must_fail_fast() {

Calls 2

eval_callableFunction · 0.85
empty_argsFunction · 0.85