Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ run
Method
run
pattern/web/pdf/cmapdb.py:290–295 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
288
return
289
290
def
run(self):
291
try
:
292
self.nextobject()
293
except
PSEOF:
294
pass
295
return
296
297
def
do_keyword(self, pos, token):
298
name = token.name
Callers
1
main
Function · 0.45
Calls
1
nextobject
Method · 0.80
Tested by
no test coverage detected