Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dot-agent/nextpy
/ reset_
Method
reset_
integration/test_call_script.py:137–139 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
)
136
137
def
reset_(self):
138
yield
xt.call_script(
"inline_counter = 0; external_counter = 0"
)
139
self.reset()
140
141
app = xt.App(state=xt.State)
142
with
open(
"assets/external.js"
,
"w"
)
as
f:
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected