Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hankcs/HanLP
/ __init__
Method
__init__
hanlp/callbacks/fine_csv_logger.py:14–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
class
StreamTableFormatter(object):
13
14
def
__init__(self) -> None:
15
super().__init__()
16
self.col_widths = None
17
18
def
format_row(self, cells) -> List[str]:
19
if
not isinstance(cells, list):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected