Jon Hall | a1cdd89 | 2015-08-10 13:36:28 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ascii"?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 3 | "DTD/xhtml1-transitional.dtd"> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 5 | <head> |
| 6 | <title>TestON.core.Thread</title> |
| 7 | <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
| 8 | <script type="text/javascript" src="epydoc.js"></script> |
| 9 | </head> |
| 10 | |
| 11 | <body bgcolor="white" text="black" link="blue" vlink="#204080" |
| 12 | alink="#204080"> |
| 13 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 14 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 15 | bgcolor="#a0c0ff" cellspacing="0"> |
| 16 | <tr valign="middle"> |
| 17 | <!-- Home link --> |
| 18 | <th> <a |
| 19 | href="TestON-module.html">Home</a> </th> |
| 20 | |
| 21 | <!-- Tree link --> |
| 22 | <th> <a |
| 23 | href="module-tree.html">Trees</a> </th> |
| 24 | |
| 25 | <!-- Index link --> |
| 26 | <th> <a |
| 27 | href="identifier-index.html">Indices</a> </th> |
| 28 | |
| 29 | <!-- Help link --> |
| 30 | <th> <a |
| 31 | href="help.html">Help</a> </th> |
| 32 | |
| 33 | <!-- Project homepage --> |
| 34 | <th class="navbar" align="right" width="100%"> |
| 35 | <table border="0" cellpadding="0" cellspacing="0"> |
| 36 | <tr><th class="navbar" align="center" |
| 37 | >TestON</th> |
| 38 | </tr></table></th> |
| 39 | </tr> |
| 40 | </table> |
| 41 | <table width="100%" cellpadding="0" cellspacing="0"> |
| 42 | <tr valign="top"> |
| 43 | <td width="100%"> |
| 44 | <span class="breadcrumbs"> |
| 45 | <a href="TestON-module.html">Package TestON</a> :: |
| 46 | <a href="TestON.core-module.html">Package core</a> :: |
| 47 | Module Thread |
| 48 | </span> |
| 49 | </td> |
| 50 | <td> |
| 51 | <table cellpadding="0" cellspacing="0"> |
| 52 | <!-- hide/show private --> |
| 53 | <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 54 | onclick="toggle_private();">hide private</a>]</span></td></tr> |
| 55 | <tr><td align="right"><span class="options" |
| 56 | >[<a href="frames.html" target="_top">frames</a |
| 57 | >] | <a href="TestON.core.Thread-pysrc.html" |
| 58 | target="_top">no frames</a>]</span></td></tr> |
| 59 | </table> |
| 60 | </td> |
| 61 | </tr> |
| 62 | </table> |
| 63 | <h1 class="epydoc">Source Code for <a href="TestON.core.Thread-module.html">Module TestON.core.Thread</a></h1> |
| 64 | <pre class="py-src"> |
| 65 | <a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment">#!/usr/bin/env python</tt> </tt> |
| 66 | <a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">threading</tt> </tt> |
| 67 | <a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"> </tt> |
| 68 | <a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"> </tt> |
| 69 | <a name="Thread"></a><div id="Thread-def"><a name="L5"></a><tt class="py-lineno"> 5</tt> <a class="py-toggle" href="#" id="Thread-toggle" onclick="return toggle('Thread');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="TestON.core.Thread.Thread-class.html">Thread</a><tt class="py-op">(</tt> <tt class="py-base-class">threading</tt><tt class="py-op">.</tt><tt class="py-base-class">Thread</tt> <tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> |
| 70 | </div><div id="Thread-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="Thread-expanded"><a name="Thread.__init__"></a><div id="Thread.__init__-def"><a name="L6"></a><tt class="py-lineno"> 6</tt> <a class="py-toggle" href="#" id="Thread.__init__-toggle" onclick="return toggle('Thread.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="TestON.core.Thread.Thread-class.html#__init__">__init__</a><tt class="py-op">(</tt> <tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">target</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">,</tt> <tt class="py-param">threadID</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">,</tt> <tt class="py-param">name</tt><tt class="py-op">=</tt><tt class="py-string">""</tt><tt class="py-op">,</tt> <tt class="py-param">args</tt><tt class="py-op">=</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">,</tt> </tt> |
| 71 | <a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"> <tt class="py-param">kwargs</tt><tt class="py-op">=</tt><tt class="py-op">{</tt><tt class="py-op">}</tt> <tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> |
| 72 | </div><div id="Thread.__init__-collapsed" style="display:none;" pad="++" indent="++++++++"></div><div id="Thread.__init__-expanded"><a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"> <tt class="py-name">super</tt><tt class="py-op">(</tt> <tt id="link-0" class="py-name" targets="Module TestON.core.Thread=TestON.core.Thread-module.html,Class TestON.core.Thread.Thread=TestON.core.Thread.Thread-class.html"><a title="TestON.core.Thread |
| 73 | TestON.core.Thread.Thread" class="py-name" href="#" onclick="return doclink('link-0', 'Thread', 'link-0');">Thread</a></tt><tt class="py-op">,</tt> <tt class="py-name">self</tt> <tt class="py-op">)</tt><tt class="py-op">.</tt><tt id="link-1" class="py-name" targets="Method TestON.bin.cli.CLI.__init__()=TestON.bin.cli.CLI-class.html#__init__,Method TestON.bin.cli.TestThread.__init__()=TestON.bin.cli.TestThread-class.html#__init__,Method TestON.bin.generatedriver.GenerateDriver.__init__()=TestON.bin.generatedriver.GenerateDriver-class.html#__init__,Method TestON.bin.nec.NEC.__init__()=TestON.bin.nec.NEC-class.html#__init__,Method TestON.bin.updatedriver.UpdateDriver.__init__()=TestON.bin.updatedriver.UpdateDriver-class.html#__init__,Method TestON.bin.vyatta.Vyatta.__init__()=TestON.bin.vyatta.Vyatta-class.html#__init__,Method TestON.core.Thread.Thread.__init__()=TestON.core.Thread.Thread-class.html#__init__,Method TestON.core.dicttoobject.DictToObject.__init__()=TestON.core.dicttoobject.DictToObject-class.html#__init__,Method TestON.core.iniparser.iniparser.__init__()=TestON.core.iniparser.iniparser-class.html#__init__,Method TestON.core.jsonparser.JsonParser.__init__()=TestON.core.jsonparser.JsonParser-class.html#__init__,Method TestON.core.openspeak.OpenSpeak.__init__()=TestON.core.openspeak.OpenSpeak-class.html#__init__,Method TestON.core.teston.TestON.__init__()=TestON.core.teston.TestON-class.html#__init__,Method TestON.core.testparser.TestParser.__init__()=TestON.core.testparser.TestParser-class.html#__init__,Method TestON.core.xmlparser.xmlparser.__init__()=TestON.core.xmlparser.xmlparser-class.html#__init__,Method TestON.drivers.common.api.controller.onosrestdriver.OnosRestDriver.__init__()=TestON.drivers.common.api.controller.onosrestdriver.OnosRestDriver-class.html#__init__,Method TestON.drivers.common.api.controllerdriver.Controller.__init__()=TestON.drivers.common.api.controllerdriver.Controller-class.html#__init__,Method TestON.drivers.common.api.fvtapidriver.FvtApiDriver.__init__()=TestON.drivers.common.api.fvtapidriver.FvtApiDriver-class.html#__init__,Method TestON.drivers.common.apidriver.API.__init__()=TestON.drivers.common.apidriver.API-class.html#__init__,Method TestON.drivers.common.cli.dpclidriver.DPCliDriver.__init__()=TestON.drivers.common.cli.dpclidriver.DPCliDriver-class.html#__init__,Method TestON.drivers.common.cli.emulator.flowvisordriver.FlowVisorDriver.__init__()=TestON.drivers.common.cli.emulator.flowvisordriver.FlowVisorDriver-class.html#__init__,Method TestON.drivers.common.cli.emulator.lincoedriver.LincOEDriver.__init__()=TestON.drivers.common.cli.emulator.lincoedriver.LincOEDriver-class.html#__init__,Method TestON.drivers.common.cli.emulator.mininetclidriver.MininetCliDriver.__init__()=TestON.drivers.common.cli.emulator.mininetclidriver.MininetCliDriver-class.html#__init__,Method TestON.drivers.common.cli.emulator.poxclidriver.PoxCliDriver.__init__()=TestON.drivers.common.cli.emulator.poxclidriver.PoxCliDriver-class.html#__init__,Method TestON.drivers.common.cli.emulator.remotemininetdriver.RemoteMininetDriver.__init__()=TestON.drivers.common.cli.emulator.remotemininetdriver.RemoteMininetDriver-class.html#__init__,Method TestON.drivers.common.cli.emulatordriver.Emulator.__init__()=TestON.drivers.common.cli.emulatordriver.Emulator-class.html#__init__,Method TestON.drivers.common.cli.onosclidriver.OnosCliDriver.__init__()=TestON.drivers.common.cli.onosclidriver.OnosCliDriver-class.html#__init__,Method TestON.drivers.common.cli.onosdriver.OnosDriver.__init__()=TestON.drivers.common.cli.onosdriver.OnosDriver-class.html#__init__,Method TestON.drivers.common.cli.quaggaclidriver.QuaggaCliDriver.__init__()=TestON.drivers.common.cli.quaggaclidriver.QuaggaCliDriver-class.html#__init__,Method TestON.drivers.common.cli.remotesysdriver.RemoteSysDriver.__init__()=TestON.drivers.common.cli.remotesysdriver.RemoteSysDriver-class.html#__init__,Method TestON.drivers.common.cli.remotetestbed.floodlightclidriver.FloodLightCliDriver.__init__()=TestON.drivers.common.cli.remotetestbed.floodlightclidriver.FloodLightCliDriver-class.html#__init__,Method TestON.drivers.common.cli.remotetestbed.necswitchdriver.NEC.__init__()=TestON.drivers.common.cli.remotetestbed.necswitchdriver.NEC-class.html#__init__,Method TestON.drivers.common.cli.remotetestbed.remotepoxdriver.RemotePoxDriver.__init__()=TestON.drivers.common.cli.remotetestbed.remotepoxdriver.RemotePoxDriver-class.html#__init__,Method TestON.drivers.common.cli.remotetestbed.remotevmdriver.RemoteVMDriver.__init__()=TestON.drivers.common.cli.remotetestbed.remotevmdriver.RemoteVMDriver-class.html#__init__,Method TestON.drivers.common.cli.remotetestbeddriver.RemoteTestBedDriver.__init__()=TestON.drivers.common.cli.remotetestbeddriver.RemoteTestBedDriver-class.html#__init__,Method TestON.drivers.common.cli.tool.dpctlclidriver.DpctlCliDriver.__init__()=TestON.drivers.common.cli.tool.dpctlclidriver.DpctlCliDriver-class.html#__init__,Method TestON.drivers.common.cli.toolsdriver.Tools.__init__()=TestON.drivers.common.cli.toolsdriver.Tools-class.html#__init__,Method TestON.drivers.common.clidriver.CLI.__init__()=TestON.drivers.common.clidriver.CLI-class.html#__init__,Method TestON.examples.Assert.Assert.Assert.__init__()=TestON.examples.Assert.Assert.Assert-class.html#__init__,Method TestON.examples.CaseParams.CaseParams.CaseParams.__init__()=TestON.examples.CaseParams.CaseParams.CaseParams-class.html#__init__,Method TestON.examples.ExperimentTest.ExperimentTest.ExperimentTest.__init__()=TestON.examples.ExperimentTest.ExperimentTest.ExperimentTest-class.html#__init__,Method TestON.examples.StepParams.StepParams.StepParams.__init__()=TestON.examples.StepParams.StepParams.StepParams-class.html#__init__,Method TestON.examples.Topology.Topology.Topology.__init__()=TestON.examples.Topology.Topology.Topology-class.html#__init__,Method TestON.tests.CHOtest.CHOtest.CHOtest.__init__()=TestON.tests.CHOtest.CHOtest.CHOtest-class.html#__init__,Method TestON.tests.FUNCintent.FUNCintent.FUNCintent.__init__()=TestON.tests.FUNCintent.FUNCintent.FUNCintent-class.html#__init__,Method TestON.tests.HAclusterRestart.HAclusterRestart.HAclusterRestart.__init__()=TestON.tests.HAclusterRestart.HAclusterRestart.HAclusterRestart-class.html#__init__,Function TestON.tests.HAclusterRestart.dependencies.Counters.__init__()=TestON.tests.HAclusterRestart.dependencies.Counters-module.html#__init__,Method TestON.tests.HAclusterRestart.dependencies.obelisk.ObeliskTopo.__init__()=TestON.tests.HAclusterRestart.dependencies.obelisk.ObeliskTopo-class.html#__init__,Method TestON.tests.HAminorityRestart.HAminorityRestart.HAminorityRestart.__init__()=TestON.tests.HAminorityRestart.HAminorityRestart.HAminorityRestart-class.html#__init__,Function TestON.tests.HAminorityRestart.dependencies.Counters.__init__()=TestON.tests.HAminorityRestart.dependencies.Counters-module.html#__init__,Method TestON.tests.HAminorityRestart.dependencies.obelisk.ObeliskTopo.__init__()=TestON.tests.HAminorityRestart.dependencies.obelisk.ObeliskTopo-class.html#__init__,Method TestON.tests.HAsanity.HAsanity.HAsanity.__init__()=TestON.tests.HAsanity.HAsanity.HAsanity-class.html#__init__,Function TestON.tests.HAsanity.dependencies.Counters.__init__()=TestON.tests.HAsanity.dependencies.Counters-module.html#__init__,Method TestON.tests.HAsanity.dependencies.obelisk.ObeliskTopo.__init__()=TestON.tests.HAsanity.dependencies.obelisk.ObeliskTopo-class.html#__init__,Method TestON.tests.HAsingleInstanceRestart.HAsingleInstanceRestart.HAsingleInstanceRestart.__init__()=TestON.tests.HAsingleInstanceRestart.HAsingleInstanceRestart.HAsingleInstanceRestart-class.html#__init__,Function TestON.tests.HAsingleInstanceRestart.dependencies.Counters.__init__()=TestON.tests.HAsingleInstanceRestart.dependencies.Counters-module.html#__init__,Method TestON.tests.HAsingleInstanceRestart.dependencies.obelisk.ObeliskTopo.__init__()=TestON.tests.HAsingleInstanceRestart.dependencies.obelisk.ObeliskTopo-class.html#__init__,Method TestON.tests.SAMPscaleTopo.SAMPscaleTopo.SAMPscaleTopo.__init__()=TestON.tests.SAMPscaleTopo.SAMPscaleTopo.SAMPscaleTopo-class.html#__init__,Method TestON.tests.SAMPstartTemplate.SAMPstartTemplate.SAMPstartTemplate.__init__()=TestON.tests.SAMPstartTemplate.SAMPstartTemplate.SAMPstartTemplate-class.html#__init__,Method TestON.tests.SCPFcbench.SCPFcbench.SCPFcbench.__init__()=TestON.tests.SCPFcbench.SCPFcbench.SCPFcbench-class.html#__init__,Method TestON.tests.SCPFflowTp1g.SCPFflowTp1g.SCPFflowTp1g.__init__()=TestON.tests.SCPFflowTp1g.SCPFflowTp1g.SCPFflowTp1g-class.html#__init__,Method TestON.tests.SCPFintentEventTp.SCPFintentEventTp.SCPFintentEventTp.__init__()=TestON.tests.SCPFintentEventTp.SCPFintentEventTp.SCPFintentEventTp-class.html#__init__,Method TestON.tests.SCPFintentInstallWithdrawLat.SCPFintentInstallWithdrawLat.SCPFintentInstallWithdrawLat.__init__()=TestON.tests.SCPFintentInstallWithdrawLat.SCPFintentInstallWithdrawLat.SCPFintentInstallWithdrawLat-class.html#__init__,Method TestON.tests.SCPFintentRerouteLat.SCPFintentRerouteLat.SCPFintentRerouteLat.__init__()=TestON.tests.SCPFintentRerouteLat.SCPFintentRerouteLat.SCPFintentRerouteLat-class.html#__init__,Method TestON.tests.SCPFportLat.SCPFportLat.SCPFportLat.__init__()=TestON.tests.SCPFportLat.SCPFportLat.SCPFportLat-class.html#__init__,Method TestON.tests.SCPFswitchLat.SCPFswitchLat.SCPFswitchLat.__init__()=TestON.tests.SCPFswitchLat.SCPFswitchLat.SCPFswitchLat-class.html#__init__"><a title="TestON.bin.cli.CLI.__init__ |
| 74 | TestON.bin.cli.TestThread.__init__ |
| 75 | TestON.bin.generatedriver.GenerateDriver.__init__ |
| 76 | TestON.bin.nec.NEC.__init__ |
| 77 | TestON.bin.updatedriver.UpdateDriver.__init__ |
| 78 | TestON.bin.vyatta.Vyatta.__init__ |
| 79 | TestON.core.Thread.Thread.__init__ |
| 80 | TestON.core.dicttoobject.DictToObject.__init__ |
| 81 | TestON.core.iniparser.iniparser.__init__ |
| 82 | TestON.core.jsonparser.JsonParser.__init__ |
| 83 | TestON.core.openspeak.OpenSpeak.__init__ |
| 84 | TestON.core.teston.TestON.__init__ |
| 85 | TestON.core.testparser.TestParser.__init__ |
| 86 | TestON.core.xmlparser.xmlparser.__init__ |
| 87 | TestON.drivers.common.api.controller.onosrestdriver.OnosRestDriver.__init__ |
| 88 | TestON.drivers.common.api.controllerdriver.Controller.__init__ |
| 89 | TestON.drivers.common.api.fvtapidriver.FvtApiDriver.__init__ |
| 90 | TestON.drivers.common.apidriver.API.__init__ |
| 91 | TestON.drivers.common.cli.dpclidriver.DPCliDriver.__init__ |
| 92 | TestON.drivers.common.cli.emulator.flowvisordriver.FlowVisorDriver.__init__ |
| 93 | TestON.drivers.common.cli.emulator.lincoedriver.LincOEDriver.__init__ |
| 94 | TestON.drivers.common.cli.emulator.mininetclidriver.MininetCliDriver.__init__ |
| 95 | TestON.drivers.common.cli.emulator.poxclidriver.PoxCliDriver.__init__ |
| 96 | TestON.drivers.common.cli.emulator.remotemininetdriver.RemoteMininetDriver.__init__ |
| 97 | TestON.drivers.common.cli.emulatordriver.Emulator.__init__ |
| 98 | TestON.drivers.common.cli.onosclidriver.OnosCliDriver.__init__ |
| 99 | TestON.drivers.common.cli.onosdriver.OnosDriver.__init__ |
| 100 | TestON.drivers.common.cli.quaggaclidriver.QuaggaCliDriver.__init__ |
| 101 | TestON.drivers.common.cli.remotesysdriver.RemoteSysDriver.__init__ |
| 102 | TestON.drivers.common.cli.remotetestbed.floodlightclidriver.FloodLightCliDriver.__init__ |
| 103 | TestON.drivers.common.cli.remotetestbed.necswitchdriver.NEC.__init__ |
| 104 | TestON.drivers.common.cli.remotetestbed.remotepoxdriver.RemotePoxDriver.__init__ |
| 105 | TestON.drivers.common.cli.remotetestbed.remotevmdriver.RemoteVMDriver.__init__ |
| 106 | TestON.drivers.common.cli.remotetestbeddriver.RemoteTestBedDriver.__init__ |
| 107 | TestON.drivers.common.cli.tool.dpctlclidriver.DpctlCliDriver.__init__ |
| 108 | TestON.drivers.common.cli.toolsdriver.Tools.__init__ |
| 109 | TestON.drivers.common.clidriver.CLI.__init__ |
| 110 | TestON.examples.Assert.Assert.Assert.__init__ |
| 111 | TestON.examples.CaseParams.CaseParams.CaseParams.__init__ |
| 112 | TestON.examples.ExperimentTest.ExperimentTest.ExperimentTest.__init__ |
| 113 | TestON.examples.StepParams.StepParams.StepParams.__init__ |
| 114 | TestON.examples.Topology.Topology.Topology.__init__ |
| 115 | TestON.tests.CHOtest.CHOtest.CHOtest.__init__ |
| 116 | TestON.tests.FUNCintent.FUNCintent.FUNCintent.__init__ |
| 117 | TestON.tests.HAclusterRestart.HAclusterRestart.HAclusterRestart.__init__ |
| 118 | TestON.tests.HAclusterRestart.dependencies.Counters.__init__ |
| 119 | TestON.tests.HAclusterRestart.dependencies.obelisk.ObeliskTopo.__init__ |
| 120 | TestON.tests.HAminorityRestart.HAminorityRestart.HAminorityRestart.__init__ |
| 121 | TestON.tests.HAminorityRestart.dependencies.Counters.__init__ |
| 122 | TestON.tests.HAminorityRestart.dependencies.obelisk.ObeliskTopo.__init__ |
| 123 | TestON.tests.HAsanity.HAsanity.HAsanity.__init__ |
| 124 | TestON.tests.HAsanity.dependencies.Counters.__init__ |
| 125 | TestON.tests.HAsanity.dependencies.obelisk.ObeliskTopo.__init__ |
| 126 | TestON.tests.HAsingleInstanceRestart.HAsingleInstanceRestart.HAsingleInstanceRestart.__init__ |
| 127 | TestON.tests.HAsingleInstanceRestart.dependencies.Counters.__init__ |
| 128 | TestON.tests.HAsingleInstanceRestart.dependencies.obelisk.ObeliskTopo.__init__ |
| 129 | TestON.tests.SAMPscaleTopo.SAMPscaleTopo.SAMPscaleTopo.__init__ |
| 130 | TestON.tests.SAMPstartTemplate.SAMPstartTemplate.SAMPstartTemplate.__init__ |
| 131 | TestON.tests.SCPFcbench.SCPFcbench.SCPFcbench.__init__ |
| 132 | TestON.tests.SCPFflowTp1g.SCPFflowTp1g.SCPFflowTp1g.__init__ |
| 133 | TestON.tests.SCPFintentEventTp.SCPFintentEventTp.SCPFintentEventTp.__init__ |
| 134 | TestON.tests.SCPFintentInstallWithdrawLat.SCPFintentInstallWithdrawLat.SCPFintentInstallWithdrawLat.__init__ |
| 135 | TestON.tests.SCPFintentRerouteLat.SCPFintentRerouteLat.SCPFintentRerouteLat.__init__ |
| 136 | TestON.tests.SCPFportLat.SCPFportLat.SCPFportLat.__init__ |
| 137 | TestON.tests.SCPFswitchLat.SCPFswitchLat.SCPFswitchLat.__init__" class="py-name" href="#" onclick="return doclink('link-1', '__init__', 'link-1');">__init__</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt> |
| 138 | <a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">threadID</tt> <tt class="py-op">=</tt> <tt class="py-name">threadID</tt> </tt> |
| 139 | <a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">name</tt> <tt class="py-op">=</tt> <tt class="py-name">name</tt> </tt> |
| 140 | <a name="L11"></a><tt class="py-lineno">11</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">target</tt> <tt class="py-op">=</tt> <tt class="py-name">target</tt> </tt> |
| 141 | <a name="L12"></a><tt class="py-lineno">12</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">args</tt> <tt class="py-op">=</tt> <tt class="py-name">args</tt> </tt> |
| 142 | <a name="L13"></a><tt class="py-lineno">13</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">kwargs</tt> <tt class="py-op">=</tt> <tt class="py-name">kwargs</tt> </tt> |
| 143 | <a name="L14"></a><tt class="py-lineno">14</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">result</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt> |
| 144 | </div><a name="L15"></a><tt class="py-lineno">15</tt> <tt class="py-line"> </tt> |
| 145 | <a name="Thread.run"></a><div id="Thread.run-def"><a name="L16"></a><tt class="py-lineno">16</tt> <a class="py-toggle" href="#" id="Thread.run-toggle" onclick="return toggle('Thread.run');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="TestON.core.Thread.Thread-class.html#run">run</a><tt class="py-op">(</tt> <tt class="py-param">self</tt> <tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> |
| 146 | </div><div id="Thread.run-collapsed" style="display:none;" pad="++" indent="++++++++"></div><div id="Thread.run-expanded"><a name="L17"></a><tt class="py-lineno">17</tt> <tt class="py-line"> <tt class="py-keyword">try</tt><tt class="py-op">:</tt> </tt> |
| 147 | <a name="L18"></a><tt class="py-lineno">18</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">target</tt> <tt class="py-keyword">is</tt> <tt class="py-keyword">not</tt> <tt class="py-name">None</tt><tt class="py-op">:</tt> </tt> |
| 148 | <a name="L19"></a><tt class="py-lineno">19</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">result</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">target</tt><tt class="py-op">(</tt> <tt class="py-op">*</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">args</tt><tt class="py-op">,</tt> <tt class="py-op">**</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">kwargs</tt> <tt class="py-op">)</tt> </tt> |
| 149 | <a name="L20"></a><tt class="py-lineno">20</tt> <tt class="py-line"> <tt class="py-keyword">except</tt> <tt class="py-name">Exception</tt> <tt class="py-keyword">as</tt> <tt class="py-name">e</tt><tt class="py-op">:</tt> </tt> |
| 150 | <a name="L21"></a><tt class="py-lineno">21</tt> <tt class="py-line"> <tt class="py-keyword">print</tt> <tt class="py-string">"ThreadID:"</tt> <tt class="py-op">+</tt> <tt class="py-name">str</tt><tt class="py-op">(</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">threadID</tt> <tt class="py-op">)</tt> <tt class="py-op">+</tt> <tt class="py-string">", Name:"</tt> <tt class="py-op">+</tt>\ </tt> |
| 151 | <a name="L22"></a><tt class="py-lineno">22</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">name</tt> <tt class="py-op">+</tt> <tt class="py-string">"- something went wrong with "</tt> <tt class="py-op">+</tt>\ </tt> |
| 152 | <a name="L23"></a><tt class="py-lineno">23</tt> <tt class="py-line"> <tt class="py-name">str</tt><tt class="py-op">(</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">target</tt><tt class="py-op">.</tt><tt class="py-name">im_class</tt> <tt class="py-op">)</tt> <tt class="py-op">+</tt> <tt class="py-string">"."</tt> <tt class="py-op">+</tt>\ </tt> |
| 153 | <a name="L24"></a><tt class="py-lineno">24</tt> <tt class="py-line"> <tt class="py-name">str</tt><tt class="py-op">(</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">target</tt><tt class="py-op">.</tt><tt class="py-name">im_func</tt> <tt class="py-op">)</tt> <tt class="py-op">+</tt> <tt class="py-string">" method: "</tt> </tt> |
| 154 | <a name="L25"></a><tt class="py-lineno">25</tt> <tt class="py-line"> <tt class="py-keyword">print</tt> <tt class="py-name">e</tt> </tt> |
| 155 | </div></div><a name="L26"></a><tt class="py-lineno">26</tt> <tt class="py-line"> </tt><script type="text/javascript"> |
| 156 | <!-- |
| 157 | expandto(location.href); |
| 158 | // --> |
| 159 | </script> |
| 160 | </pre> |
| 161 | <br /> |
| 162 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 163 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 164 | bgcolor="#a0c0ff" cellspacing="0"> |
| 165 | <tr valign="middle"> |
| 166 | <!-- Home link --> |
| 167 | <th> <a |
| 168 | href="TestON-module.html">Home</a> </th> |
| 169 | |
| 170 | <!-- Tree link --> |
| 171 | <th> <a |
| 172 | href="module-tree.html">Trees</a> </th> |
| 173 | |
| 174 | <!-- Index link --> |
| 175 | <th> <a |
| 176 | href="identifier-index.html">Indices</a> </th> |
| 177 | |
| 178 | <!-- Help link --> |
| 179 | <th> <a |
| 180 | href="help.html">Help</a> </th> |
| 181 | |
| 182 | <!-- Project homepage --> |
| 183 | <th class="navbar" align="right" width="100%"> |
| 184 | <table border="0" cellpadding="0" cellspacing="0"> |
| 185 | <tr><th class="navbar" align="center" |
| 186 | >TestON</th> |
| 187 | </tr></table></th> |
| 188 | </tr> |
| 189 | </table> |
| 190 | <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 191 | <tr> |
| 192 | <td align="left" class="footer"> |
| 193 | Generated by Epydoc 3.0.1 on Mon Aug 10 11:12:36 2015 |
| 194 | </td> |
| 195 | <td align="right" class="footer"> |
| 196 | <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 197 | >http://epydoc.sourceforge.net</a> |
| 198 | </td> |
| 199 | </tr> |
| 200 | </table> |
| 201 | |
| 202 | <script type="text/javascript"> |
| 203 | <!-- |
| 204 | // Private objects are initially displayed (because if |
| 205 | // javascript is turned off then we want them to be |
| 206 | // visible); but by default, we want to hide them. So hide |
| 207 | // them unless we have a cookie that says to show them. |
| 208 | checkCookie(); |
| 209 | // --> |
| 210 | </script> |
| 211 | </body> |
| 212 | </html> |