Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_comparison_to_unsupported
Function
test_comparison_to_unsupported
tests/date/test_comparison.py:243–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
241
242
243
def
test_comparison_to_unsupported():
244
dt1 = pendulum.Date.today()
245
246
assert dt1 !=
"test"
247
assert dt1 not in [
"test"
]
Callers
nothing calls this directly
Calls
1
today
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…