MCPcopy Index your code
hub / github.com/RustPython/RustPython / key

Method key

crates/doc/generate.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43
44 @property
45 def key(self) -> str:
46 return ".".join(self.parts)
47
48 @property
49 def doc(self) -> str:

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected