MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __rtruediv__

Method __rtruediv__

tools/python-3.11.9-amd64/Lib/pathlib.py:771–775  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

769 return NotImplemented
770
771 def __rtruediv__(self, key):
772 try:
773 return self._from_parts([key] + self._parts)
774 except TypeError:
775 return NotImplemented
776
777 @property
778 def parent(self):

Callers

nothing calls this directly

Calls 1

_from_partsMethod · 0.95

Tested by

no test coverage detected