Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ __exit__
Method
__exit__
gi/overrides/Gst.py:621–623 ·
view source on GitHub ↗
(self, type, value, tb)
Source
from the content-addressed store, hash-verified
619
return
self
620
621
def
__exit__(self, type, value, tb):
622
if
not self.__parent__.unmap(self):
623
raise
MapError(
'MappingError'
,
'Unmapping was not successful'
)
624
625
__all__.append(
"MapInfo"
)
626
Callers
nothing calls this directly
Calls
2
MapError
Class · 0.85
unmap
Method · 0.45
Tested by
no test coverage detected