Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langroid/langroid
/ InfiniteLoopException
Class
InfiniteLoopException
langroid/exceptions.py:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
class
InfiniteLoopException(Exception):
13
def
__init__(self, message: str =
"Infinite loop detected"
, *args: object) -> None:
14
super().__init__(message, *args)
15
16
17
class
LangroidImportError(ImportError):
Callers
2
run
Method · 0.90
run_async
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…