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

Method __truediv__

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

Source from the content-addressed store, hash-verified

763 return self._make_child(args)
764
765 def __truediv__(self, key):
766 try:
767 return self._make_child((key,))
768 except TypeError:
769 return NotImplemented
770
771 def __rtruediv__(self, key):
772 try:

Callers

nothing calls this directly

Calls 1

_make_childMethod · 0.95

Tested by

no test coverage detected