3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

Fixed comments about contributed code.

This commit is contained in:
Christoph M. Wintersteiger 2015-10-02 19:45:33 +01:00
parent 7c36846d39
commit a9d395ed7a

View file

@ -2,8 +2,9 @@
from z3 import *
def vset(seq, idfun=None, as_list=True):
# This functions preserves the order of arguments while removing duplicates.
# This function is from https://code.google.com/p/common-python-vu/source/browse/vu_common.py
# It preserves the order of arguments while removing duplicates.
# (Thanhu's personal code). It has been copied here to avoid a dependency on vu_common.py.
"""
order preserving