Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Integuru-AI/Integuru
/ __str__
Method
__str__
integuru/models/request.py:75–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
return
" "
.join(curl_parts)
74
75
def
__str__(self) -> str:
76
return
self.to_curl_command()
Callers
nothing calls this directly
Calls
1
to_curl_command
Method · 0.95
Tested by
no test coverage detected