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

Method __init__

git-p4.py:2787–2791  ·  view source on GitHub ↗
(self, client_name)

Source from the content-addressed store, hash-verified

2785 """
2786
2787 def __init__(self, client_name):
2788 self.mappings = []
2789 self.client_prefix = "//%s/" % client_name
2790 # cache results of "p4 where" to lookup client file locations
2791 self.client_spec_path_cache = {}
2792
2793 def append(self, view_line):
2794 """Parse a view line, splitting it into depot and client sides. Append

Callers 10

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected