MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_is_seq

Method test_is_seq

tests/test_z3_ported.py:4249–4251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4247 assert not is_fp_value(FP("x", Float32()))
4248
4249 def test_is_seq(self):
4250 assert is_seq(String("s"))
4251 assert not is_seq(Int("x"))
4252
4253 def test_is_re(self):
4254 assert is_re(Re(StringVal("abc")))

Callers

nothing calls this directly

Calls 3

is_seqFunction · 0.90
StringFunction · 0.90
IntFunction · 0.90

Tested by

no test coverage detected