2 matches across 1 files for TODO lang:Python lang:Python path:libs/core/tests/unit_tests/runnables/test_runnable.py lang:Python
snippet_mode: grep · sorted by relevance
libs/core/tests/unit_tests/runnables/test_runnable.py PYTHON 2 matches view file →
2903 assert len(parent_run.child_runs) == 2
2904 router_run = parent_run.child_runs[1]
2905 assert router_run.name == "RunnableSequence" # TODO: should be RunnableRouter
2906 assert len(router_run.child_runs) == 2
2907
· · ·
3225 ]
3226 if not (
3227 # TODO: Rewrite properly the statement above
3228 streamed_chunks[0] == {"llm": "i"}
3229 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.