Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ run
Method
run
pattern/web/pdf/layout.py:15–22 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
13
return
14
15
def
run(self, obj):
16
if
isinstance(obj, LTTextBox):
17
obj.index = self.index
18
self.index += 1
19
elif
isinstance(obj, LTTextGroup):
20
for
x in obj:
21
self.run(x)
22
return
23
24
25
## LAParams
Callers
1
analyze
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected