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

Function get_adjustment

pandas/io/formats/printing.py:582–587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

580
581
582def get_adjustment() -> _TextAdjustment:
583 use_east_asian_width = get_option("display.unicode.east_asian_width")
584 if use_east_asian_width:
585 return _EastAsianTextAdjustment()
586 else:
587 return _TextAdjustment()

Callers 1

format_object_summaryFunction · 0.85

Calls 3

get_optionFunction · 0.90
_TextAdjustmentClass · 0.85

Tested by

no test coverage detected