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

Method properties

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

Source from the content-addressed store, hash-verified

313
314 @property
315 def properties(self) -> Properties:
316 return Properties.from_list([i.properties for i in self.targets])
317
318
319@dataclass

Callers

nothing calls this directly

Calls 1

from_listMethod · 0.45

Tested by

no test coverage detected