MCPcopy Create free account
hub / github.com/catboost/catboost / stem

Method stem

library/python/runtime_py3/sitecustomize.py:146–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

144
145 @property
146 def stem(self) -> str:
147 return self._resfs_path.stem
148
149 def with_suffix(self, suffix: str) -> typing.Self:
150 return type(self)(self._resfs_path.with_suffix(suffix))

Callers 2

RunMainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected