3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

remove assert, remove brittle pydoc example

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-17 00:35:47 -10:00
parent b6ee0b151a
commit 41ab578593
2 changed files with 0 additions and 5 deletions

View file

@ -820,10 +820,6 @@ def Function(name, *sig):
def FreshFunction(*sig):
"""Create a new fresh Z3 uninterpreted function with the given sorts.
>>> f = FreshFunction(IntSort(), IntSort())
>>> f(f(0))
f!0(f!0(0))
"""
sig = _get_args(sig)
if z3_debug():