Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ visit_FunctionDef
Method
visit_FunctionDef
python/scripts/update_stub_docstrings.py:151–153 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
149
return
updated_node
150
151
def
visit_FunctionDef(self, node):
152
self.stack.append(node.name.value)
153
self.indentation += 1
154
155
def
leave_FunctionDef(self, original_node, updated_node):
156
name = self._full_name()
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected