MCPcopy Index your code
hub / github.com/zer0yu/CyberSecurityRSS / to_dict

Method to_dict

scripts/opml_sync.py:80–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 return self.retained_failed_tiny + self.retained_failed_full
79
80 def to_dict(self) -> Dict[str, object]:
81 data = asdict(self)
82 data["dead_removed_total"] = self.dead_removed_total
83 data["duplicates_removed_total"] = self.duplicates_removed_total
84 data["retained_failed_total"] = self.retained_failed_total
85 return data
86
87
88class IncrementalContentDecoder:

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected