MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / upper

Method upper

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

Source from the content-addressed store, hash-verified

117
118 @property
119 def upper(self) -> _RV | None:
120 return self._upper
121
122 @property
123 def upper_inc(self) -> bool:

Callers 4

runnerFunction · 0.80
_new_certFunction · 0.80
_format_copy_optsMethod · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected