MCPcopy Create free account
hub / github.com/apache/qpid-proton / widen

Method widen

python/proton/_data.py:778–780  ·  view source on GitHub ↗

Reverse the effect of :meth:`narrow`.

(self)

Source from the content-addressed store, hash-verified

776 pn_data_narrow(self._data)
777
778 def widen(self) -> None:
779 """ Reverse the effect of :meth:`narrow`. """
780 pn_data_widen(self._data)
781
782 def type(self) -> Optional[int]:
783 """

Callers 1

testLookupMethod · 0.45

Calls 1

pn_data_widenFunction · 0.85

Tested by

no test coverage detected