示例#1
0
文件: handlers.py 项目: mabuaita/sts
def document_base64_encoding(param):
    description = ('**This value will be base64 encoded automatically. Do '
                   'not base64 encode this value prior to performing the '
                   'operation.**')
    append = AppendParamDocumentation(param, description)
    return append.append_documentation
示例#2
0
 def setUp(self):
     super(TestAppendParamDocumentation, self).setUp()
     self.name = 'MyMember'
     self.param = AppendParamDocumentation(self.name, 'hello!')