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

Method xml

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

Source from the content-addressed store, hash-verified

367 return self.text, self.alignment
368
369 def xml(self):
370 s = '<value align="%s" format="%s"><string>%s</string></value>'
371 return s % (
372 align2xml[self.alignment],
373 self.fmt,
374 escape(self.text))
375
376class FormulaCell(BaseCell):
377

Callers

nothing calls this directly

Calls 1

escapeFunction · 0.90

Tested by

no test coverage detected