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

Method xml

tools/python-3.11.9-amd64/Tools/demo/spreadsheet.py:408–412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

406 return text, self.alignment
407
408 def xml(self):
409 return '<formula align="%s" format="%s">%s</formula>' % (
410 align2xml[self.alignment],
411 self.fmt,
412 escape(self.formula))
413
414 def renumber(self, x1, y1, x2, y2, dx, dy):
415 out = []

Callers

nothing calls this directly

Calls 1

escapeFunction · 0.90

Tested by

no test coverage detected