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

Function assert_true

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

Source from the content-addressed store, hash-verified

61
62
63def assert_true(e):
64 _assert_print(lambda: e is True, [_typed(e), "is True"])
65
66
67def assert_false(e):

Callers 1

stdlib_datetime.pyFile · 0.90

Calls 2

_assert_printFunction · 0.85
_typedFunction · 0.85

Tested by

no test coverage detected