MCPcopy Index your code
hub / github.com/RustPython/RustPython / __repr__

Method __repr__

Lib/os.py:1156–1159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1154 def __exit__(self, *args):
1155 self.close()
1156 def __repr__(self):
1157 if self.path:
1158 return "<AddedDllDirectory({!r})>".format(self.path)
1159 return "<AddedDllDirectory()>"
1160
1161 def add_dll_directory(path):
1162 """Add a path to the DLL search path.

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected