Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __ge__
Method
__ge__
Lib/test/test_binop.py:365–367 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
363
self.log_operation(
'V.__le__'
)
364
return
NotImplemented
365
def
__ge__(self, other):
366
self.log_operation(
'V.__ge__'
)
367
return
NotImplemented
368
B.register(V)
369
370
Callers
nothing calls this directly
Calls
1
log_operation
Method · 0.80
Tested by
no test coverage detected