MCPcopy Create free account
hub / github.com/Kitware/ParaView / start_thread

Function start_thread

Clients/ParaView/Testing/Python/TestPythonParaViewWeb.py:90–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 server.start_webserver(options=args, protocol=TestProtocol)
89
90def start_thread():
91 thread = threading.Thread(target=start)
92 print ("Starting thread")
93 thread.start()
94 for i in range(20):
95 print ("Working... %ds" % (i*5))
96 time.sleep(5)
97 thread.join()
98 print ("Done")
99
100#------------------------------------------------------------------------------
101# Main

Callers 1

Calls 1

startMethod · 0.45

Tested by

no test coverage detected