MCPcopy Index your code
hub / github.com/bpython/bpython / supports_box_chars

Function supports_box_chars

bpython/config.py:67–69  ·  view source on GitHub ↗

Check if the encoding supports Unicode box characters.

()

Source from the content-addressed store, hash-verified

65
66
67def supports_box_chars() -> bool:
68 """Check if the encoding supports Unicode box characters."""
69 return all(map(can_encode, "│─└┘┌┐"))
70
71
72def get_config_home() -> Path:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected