sknano.core.UserList¶
-
class
sknano.core.UserList(initlist=None, **kwargs)[source][source]¶ Modified implementation of
UserList.Constructor takes an additional variable keyword argument.
Parameters: initlist : {None, sequence, UserList}, optional
if not None, then a list or an instance of
UserListMethods
append(item)clear()copy()count(item)extend(other)index(item, *args)insert(i, item)pop([i])remove(item)reverse()sort(*args, **kwds)