PyDataProvider2.InputType repr refine style

fix_3908
lispc 8 years ago
parent 879866cc56
commit 5d9478094d

@ -87,7 +87,8 @@ class InputType(object):
def __repr__(self): def __repr__(self):
""" """
Return a human readable representation like 'InputType(dim=25921, seq_type=SequenceType.NO_SEQUENCE, type=DataType.Dense)' Return a human readable representation like 'InputType(dim=25921,
seq_type=SequenceType.NO_SEQUENCE, type=DataType.Dense)'
""" """
repr_str = type(self).__name__ repr_str = type(self).__name__
repr_str += '(' repr_str += '('

Loading…
Cancel
Save