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

Method __init__

git-p4.py:796–800  ·  view source on GitHub ↗
(self, exit_code, p4_result)

Source from the content-addressed store, hash-verified

794 """
795
796 def __init__(self, exit_code, p4_result):
797 super(P4ServerException, self).__init__(exit_code)
798 self.p4_result = p4_result
799 self.code = p4_result[0]['code']
800 self.data = p4_result[0]['data']
801
802
803class P4RequestSizeException(P4ServerException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected