class MindMap2BitBucket(MindMapInterface):
Stash Mindmap to Bitbucket Interface.
Method | get_document |
Return assembled Document. |
Inherited from MindMapInterface
:
Class Variable | node |
Abstract node type (subclass of BaseNode). |
Method | __init__ |
Initialize MindMapInterface with src file. |
Instance Variable | mm |
Mindmap class. |
Method | write_document |
Write assembled document to file. |
Method | _iternodes |
Iterate through . |
Method | _toc |
Toc values for mindmap. |
Method | _body |
Main Body for Mindmap. |