MCPcopy Create free account
hub / github.com/apache/solr / to_dict

Method to_dict

dev-tools/scripts/changes2logchange.py:153–155  ·  view source on GitHub ↗

Convert to dictionary.

(self)

Source from the content-addressed store, hash-verified

151 url: str
152
153 def to_dict(self):
154 """Convert to dictionary."""
155 return {"name": self.name, "url": self.url}
156
157
158@dataclass

Callers 2

to_dictMethod · 0.45
write_entryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected