MCPcopy
hub / github.com/pandas-dev/pandas / len

Method len

pandas/io/formats/printing.py:525–526  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

523 self.encoding = get_option("display.encoding")
524
525 def len(self, text: str) -> int:
526 return len(text)
527
528 def justify(self, texts: Any, max_len: int, mode: str = "right") -> list[str]:
529 """

Callers 9

to_stringMethod · 0.45
_make_fixed_widthFunction · 0.45
justFunction · 0.45
_extend_lineFunction · 0.45
best_lenFunction · 0.45
_join_multilineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected