Ejemplo n.º 1
0
    def empty(self):
        """Return an empty PersistentVector.

        The new vector will have this vec's meta data attached.'"""
        from clojure.lang.persistentvector import EMPTY as EMPTY_VECTOR
        return EMPTY_VECTOR.withMeta(self.meta())
Ejemplo n.º 2
0
 def empty(self):
     from clojure.lang.persistentvector import EMPTY as EMPTY_VECTOR
     return EMPTY_VECTOR.withMeta(self.meta())
Ejemplo n.º 3
0
 def empty(self):
     from clojure.lang.persistentvector import EMPTY as EMPTY_VECTOR
     return EMPTY_VECTOR.withMeta(self.meta())
Ejemplo n.º 4
0
    def empty(self):
        """Return an empty PersistentVector.

        The new vector will have this vec's meta data attached.'"""
        from clojure.lang.persistentvector import EMPTY as EMPTY_VECTOR
        return EMPTY_VECTOR.withMeta(self.meta())