MCPcopy
hub / github.com/MagicStack/asyncpg / lower

Method lower

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

Source from the content-addressed store, hash-verified

105
106 @property
107 def lower(self) -> _RV | None:
108 return self._lower
109
110 @property
111 def lower_inc(self) -> bool:

Callers 4

finalize_optionsMethod · 0.80
_introspect_typeMethod · 0.80
_run_pg_configMethod · 0.80
__repr__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected