MCPcopy Index your code
hub / github.com/RustPython/RustPython / assert_false

Function assert_false

extra_tests/snippets/testutils.py:67–68  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

65
66
67def assert_false(e):
68 _assert_print(lambda: e is False, [_typed(e), "is False"])
69
70
71def assert_isinstance(obj, klass):

Callers 1

stdlib_datetime.pyFile · 0.90

Calls 2

_assert_printFunction · 0.85
_typedFunction · 0.85

Tested by

no test coverage detected