Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ deletePortMapping
Method
deletePortMapping
src/upnp.py:308–309 ·
view source on GitHub ↗
(self, router)
Source
from the content-addressed store, hash-verified
306
logger.debug(
"UPnP error: "
, exc_info=True)
307
308
def
deletePortMapping(self, router):
309
router.DeletePortMapping(router.extPort,
'TCP'
)
310
311
312
Callers
1
run
Method · 0.95
Calls
1
DeletePortMapping
Method · 0.80
Tested by
no test coverage detected