MCPcopy
hub / github.com/psycopg/psycopg / lower

Method lower

psycopg/psycopg/types/range.py:132–134  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

130
131 @property
132 def lower(self) -> T | None:
133 """The lower bound of the range. `!None` if empty or unbound."""
134 return self._lower
135
136 @property
137 def upper(self) -> T | None:

Callers 15

tracefileFunction · 0.80
test_descriptionMethod · 0.80
parseMethod · 0.80
test_query_paramsFunction · 0.80
test_itersizeFunction · 0.80
test_query_paramsFunction · 0.80
test_itersizeFunction · 0.80
test_diag_all_attrsFunction · 0.80
test_diag_right_attrFunction · 0.80
test_diag_pickleFunction · 0.80
test_quote_boolFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_descriptionMethod · 0.64
test_query_paramsFunction · 0.64
test_itersizeFunction · 0.64
test_query_paramsFunction · 0.64
test_itersizeFunction · 0.64
test_diag_all_attrsFunction · 0.64
test_diag_right_attrFunction · 0.64
test_diag_pickleFunction · 0.64
test_quote_boolFunction · 0.64
test_wrapper_regtypeFunction · 0.64
test_dumpFunction · 0.64
test_array_dumpFunction · 0.64