MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / visit_Delete

Method visit_Delete

tools/python-3.11.9-amd64/Lib/ast.py:910–912  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

908 self.fill("continue")
909
910 def visit_Delete(self, node):
911 self.fill("del ")
912 self.interleave(lambda: self.write(", "), self.traverse, node.targets)
913
914 def visit_Assert(self, node):
915 self.fill("assert ")

Callers

nothing calls this directly

Calls 3

fillMethod · 0.95
interleaveMethod · 0.95
writeMethod · 0.95

Tested by

no test coverage detected