Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoshuaPostel/texaform
/ kind
Method
kind
python/agent.py:34–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
return
response
33
34
def
kind(self) -> str:
35
response = self.send(
"KIND"
)
36
name = response.split()[1]
37
return
name
38
39
Callers
nothing calls this directly
Calls
1
send
Method · 0.95
Tested by
no test coverage detected