18 matches across 1 files for func main lang:Python path:libs/core/langchain_core/callbacks/manager.py lang:Python
snippet_mode: grep · sorted by relevance
libs/core/langchain_core/callbacks/manager.py PYTHON 18 matches · showing 5 view file →
5import asyncio
6import atexit
7import functools
8import inspect
9import logging
· · ·
216
217
218Func = TypeVar("Func", bound=Callable[..., Any])
219
220
· · ·
221def shielded(func: Func) -> Func:
222 """Makes so an awaitable method is always shielded from cancellation.
223
· · ·
224 Args:
225 func: The function to shield.
226
227 Returns:
· · ·
228 The shielded function
229
230 """
+ 13 more matches in this file
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.