MCPcopy Create free account
hub / github.com/nodejs/node / __init__

Method __init__

tools/gyp/pylib/gyp/xcodeproj_file.py:1861–1868  ·  view source on GitHub ↗
(self, properties=None, id=None, parent=None)

Source from the content-addressed store, hash-verified

1859 )
1860
1861 def __init__(self, properties=None, id=None, parent=None):
1862 # super
1863 XCObject.__init__(self, properties, id, parent)
1864
1865 self._files_by_path = {}
1866 self._files_by_xcfilelikeelement = {}
1867 for pbxbuildfile in self._properties.get("files", []):
1868 self._AddBuildFileToDicts(pbxbuildfile)
1869
1870 def FileGroup(self, path):
1871 # Subclasses must override this by returning a two-element tuple. The

Callers

nothing calls this directly

Calls 3

_AddBuildFileToDictsMethod · 0.95
getMethod · 0.65
__init__Method · 0.45

Tested by

no test coverage detected