Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pathwaycom/pathway
/ final_cleanup_entry
Method
final_cleanup_entry
python/pathway/tests/utils.py:192–193 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
190
return
DiffEntry(key, order, insertion, row)
191
192
def
final_cleanup_entry(self):
193
return
DiffEntry(self.key, self.order + 1, False, self.row)
194
195
@staticmethod
196
def
create_id_from(
Callers
1
generate_expected
Function · 0.80
Calls
1
DiffEntry
Class · 0.85
Tested by
1
generate_expected
Function · 0.64