MCPcopy
hub / github.com/hylang/hy / name

Method name

hy/scoping.py:103–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101
102 @property
103 def name(self):
104 res = getattr(self.node, self._accessor)
105 if self.index is not None:
106 return res[self.index]
107 return res
108
109 @name.setter
110 def name(self, new_name):

Callers 1

mangleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected