MCPcopy Create free account
hub / github.com/Tencent/phxsql / __init__

Method __init__

phxrpc_package_config/tools/binary_operator.py:9–10  ·  view source on GitHub ↗
( self, args )

Source from the content-addressed store, hash-verified

7
8class binary_operator:
9 def __init__( self, args ):
10 self.m_args = args;
11
12 def kill_all( self ):
13 kill_mysql_ret = self.kill_mysql()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected