MCPcopy Create free account
hub / github.com/FDio/vpp / disconnect

Method disconnect

test/vpp_papi_provider.py:381–383  ·  view source on GitHub ↗

Disconnect the API from VPP

(self)

Source from the content-addressed store, hash-verified

379 self.vpp.register_event_callback(self)
380
381 def disconnect(self):
382 """Disconnect the API from VPP"""
383 self.vpp.disconnect()
384
385 def api(self, api_fn, api_args, expected_retval: int | list[int] = 0):
386 """Call API function and check it's return value.

Callers 5

terminateMethod · 0.45
setUpClassMethod · 0.45
quitMethod · 0.45
setUpClassMethod · 0.45
quitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected