MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / lower_inc

Method lower_inc

asyncpg/types.py:111–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109
110 @property
111 def lower_inc(self) -> bool:
112 return self._lower_inc
113
114 @property
115 def lower_inf(self) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected