コード例 #1
0
def addHaltFunction(hfunction):
	addFunctionInList(haltFunction, hfunction)
コード例 #2
0
def addClientBootstrapFunction(bsfunction):
	addFunctionInList(clientBootstrapFunction, bsfunction)
コード例 #3
0
def addServerBootstrapFunction(bsfunction):
	addFunctionInList(serverBootstrapFunction, bsfunction)
コード例 #4
0
def addBootstrapFunction(bsfunction, push=False):
	addFunctionInList(bootstrapFunction, bsfunction, push)