示例#1
0
 def testCase(self):
     cases = [
         glyph.form("http://example.org",values=['a','b']),
         glyph.link("http://toot.org")
     ]
     for c in cases:
         self.assertEqual(c, glyph.parse(glyph.dump(c)))
示例#2
0
 def testCase(self):
     cases = [
         glyph.form("http://example.org", values=['a', 'b']),
         glyph.link("http://toot.org")
     ]
     for c in cases:
         self.assertEqual(c, glyph.parse(glyph.dump(c)))
示例#3
0
 def self(self):
     return glyph.link(self)
示例#4
0
 def self(self):
     return glyph.link(self)