222
222
def path_content_summary(self, path):
223
223
"""Get a summary of the information about path.
225
228
:param path: A relative path within the tree.
226
229
:return: A tuple containing kind, size, exec, sha1-or-link.
227
230
Kind is always present (see tree.kind()).
229
233
exec is None unless kind is file and the platform supports the 'x'
231
235
sha1-or-link is the link target if kind is symlink, or the sha1 if