mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
54 lines
1.2 KiB
Python
54 lines
1.2 KiB
Python
# Automatically generated by TopicTreeSpecPrinter(**kwargs).
|
|
# The kwargs were:
|
|
# - fileObj: file
|
|
# - footer: '# End of topic tree definition. Note that application may l...'
|
|
# - indentStep: 4
|
|
# - treeDoc: None
|
|
# - width: 70
|
|
|
|
|
|
class topic_1:
|
|
"""
|
|
Explain when topic_1 should be used
|
|
"""
|
|
|
|
def msgDataSpec(msg):
|
|
"""
|
|
- msg: a text string message for recipient
|
|
"""
|
|
|
|
class subtopic_11:
|
|
"""
|
|
Explain when subtopic_11 should be used
|
|
"""
|
|
|
|
def msgDataSpec(msg, msg2, extra=None):
|
|
"""
|
|
- extra: something optional
|
|
- msg2: a text string message #2 for recipient
|
|
"""
|
|
|
|
class topic_2:
|
|
"""
|
|
Some something useful about topic2
|
|
"""
|
|
|
|
def msgDataSpec(msg=None):
|
|
"""
|
|
- msg: a text string
|
|
"""
|
|
|
|
class subtopic_21:
|
|
"""
|
|
description for subtopic 21
|
|
"""
|
|
|
|
def msgDataSpec(msg, arg1=None):
|
|
"""
|
|
- arg1: UNDOCUMENTED
|
|
"""
|
|
|
|
|
|
# End of topic tree definition. Note that application may load
|
|
# more than one definitions provider.
|