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

Method __init__

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

Source from the content-addressed store, hash-verified

288 _alternate_encode_transforms[11] = chr(11)
289
290 def __init__(self, properties=None, id=None, parent=None):
291 self.id = id
292 self.parent = parent
293 self._properties = {}
294 self._hashables = []
295 self._SetDefaultsFromSchema()
296 self.UpdateProperties(properties)
297
298 def __repr__(self):
299 try:

Callers 7

__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 2

UpdatePropertiesMethod · 0.95

Tested by

no test coverage detected