MCPcopy Index your code
hub / github.com/apache/tvm / __enter__

Method __enter__

python/tvm/rpc/server_ios_launcher.py:494–498  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

492 self.__ios_rpc_server_launcher = None
493
494 def __enter__(self):
495 self.__ios_rpc_server_launcher = ServerIOSLauncher(
496 self.__mode, self.__host, self.__port, self.__key
497 )
498 return self.__ios_rpc_server_launcher
499
500 def __exit__(self, exc_type, exc_val, exc_tb):
501 if self.__ios_rpc_server_launcher is not None:

Callers

nothing calls this directly

Calls 1

ServerIOSLauncherClass · 0.85

Tested by

no test coverage detected