Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ upper_inf
Method
upper_inf
asyncpg/types.py:127–128 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
125
126
@property
127
def
upper_inf(self) -> bool:
128
return
self._upper is None and not self._empty
129
130
@property
131
def
isempty(self) -> bool:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected