MCPcopy
hub / github.com/smittix/intercept / replace

Method replace

semver.py:98–99  ·  view source on GitHub ↗
(self, **changes)

Source from the content-addressed store, hash-verified

96 return VersionInfo(self.major, self.minor, self.patch)
97
98 def replace(self, **changes) -> VersionInfo:
99 return replace(self, **changes)
100
101 def __str__(self) -> str:
102 value = f"{self.major}.{self.minor}.{self.patch}"

Callers 15

_detect_interfacesMethod · 0.80
_parse_utc_isoFunction · 0.80
_default_stemFunction · 0.80
_refresh_scheduleMethod · 0.80
_to_observationMethod · 0.80
get_tool_pathFunction · 0.80
_start_satdumpMethod · 0.80
_normalize_macFunction · 0.80
resolve_rpaFunction · 0.80

Calls

no outgoing calls

Tested by 2

_clean_stringFunction · 0.64