Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dot-agent/nextpy
/ copy
Method
copy
nextpy/ai/engine/_program.py:130–133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
128
return
self._entries[key]
129
130
def
copy(self):
131
new_log = Log()
132
new_log._entries = [copy.copy(v)
for
v in self._entries]
133
return
new_log
134
135
136
class
Program:
Callers
15
__init__
Method · 0.45
_render
Method · 0.45
_render_stateful_code
Method · 0.45
create
Method · 0.45
_render
Method · 0.45
__copy__
Method · 0.45
stop_propagation
Method · 0.45
prevent_default
Method · 0.45
__call__
Method · 0.45
with_args
Method · 0.45
as_event_spec
Method · 0.45
_replace_secrets
Function · 0.45
Calls
1
Log
Class · 0.70
Tested by
2
test_replace_defaults
Function · 0.36
test_initialize_non_existent_gitignore
Function · 0.36