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

Method __init__

git-p4.py:806–808  ·  view source on GitHub ↗
(self, exit_code, p4_result, limit)

Source from the content-addressed store, hash-verified

804 """One of the maxresults or maxscanrows errors."""
805
806 def __init__(self, exit_code, p4_result, limit):
807 super(P4RequestSizeException, self).__init__(exit_code, p4_result)
808 self.limit = limit
809
810
811class P4CommandException(P4Exception):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected