Ejemplo n.º 1
0
 def test_readonly_segment(self):
     tag = Tag()
     tag.segment = "xyz"
Ejemplo n.º 2
0
 def test_readonly_segment(self):
     tag = Tag()
     tag.segment = "xyz"
Ejemplo n.º 3
0
def test_readonly_segment():
    tag = Tag()
    tag.segment = "segment"