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

Method PBXProjectAncestor

tools/gyp/pylib/gyp/xcodeproj_file.py:509–513  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

507 return descendants
508
509 def PBXProjectAncestor(self):
510 # The base case for recursion is defined at PBXProject.PBXProjectAncestor.
511 if self.parent:
512 return self.parent.PBXProjectAncestor()
513 return None
514
515 def _EncodeComment(self, comment):
516 """Encodes a comment to be placed in the project file output, mimicking

Callers 9

HashablesMethod · 0.45
FileGroupMethod · 0.45
FileGroupMethod · 0.45
FileGroupMethod · 0.45
FileGroupMethod · 0.45
FileGroupMethod · 0.45
AddDependencyMethod · 0.45
__init__Method · 0.45
AddDependencyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected