MCPcopy 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
136class Program:

Callers 15

__init__Method · 0.45
_renderMethod · 0.45
_render_stateful_codeMethod · 0.45
createMethod · 0.45
_renderMethod · 0.45
__copy__Method · 0.45
stop_propagationMethod · 0.45
prevent_defaultMethod · 0.45
__call__Method · 0.45
with_argsMethod · 0.45
as_event_specMethod · 0.45
_replace_secretsFunction · 0.45

Calls 1

LogClass · 0.70

Tested by 2

test_replace_defaultsFunction · 0.36