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

Method __repr__

tools/python-3.11.9-amd64/Lib/os.py:1103–1106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1101 def __exit__(self, *args):
1102 self.close()
1103 def __repr__(self):
1104 if self.path:
1105 return "<AddedDllDirectory({!r})>".format(self.path)
1106 return "<AddedDllDirectory()>"
1107
1108 def add_dll_directory(path):
1109 """Add a path to the DLL search path.

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected