MCPcopy Create free account
hub / github.com/apache/arrow / visit_ClassDef

Method visit_ClassDef

python/scripts/update_stub_docstrings.py:121–123  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

119 return updated_node.with_changes(body=new_body)
120
121 def visit_ClassDef(self, node):
122 self.stack.append(node.name.value)
123 self.indentation += 1
124
125 def leave_ClassDef(self, original_node, updated_node):
126 name = self._full_name()

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected