Imported modules
|
|
from bisect import insort
from model import Document, Table, Row, Cell
from peak.api import *
|
Functions
|
|
findText
parseTags
|
|
findText
|
findText (
text,
startAt,
endBy,
)
Find the longest plain-text run (not counting whitespace)
|
|
parseTags
|
parseTags (
text,
tag,
startAt,
startBy,
contentProcessor,
)
|
Classes
|
|
|
|