MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / file_group

Method file_group

code2flow/model.py:302–310  ·  view source on GitHub ↗

Get the file group that this node is in. :rtype: Group

(self)

Source from the content-addressed store, hash-verified

300 return parent
301
302 def file_group(self):
303 """
304 Get the file group that this node is in.
305 :rtype: Group
306 """
307 parent = self.parent
308 while parent.parent:
309 parent = parent.parent
310 return parent
311
312 def is_attr(self):
313 """

Callers 1

_find_link_for_callFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected