示例#1
0
 def test_box(self):
     sec = Section("MyBG", from_str="BG800x400x30x40")
     sec._repr_html_()
示例#2
0
 def test_channel(self):
     sec = Section("MyUNP", from_str="UNP200x10")
     sec._repr_html_()
示例#3
0
 def test_circular(self):
     sec = Section("MyCirc", from_str="CIRC200")
     sec._repr_html_()
示例#4
0
 def test_angular(self):
     sec = Section("MyHP", from_str="HP180x10")
     sec._repr_html_()
示例#5
0
 def test_tubular(self):
     sec = Section("MyTUB", from_str="TUB200x10")
     sec._repr_html_()
示例#6
0
 def test_ig(self):
     sec = Section("MyIG", from_str="IG800x400x30x40")
     sec._repr_html_()
示例#7
0
 def test_box(self):
     sec = Section('MyBG', from_str='BG800x400x30x40')
     sec._repr_html_()
示例#8
0
 def test_tubular(self):
     sec = Section('MyTUB', from_str='TUB200x10')
     sec._repr_html_()
示例#9
0
 def test_angular(self):
     sec = Section('MyHP', from_str='HP180x10')
     sec._repr_html_()
示例#10
0
 def test_ig(self):
     sec = Section('MyIG', from_str='IG800x400x30x40')
     sec._repr_html_()