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

Method cwd

tools/python-3.11.9-amd64/Lib/pathlib.py:903–907  ·  view source on GitHub ↗

Return a new path pointing to the current working directory (as returned by os.getcwd()).

(cls)

Source from the content-addressed store, hash-verified

901
902 @classmethod
903 def cwd(cls):
904 """Return a new path pointing to the current working directory
905 (as returned by os.getcwd()).
906 """
907 return cls(os.getcwd())
908
909 @classmethod
910 def home(cls):

Callers 1

absoluteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected