Esempio n. 1
0
def dict_info():
	return message.head("haithink's Dict", contant='Contact [email protected]')
Esempio n. 2
0
    def test_head(self):
        # functional check
        message.line_length = 5  # easy to construct expt result

        self.assertEquals(message.head("a", 3, a="bc", b=5), "*****\n--a--\n--3--\n-bc--\n--5--\n*****\n")