Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/917Dhj/DeepPaperNote
/ __init__
Method
__init__
tests/test_common.py:47–48 ·
view source on GitHub ↗
(self, text: str)
Source
from the content-addressed store, hash-verified
45
46
class
FakePdfPage:
47
def
__init__(self, text: str) -> None:
48
self.text = text
49
50
def
get_text(self, mode: str) -> str:
51
assert mode ==
"text"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected