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