MCPcopy
hub / github.com/PaddlePaddle/PaddleOCR / format

Method format

ppstructure/table/tablepyxl/style.py:345–349  ·  view source on GitHub ↗
(self, cell)

Source from the content-addressed store, hash-verified

343 return "#,##0"
344
345 def format(self, cell):
346 cell.style = self.style()
347 data_type = self.data_type()
348 if data_type:
349 cell.data_type = data_type

Callers 15

forwardMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
forwardMethod · 0.80
repMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
build_neckFunction · 0.80
_build_aggsMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 2

data_typeMethod · 0.95
styleMethod · 0.80

Tested by 4

test_readerFunction · 0.64
save_structure_resFunction · 0.64
mainFunction · 0.64
evalFunction · 0.64