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

Method properties

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

Source from the content-addressed store, hash-verified

274
275 @property
276 def properties(self) -> Properties:
277 if self._properties is None:
278 self._properties = self._compute_properties()
279 return self._properties
280
281 def _compute_properties(self) -> Properties:
282 return Properties.from_list([part.properties for part in self.parts])

Callers

nothing calls this directly

Calls 1

_compute_propertiesMethod · 0.95

Tested by

no test coverage detected