Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ _sign
Function
_sign
src/pendulum/helpers.py:174–175 ·
view source on GitHub ↗
(x: float)
Source
from the content-addressed store, hash-verified
172
173
174
def
_sign(x: float) -> int:
175
return
int(copysign(1, x))
176
177
178
# Global helpers
Callers
1
add_duration
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…