|
| | __init__ (self) |
| |
| | addChar (self, doc, section, idx, text) |
| |
| | getTotalWordsExpensive (self) |
| |
| | loadAllString (self) |
| |
| | loadDocTree (self) |
| |
| | rmChar (self, doc, section, idx) |
| |
| | saveAll (self) |
| |
| | saveDoc (self, docName) |
| |
| | setSection (self, doc, section, text) |
| |
◆ __init__()
| main.Book.__init__ |
( |
| self | ) |
|
◆ addChar()
| main.Book.addChar |
( |
| self, |
|
|
| doc, |
|
|
| section, |
|
|
| idx, |
|
|
| text ) |
◆ getTotalWordsExpensive()
| main.Book.getTotalWordsExpensive |
( |
| self | ) |
|
◆ loadAllString()
| main.Book.loadAllString |
( |
| self | ) |
|
◆ loadDocTree()
| main.Book.loadDocTree |
( |
| self | ) |
|
◆ rmChar()
| main.Book.rmChar |
( |
| self, |
|
|
| doc, |
|
|
| section, |
|
|
| idx ) |
◆ saveAll()
| main.Book.saveAll |
( |
| self | ) |
|
◆ saveDoc()
| main.Book.saveDoc |
( |
| self, |
|
|
| docName ) |
◆ setSection()
| main.Book.setSection |
( |
| self, |
|
|
| doc, |
|
|
| section, |
|
|
| text ) |
◆ allPaths [1/2]
| list main.Book.allPaths = [] |
|
static |
◆ allPaths [2/2]
◆ allString [1/2]
| str main.Book.allString = "" |
|
static |
◆ allString [2/2]
◆ basePath [1/2]
| str main.Book.basePath = 'book' |
|
static |
◆ basePath [2/2]
◆ docTree [1/2]
| dict main.Book.docTree = {} |
|
static |
◆ docTree [2/2]
◆ knownDocumentPaths
| list main.Book.knownDocumentPaths = ['unstructured','world','characters','universeOutline','partOutline','chapterOutline','book'] |
|
static |
◆ otherDocumentPaths
| list main.Book.otherDocumentPaths = [] |
|
static |
The documentation for this class was generated from the following file: