MCPcopy Index your code
hub / github.com/python/cpython / _compute_properties

Method _compute_properties

Tools/cases_generator/analyzer.py:281–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

279 return self._properties
280
281 def _compute_properties(self) -> Properties:
282 return Properties.from_list([part.properties for part in self.parts])
283
284 def dump(self, indent: str) -> None:
285 print(indent, self.name, "=", ", ".join([part.name for part in self.parts]))

Callers 1

propertiesMethod · 0.95

Calls 1

from_listMethod · 0.45

Tested by

no test coverage detected