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

Method mkdir

Lib/test/test_importlib/metadata/_path.py:26–26  ·  view source on GitHub ↗
(self, *, exist_ok)

Source from the content-addressed store, hash-verified

24class TreeMaker(Protocol):
25 def __truediv__(self, other, /) -> Self: ...
26 def mkdir(self, *, exist_ok) -> object: ...
27 def write_text(self, content, /, *, encoding) -> object: ...
28 def write_bytes(self, content, /) -> object: ...
29 def symlink_to(self, target, /) -> object: ...

Calls

no outgoing calls