MCPcopy
hub / github.com/pyinstaller/pyinstaller / __str__

Method __str__

bootloader/waflib/Node.py:112–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 return (self.name, self.parent, getattr(self, 'children', None))
111
112 def __str__(self):
113 return self.abspath()
114
115 def __repr__(self):
116 return self.abspath()

Callers

nothing calls this directly

Calls 1

abspathMethod · 0.95

Tested by

no test coverage detected