2 matches across 1 files for TODO lang:Python path:libs/core/tests/unit_tests/runnables/test_runnable.py lang:Python
snippet_mode: auto · sorted by relevance
libs/core/tests/unit_tests/runnables/test_runnable.py PYTHON 2 matches view file →
2925 assert len(parent_run.child_runs) == 2
2926 router_run = parent_run.child_runs[1]
2927 assert router_run.name == "RunnableSequence" # TODO: should be RunnableRouter
2928 assert len(router_run.child_runs) == 2
2929
· · ·
3250 ]
3251 if not (
3252 # TODO: Rewrite properly the statement above
3253 streamed_chunks_picked[0] == {"llm": "i"}
3254 or {"chat": _any_id_ai_message_chunk(content="i")}
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.