Commit fe92d1c1 authored by Michele Maris's avatar Michele Maris
Browse files

u

parent 79b17e17
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@ class AppendableDict :
      self._k=[]
      self._d={}
      self._comment="" if comment is None else comment
   def copy(self) :
      """carbon copy of itself"""
      import copy
      return copy.deepcopy(self)
   def keys(self) :
      """ list of arguments """
      return self._k