MCPcopy
hub / github.com/psycopg/psycopg / upper

Method upper

psycopg/psycopg/types/range.py:137–139  ·  view source on GitHub ↗

The upper bound of the range. `!None` if empty or unbound.

(self)

Source from the content-addressed store, hash-verified

135
136 @property
137 def upper(self) -> T | None:
138 """The upper bound of the range. `!None` if empty or unbound."""
139 return self._upper
140
141 @property
142 def bounds(self) -> str:

Callers 9

get_py_oidsFunction · 0.80
get_cython_oidsFunction · 0.80
parse_errors_txtFunction · 0.80
test_encoding_env_varFunction · 0.80
mkrowFunction · 0.80
mainFunction · 0.80
get_func_urlMethod · 0.80
lookupFunction · 0.80
pg2pyencFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_encoding_env_varFunction · 0.64
mkrowFunction · 0.64
mainFunction · 0.64