MCPcopy Create free account
hub / github.com/clips/pattern / is_compatible

Method is_compatible

pattern/web/pdf/layout.py:257–259  ·  view source on GitHub ↗

Returns True if two characters can coexist in the same line.

(self, obj)

Source from the content-addressed store, hash-verified

255 return self._text
256
257 def is_compatible(self, obj):
258 """Returns True if two characters can coexist in the same line."""
259 return True
260
261
262## LTContainer

Callers 1

get_textlinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected