MCPcopy
hub / github.com/OfflineIMAP/offlineimap / chdirToRepositoryTopLevel

Method chdirToRepositoryTopLevel

contrib/helpers.py:195–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193
194 @staticmethod
195 def chdirToRepositoryTopLevel():
196 cmd = shlex.split("git rev-parse --show-toplevel")
197 topLevel = run(cmd)
198
199 chdir(topLevel)
200
201
202class OfflineimapInfo(object):

Callers 8

upcoming.pyFile · 0.80
saveWebsiteMethod · 0.80
restoreMethod · 0.80
updateAPIMethod · 0.80
buildLatestMethod · 0.80
createImportBranchMethod · 0.80
release.pyFile · 0.80
tested-by.pyFile · 0.80

Calls 1

runFunction · 0.70

Tested by

no test coverage detected