MCPcopy Create free account
hub / github.com/dot-agent/nextpy / assert_array_dirty

Function assert_array_dirty

tests/test_state.py:1943–1946  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1941 assert not mutable_state.dirty_vars
1942
1943 def assert_array_dirty():
1944 assert mutable_state.dirty_vars == {"array"}
1945 mutable_state._clean()
1946 assert not mutable_state.dirty_vars
1947
1948 # Test all list operations
1949 mutable_state.array.append(42)

Callers 1

test_mutable_listFunction · 0.85

Calls 1

_cleanMethod · 0.80

Tested by

no test coverage detected