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

Method __init__

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

Source from the content-addressed store, hash-verified

2756 )
2757
2758 def __init__(self, properties=None, id=None, parent=None, path=None):
2759 self.path = path
2760 self._other_pbxprojects = {}
2761 # super
2762 XCContainerPortal.__init__(self, properties, id, parent)
2763
2764 def Name(self):
2765 name = self.path

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected