mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[PyCharm Tables] PY-73641 ... in tables instead of values #PY-73252 Fixed
* fixed polars case GitOrigin-RevId: 259d170d79afbddf97a99e62b27685255aaf6d12
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1554bb4535
commit
c4b259368d
@@ -50,6 +50,7 @@ def __create_config():
|
||||
# type: () -> pl.Config
|
||||
cfg = pl.Config()
|
||||
cfg.set_tbl_cols(-1) # Unlimited
|
||||
cfg.set_tbl_rows(-1) # Unlimited
|
||||
cfg.set_fmt_str_lengths(MAX_COLWIDTH) # No option to set unlimited, so it's 100_000
|
||||
return cfg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user