MCPcopy Create free account
hub / github.com/ccxt/ccxt / min_width

Method min_width

python/ccxt/static_dependencies/lark/lexer.py:108–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106
107 @property
108 def min_width(self) -> int:
109 return self._get_width()[0]
110
111 @property
112 def max_width(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_widthMethod · 0.95

Tested by

no test coverage detected