Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ lower_inf
Method
lower_inf
asyncpg/types.py:115–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
114
@property
115
def
lower_inf(self) -> bool:
116
return
self._lower is None and not self._empty
117
118
@property
119
def
upper(self) -> _RV | None:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected