MCPcopy Create free account
hub / github.com/git/git / __init__

Method __init__

git-p4.py:4509–4514  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4507
4508class P4Branches(Command):
4509 def __init__(self):
4510 Command.__init__(self)
4511 self.options = []
4512 self.description = ("Shows the git branches that hold imports and their "
4513 + "corresponding perforce depot paths")
4514 self.verbose = False
4515
4516 def run(self, args):
4517 if originP4BranchesExist():

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected