User can edit name and email address
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import math
|
||||
import numpy as np
|
||||
|
||||
|
||||
|
||||
def serialize_list(value,token=','):
|
||||
assert(isinstance(value, list) or isinstance(value, tuple) or isinstance(value,np.ndarray))
|
||||
return token.join([unicode(s) for s in value])
|
||||
|
||||
Reference in New Issue
Block a user