提交 a39f7edf authored 作者: Chinnadhurai Sankar's avatar Chinnadhurai Sankar

fix indentation

上级 70d8b3aa
...@@ -791,7 +791,7 @@ class Op(utils.object2, PureOp, CLinkerOp): ...@@ -791,7 +791,7 @@ class Op(utils.object2, PureOp, CLinkerOp):
self._op_use_c_code = use_c_code self._op_use_c_code = use_c_code
def _props(self): def _props(self):
""" """
Tuple of properties of all attributes Tuple of properties of all attributes
""" """
return tuple(getattr(self, a) for a in self.__props__) return tuple(getattr(self, a) for a in self.__props__)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论