Part of twisted.lore.man2lore View Source View In Hierarchy
Instance Variable | tp | State variable for handling text inside a TP token. It can
take values from 0 to 3:
int ) |
Method | convert | Undocumented |
Method | lineReceived | Undocumented |
Method | continueReceived | Undocumented |
Method | closeTags | Undocumented |
Method | paraCheck | Undocumented |
Method | macro_TH | Undocumented |
Method | macro_SH | Undocumented |
Method | macro_B | Undocumented |
Method | macro_NM | Undocumented |
Method | macro_NS | Undocumented |
Method | macro_OO | Undocumented |
Method | macro_OC | Undocumented |
Method | macro_OP | Undocumented |
Method | macro_FL | Undocumented |
Method | macro_AR | Undocumented |
Method | macro_PP | Undocumented |
Method | macro_IC | Undocumented |
Method | macro_TP | Handle TP token: start a definition list if it's first
token, or close previous definition data. |
Method | macro_BL | Undocumented |
Method | macro_EL | Undocumented |
Method | macro_IT | Undocumented |
Method | text | Handle a line of text without detected token. |
TP
token. It can
take values from 0 to 3:
TP
token.
TP
token has been encountered. If the previous
value was 0, a definition list is started. Then, at the first line of
text, a definition term is started.
TP
token has been
handled. The definition term is closed, and a definition is started
with the next line of text.
int
)
TP
token: start a definition list if it's first
token, or close previous definition data.