提交 ddf1a974 authored 作者: Hengjean's avatar Hengjean

Fixed comments and little formating error

上级 6c853649
......@@ -187,5 +187,3 @@ class test_typed_list_type(unittest.TestCase):
self.assertFalse(myManualNestedType1 == myManualNestedType2)
self.assertFalse(myManualNestedType2 == myManualNestedType1)
\ No newline at end of file
......@@ -35,8 +35,6 @@ class TypedListType(gof.Type):
raise TypeError('Expected a python list')
else:
x = list(x)
#check all member of list are of the same type
#for the moment only one dimension list accepted
x = [self.ttype.filter(y) for y in x]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论