Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chasingboy/Xtools
/ __init__
Method
__init__
applescript/_result.py:7–10 ·
view source on GitHub ↗
(self,code,out,err)
Source
from the content-addressed store, hash-verified
5
err = None
6
7
def
__init__(self,code,out,err):
8
self.code = code
9
self.out = out.decode(
"utf-8"
).rstrip()
10
self.err = err.decode(
"utf-8"
).rstrip()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected