diff --git a/doc/reading_diagrams.rst b/doc/reading_diagrams.rst index fcbc7aa..af8543a 100644 --- a/doc/reading_diagrams.rst +++ b/doc/reading_diagrams.rst @@ -1337,18 +1337,22 @@ of the details of our HSM oven: :target: _static/composite_state_3.pdf :align: center -There is a good chance that I am breaking the UML standard by drawing the above -diagram the way I did. I'm hiding the door_closed state, yet I'm showing part -of it's design. I'm showing an arrow going into the door_closed state, and -showing it land on a deep history icon. So, am I hiding the state or not? -Well, I'm doing both. I'm trying to explain the gist of the hidden part of the -design: to go back to the previous sub-state of the door_closed part of the -statechart, when the door is opened after the over was in a door_open state. -I'm trying to show this history-behavior is happening without going into the -details of what substates exist within the door_closed state. - -When you sketch your diagrams without adhering to a ridged set of drawing rules, -you can make decisions like this. +I have hidden the majority of the door_closed state in the decomposition hiding +state icon. When you see this icon, you know that some details have been hidden +to make the diagram fit on a page. But there is a good chance that I am +breaking the UML standard by drawing the above diagram the way I did. I'm +hiding the door_closed state, yet I'm showing part of it's design. I'm showing +an arrow going into the door_closed state, and showing it land on a deep history +icon. So, am I hiding the state or not? Well, I'm doing both. I'm trying to +explain the gist of the hidden part of the design: to go back to the previous +sub-state of the door_closed part of the statechart, when the door is opened +after the over was in a door_open state. I'm trying to show this +history-behavior is happening without going into the details of what substates +exist within the door_closed state. + +When you sketch your diagrams without adhering to a rigid set of drawing rules, +you can make decisions like this. The diagrams act as sketches rather than a +programming language. .. _reading_diagrams-deep-history-dot: @@ -1362,6 +1366,9 @@ can use the deep history pseudostate, it's a circle enclosing a H*: :target: _static/TransitionToHistoryStatePattern.pdf :align: center +The :ref:`transition to history ` section of the +patterns part of this document goes into the details about how to implement this in code. + .. _reading_diagrams-if-structures: If-Else Structures diff --git a/docs/_sources/reading_diagrams.rst.txt b/docs/_sources/reading_diagrams.rst.txt index fcbc7aa..af8543a 100644 --- a/docs/_sources/reading_diagrams.rst.txt +++ b/docs/_sources/reading_diagrams.rst.txt @@ -1337,18 +1337,22 @@ of the details of our HSM oven: :target: _static/composite_state_3.pdf :align: center -There is a good chance that I am breaking the UML standard by drawing the above -diagram the way I did. I'm hiding the door_closed state, yet I'm showing part -of it's design. I'm showing an arrow going into the door_closed state, and -showing it land on a deep history icon. So, am I hiding the state or not? -Well, I'm doing both. I'm trying to explain the gist of the hidden part of the -design: to go back to the previous sub-state of the door_closed part of the -statechart, when the door is opened after the over was in a door_open state. -I'm trying to show this history-behavior is happening without going into the -details of what substates exist within the door_closed state. - -When you sketch your diagrams without adhering to a ridged set of drawing rules, -you can make decisions like this. +I have hidden the majority of the door_closed state in the decomposition hiding +state icon. When you see this icon, you know that some details have been hidden +to make the diagram fit on a page. But there is a good chance that I am +breaking the UML standard by drawing the above diagram the way I did. I'm +hiding the door_closed state, yet I'm showing part of it's design. I'm showing +an arrow going into the door_closed state, and showing it land on a deep history +icon. So, am I hiding the state or not? Well, I'm doing both. I'm trying to +explain the gist of the hidden part of the design: to go back to the previous +sub-state of the door_closed part of the statechart, when the door is opened +after the over was in a door_open state. I'm trying to show this +history-behavior is happening without going into the details of what substates +exist within the door_closed state. + +When you sketch your diagrams without adhering to a rigid set of drawing rules, +you can make decisions like this. The diagrams act as sketches rather than a +programming language. .. _reading_diagrams-deep-history-dot: @@ -1362,6 +1366,9 @@ can use the deep history pseudostate, it's a circle enclosing a H*: :target: _static/TransitionToHistoryStatePattern.pdf :align: center +The :ref:`transition to history ` section of the +patterns part of this document goes into the details about how to implement this in code. + .. _reading_diagrams-if-structures: If-Else Structures diff --git a/docs/reading_diagrams.html b/docs/reading_diagrams.html index b093dfc..c089aa7 100644 --- a/docs/reading_diagrams.html +++ b/docs/reading_diagrams.html @@ -1187,17 +1187,21 @@

Diagrams
_images/composite_state_3.svg
-

There is a good chance that I am breaking the UML standard by drawing the above -diagram the way I did. I’m hiding the door_closed state, yet I’m showing part -of it’s design. I’m showing an arrow going into the door_closed state, and -showing it land on a deep history icon. So, am I hiding the state or not? -Well, I’m doing both. I’m trying to explain the gist of the hidden part of the -design: to go back to the previous sub-state of the door_closed part of the -statechart, when the door is opened after the over was in a door_open state. -I’m trying to show this history-behavior is happening without going into the -details of what substates exist within the door_closed state.

-

When you sketch your diagrams without adhering to a ridged set of drawing rules, -you can make decisions like this.

+

I have hidden the majority of the door_closed state in the decomposition hiding +state icon. When you see this icon, you know that some details have been hidden +to make the diagram fit on a page. But there is a good chance that I am +breaking the UML standard by drawing the above diagram the way I did. I’m +hiding the door_closed state, yet I’m showing part of it’s design. I’m showing +an arrow going into the door_closed state, and showing it land on a deep history +icon. So, am I hiding the state or not? Well, I’m doing both. I’m trying to +explain the gist of the hidden part of the design: to go back to the previous +sub-state of the door_closed part of the statechart, when the door is opened +after the over was in a door_open state. I’m trying to show this +history-behavior is happening without going into the details of what substates +exist within the door_closed state.

+

When you sketch your diagrams without adhering to a rigid set of drawing rules, +you can make decisions like this. The diagrams act as sketches rather than a +programming language.

Deep History Icon

@@ -1206,6 +1210,8 @@

Diagrams
_images/TransitionToHistoryStatePattern.svg
+

The transition to history section of the +patterns part of this document goes into the details about how to implement this in code.

If-Else Structures

diff --git a/docs/searchindex.js b/docs/searchindex.js index e412ea0..e4f5ace 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["activeobject","architecture","cellular_automata","city_sprinkler","comprehensive","concurrency_essay","event","examples","glossary","hsm","i_bitcoin_miner_toaster_oven","i_create_a_multishot","i_create_a_one_shot","i_defer_and_recall","i_determining_the_current_state","i_making_sequence_diagrams_from_trace","i_mongol_example","i_mongol_with_empathy_code_listing","i_navigation_1","i_navigation_2","i_navigation_3","i_navigation_4","i_navigation_5","i_navigation_6","i_networking_instrumentation_file_table","i_scribble_on_the_spy","i_seeing_your_signals","i_spy_reactive","i_test_with_spy","i_test_with_trace","i_trace_reactive","i_uml_trend","index","installation","interactingcharts","introduction","networked_instrumentation","patterns","postingexample","quickstart","reading_diagrams","recipes","reflection","scribbleexample","setting_up_rabbit_mq","singlechartexample","testing","towardsthefactoryexample","zero_to_one"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:55},filenames:["activeobject.rst","architecture.rst","cellular_automata.rst","city_sprinkler.rst","comprehensive.rst","concurrency_essay.rst","event.rst","examples.rst","glossary.rst","hsm.rst","i_bitcoin_miner_toaster_oven.rst","i_create_a_multishot.rst","i_create_a_one_shot.rst","i_defer_and_recall.rst","i_determining_the_current_state.rst","i_making_sequence_diagrams_from_trace.rst","i_mongol_example.rst","i_mongol_with_empathy_code_listing.rst","i_navigation_1.rst","i_navigation_2.rst","i_navigation_3.rst","i_navigation_4.rst","i_navigation_5.rst","i_navigation_6.rst","i_networking_instrumentation_file_table.rst","i_scribble_on_the_spy.rst","i_seeing_your_signals.rst","i_spy_reactive.rst","i_test_with_spy.rst","i_test_with_trace.rst","i_trace_reactive.rst","i_uml_trend.rst","index.rst","installation.rst","interactingcharts.rst","introduction.rst","networked_instrumentation.rst","patterns.rst","postingexample.rst","quickstart.rst","reading_diagrams.rst","recipes.rst","reflection.rst","scribbleexample.rst","setting_up_rabbit_mq.rst","singlechartexample.rst","testing.rst","towardsthefactoryexample.rst","zero_to_one.rst"],objects:{"":{activeobject:[0,0,0,"-"],event:[6,0,0,"-"],hsm:[9,0,0,"-"]},"activeobject.ActiveFabricSource":{clear:[0,3,1,""],publish:[0,3,1,""],start:[0,3,1,""],stop:[0,3,1,""],subscribe:[0,3,1,""],thread_runner_fifo:[0,3,1,""],thread_runner_lifo:[0,3,1,""]},"activeobject.ActiveObject":{append_publish_to_spy:[0,3,1,""],append_subscribe_to_spy:[0,3,1,""],cancel_event:[0,3,1,""],cancel_events:[0,3,1,""],make_unique_name_based_on_start_at_function:[0,3,1,""],run_event:[0,3,1,""],start_thread_if_not_running:[0,3,1,""],stop:[0,3,1,""],trace:[0,3,1,""]},"event.Event":{dumps:[6,4,1,""],has_payload:[6,3,1,""],loads:[6,4,1,""]},"event.SignalSource":{name_for_signal:[6,3,1,""]},"hsm.HsmEventProcessor":{augment:[9,3,1,""],child_state:[9,3,1,""],dispatch:[9,3,1,""],init:[9,3,1,""],is_in:[9,3,1,""],start_at:[9,3,1,""],top:[9,3,1,""],trans:[9,3,1,""],trans_:[9,3,1,""]},activeobject:{ActiveFabric:[0,1,1,""],ActiveFabricSource:[0,2,1,""],ActiveObject:[0,2,1,""]},event:{Event:[6,2,1,""],OrderedDictWithParams:[6,2,1,""],ReturnStatusSource:[6,2,1,""],Signal:[6,1,1,""],SignalSource:[6,2,1,""]},hsm:{HsmEventProcessor:[9,2,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","attribute","Python attribute"],"2":["py","class","Python class"],"3":["py","method","Python method"],"4":["py","staticmethod","Python static method"]},objtypes:{"0":"py:module","1":"py:attribute","2":"py:class","3":"py:method","4":"py:staticmethod"},terms:{"04d":39,"0bmhjf0rke8":[],"100m":[37,48],"13th":16,"142x5zhqemk5lljxgzeitbwpv2oxqpfahj":10,"1845_rc03":[],"1980s":[],"1990s":[35,40],"1st":[45,48],"2000s":35,"2005_2006":[],"257m":5,"2nd":[39,40,45,48],"2onedcellularautomata":[],"2twodcellularautomata":[],"33691e":[],"37474f":[],"3nd":45,"3rd":36,"3th":45,"4nd":45,"4th":45,"70s":5,"75c8c":[15,30,38,41,42],"8ahweo_dgs0":[],"90s":35,"95a8c":[15,41,42],"abstract":[16,37,40,47],"break":[5,15,16,37,38,39,40,41,42,45,47,48],"case":[12,16,38,39,40,41,45,48],"catch":[8,10,16,17,34,36,37,39,40,47,48],"class":[0,6,7,8,9,10,14,16,17,18,19,20,21,22,23,26,35,37,38,39,42,43,46,48],"default":[0,16,37,41,44,48],"enum":6,"final":[8,9,16,35,36,37,38,45,48],"float":[5,48],"function":[0,4,6,8,9,11,14,34,35,37,38,40,41,42,47,48],"import":[5,10,12,16,17,26,27,28,29,34,37,38,39,41,42,45,47,48],"int":[26,41,42,48],"long":[16,34,37,38,39,41,48],"new":[0,5,6,8,9,16,27,28,29,35,36,37,38,39,40,41,42,43,44,45,47,48],"public":[35,39,44,45],"return":[0,6,8,9,10,11,12,16,17,25,34,35,36,37,38,39,40,41,43,45,47,48],"short":[16,37,40,43,48],"static":[6,16,36,38],"super":[5,9,10,11,12,16,17,25,36,37,38,39,40,41,43,45,47,48],"switch":[4,37,48],"throw":[15,16,41,42,48],"true":[0,6,8,9,10,11,12,16,17,36,37,38,39,40,41,42,43,45,48],"try":[5,9,16,35,36,37,38,39,40,41,43,45,47,48],"var":[],"while":[4,5,8,11,15,16,17,35,36,37,38,39,40,41,42,44,45,47,48],Adding:36,And:[16,17,40,48],Are:48,Being:48,But:[16,35,36,37,38,39,40,41,42,43,44,47,48],Eve:48,For:[0,6,8,28,36,37,39,40,41,42,45,47,48],GPS:39,Going:[],His:[5,16,35,48],Its:39,NOT:[0,44,45],Not:[8,48],One:[8,16,32,38,43],Such:[16,48],THE:[],That:[5,16,29,34,37,38,41,42,43,47,48],The:[0,2,4,5,6,8,9,10,11,12,15,17,26,27,29,30,34,35,37,38,39,41,43,44,45,46,47,48],Their:[5,9,16,47],Then:[5,9,15,16,34,35,37,38,39,40,41,42,43,45,47,48],There:[0,5,8,9,13,16,30,34,35,36,37,38,39,40,41,42,43,44,48],These:[5,9,16,35,37,40,41,44,47,48],Use:[5,36,37,48],Used:9,Useful:9,Using:[7,16,35],WLS:[],With:[16,29,38,40,41,42,47],Yes:48,__add__:[16,17],__getattr__:[26,41,42],__init__:[6,10,16,17,36,37,39,40,41,48],__main__:[10,16,36,39,40,41,43,48],__name__:[10,16,36,39,40,41,43,47,48],__post_ev:0,_blank:[],_decrypt:36,_dict:39,_encrypt:36,_fake_new:37,_fake_news_gener:37,_gener:[],_id:39,_imag:[],_static:39,_strip_trac:36,a11:40,a1_entri:41,a1_to_b1:41,a53:48,aa00ff:[],abandon:[40,41],abil:[8,16,35,38,48],abl:[8,16,36,37,40,42,48],about:[0,5,8,9,11,12,15,16,27,28,30,36,37,38,39,41,42,43,44,45,47,48],abov:[4,9,15,16,29,36,37,38,39,40,41,42,43,44,45,47,48],abs:[],absent:16,absolut:[16,41],absorb:[],academ:[],acceler:8,acceleromet:[],acceller:[],accept:[36,46],accerer:[],access:[5,8,16,26,27,35,36,37,39,40,41,42,48],accid:41,accident:[16,40,47,48],accomod:48,accord:[8,16,40],account:[5,10,38,39,48],accumul:[40,48],accur:16,achiev:[5,16,39],acquisit:37,acronym:48,across:[6,9,16,26,35,37,38,40,41,42,44,47,48],act:[5,9,13,15,16,17,35,36,37,38,39,40,41,42,48],action:[0,8,9,16,35,38,40,43,45,47,48],activ:[1,4,5,7,8,11,15,16,25,27,28,29,30,34,35,36,37,38,39,40,42,43,47,48],active_object:47,active_object_input_queu:0,activefab:[],activefabr:[0,41,45],activefabricsourc:0,activefactori:40,activefrab:[],activeobect:[41,48],activeobject:[0,10,16,37,38,39,40,42,43,45,47,48],activeoobject:[],actor:48,actual:[5,8,9,15,16,17,28,30,34,35,37,40,41,42,43,45,47,48],adapt:37,add:[5,6,8,9,12,16,25,34,37,38,39,40,44,45,48],add_member_if_need:16,add_timeout:36,added:[6,16,35,36,38,39,41,47,48],adding:[8,16,37,48],addit:[4,8,16,36,42,48],address:[16,17,36,44,48],adher:[8,16,40],adjac:[9,35],adjust:[4,15,16,17,35,36,37,38,41,42,43],admistr:8,advanc:[9,16,17,35,40],advance_close_enough_for_circl:[16,17],advance_entri:[16,17],advance_exit:[16,17],advance_other_advanced_war_cri:[16,17],advance_senior_advanced_war_cri:[16,17],advance_war_cri:[16,17],advantag:16,adventur:48,advertis:48,advic:48,advis:48,advoc:[],aesthet:48,af_inet:36,affair:16,affect:[],afford:[],after:[4,5,8,16,27,28,35,37,38,39,40,41,42,43,44,45,47,48],afternoon:[],again:[0,9,16,34,37,38,39,41,43,45,47,48],against:[8,16,26,29,36,38,41,42,43,48],agent:16,aggreg:[24,36,37,40],aggress:37,aggression_max:37,agil:16,ago:[],agre:37,agress:37,ahead:[11,41],aim:[9,16],ain:16,air:5,aircraft:5,airforc:[],alan:[35,39,41],alarm:9,albert:40,alcohol:48,aleph2c:39,alert:[],alexand:[8,37],algebra:16,algorithm:[8,9,35,37,38,41,43,47,48],align:[],aliv:[16,40],all:[0,4,5,6,8,9,11,15,16,17,24,27,34,35,36,37,38,39,40,41,42,44,45,47,48],all_readi:37,alli:[],allow:[4,8,16,36,37,38,39,44,45,48],allowfullscreen:[],allur:16,almost:[16,38,46,47,48],alon:[16,48],along:48,alpha:[],alreadi:[5,9,16,17,35,37,39,40,44,45,48],also:[4,5,6,8,9,11,15,16,35,36,37,38,39,40,41,42,43,44,47,48],altan:[16,17],altan_192:16,alter:16,alwai:[5,8,9,16,37,38,40,41,44,48],alzheim:[],ambiti:[37,42],american:5,ammunit:[16,17],ammunition_low:[16,17],amoungst:[],amount:[5,16,27,37,40,41,42,48],amplifi:[38,42],analog:[40,43],analysi:[],analyz:[],ancestor:[9,16,48],ancestr:16,anchor:[8,41],angl:8,angle_in_radian:[],angri:16,ani:[0,4,5,6,8,9,12,16,26,36,37,38,39,40,41,42,43,45,46,48],anim:35,annihil:48,annoi:48,announc:48,anoth:[4,5,6,8,9,15,16,17,30,34,35,36,37,38,39,40,42,43,44,45,47,48],answer:[5,16,35,39,40,46,47,48],anthropologist:35,anti:[40,41,48],antiqu:[],anymor:[16,38,41,48],anyon:[16,35,38,42,48],anyth:[5,38,39,40,41,42,47,48],anytim:[8,16,36,37,41,45,48],anywai:[40,48],anywher:[16,40,48],ao1:[41,42],ao2:41,aos:[11,38,41],apart:[5,37,48],api:[0,11,12,16,25,35,36,39,41,45,47,48],api_hold_off_time_in_sec:39,api_kei:39,api_l:39,api_live_entry_sign:39,api_live_fresh_api_cal:39,api_live_init_sign:39,api_live_network_error:39,api_lookup_data:39,api_lookup_data_city_detail:39,api_lookup_data_entry_sign:39,api_lookup_data_init_sign:39,api_lookup_data_request_city_detail:39,api_paus:39,api_paused_entri:39,api_paused_get_weath:39,api_query_url:39,api_weather_dict:39,app:[44,48],appear:[16,48],append:[0,6,9,16,17,36,40,41],append_publish_to_spi:0,append_subscribe_to_spi:0,append_to_spi:36,append_to_trac:36,appendix:48,appid:39,appli:[8,16,35,41,45,48],applic:[5,16,35,40,41,47,48],approach:[0,5,8,9,16,35,37,41,43,48],appropri:41,approxim:[],apt:44,arab:5,arbitrari:16,arcan:40,archan:[],archer:[7,17],architect:[8,16,37],architectur:[16,32,37,38,41,48],area:[5,37,40],aren:[5,8,16,37,38,40,41,48],arg:[6,9,39,40,48],argu:16,arguement:40,argument:[8,9,11,36,38,40,41,45,47,48],aris:[16,37,48],arm:[15,16,28,29,30,37,38,41,42,48],armi:16,armin:8,armli:[],armour:16,around:[5,8,16,29,36,37,41,42,48],arrai:[9,37,48],arrang:48,array_equ:[],arriv:[16,48],arrow:[8,9,16,17,36,37,38,39,41,43,45,48],art:[36,41,45],articl:35,artifact:48,artifici:[8,13,37,41],ascend:48,ascii:[8,15,36,40,41,42,48],asid:[],ask:[5,16,35,36,37,38,39,40,41,43,45,46,47,48],aspect:[35,37,40,41,48],assert:[0,6,9,16,28,29,37,41,42,48],assign:[0,9,41,47,48],assimil:[],assist:[15,41,42],associ:[0,38,43,48],assort:[],assum:[16,27,37,39,41,42,43,47],assumpt:[35,37],asychron:[],asycio:35,asymetr:48,asymmetr:35,asynchron:[5,8,35,41],asyncio:48,at15:48,atan:[],atom:43,attach:[39,41,45,48],attachment_point_1:40,attachment_point_2:40,attack:[16,17,43],attempt:35,attent:[4,5,9,15,16,34,37,38,40,41,42,45,47,48],attractor:16,attribut:[6,9,10,16,36,37,38,39,40,41,45,48],attribute_1:40,attribute_2:40,audienc:[40,48],augment:[9,11,37,38,40,41],augustin:5,aureliu:[],australia:[],author:[35,37],authorized_kei:44,authorizing_author:37,authorizing_entri:37,autist:16,auto:[41,47],autocorrel:[],autodoc:[],autom:44,automat:[16,37,39,40,41,44,47,48],automata:7,autonom:16,autonoma:[],autoplai:[],avail:[5,35,40,48],avalanch:16,avion:[5,35],avoid:[5,11,16,38,39,40,41,42,43,47,48],awai:[15,16,17,35,37,38,39,40,41,42,45,48],await:[27,41,42],awaken:48,awar:[5,16,40,48],awesom:[],awkward:[8,43],axi:48,b11:41,b11_entri:41,b11_inner_most:41,b11_other_inner_most:41,b1_entri:41,b1_exit:41,b1_init:41,b27300:[],b35975e18dc93725acb092f7272cc6b8:39,b_chart:34,baba:31,babi:5,back:[2,3,4,8,9,16,34,35,36,37,38,39,40,41,43,45,47,48],background:[16,34,35,37,41,45,48],backward:[9,40],bad:[5,16,34,36,37,41,48],bafflingli:16,bait:16,bak:46,bake:[10,37,48],bake_press:40,bake_tim:48,bake_time_in_sec:48,baking_buzz_test_spec:48,baking_entri:37,baking_st:[],baking_time_m:48,balanc:5,ball:[],balloon:48,ban:48,bang:16,bank:37,bankruptci:[],bar:[40,48],barg:[0,8,11,41,48],barometr:39,barrag:16,barrier:[],bartend:48,base:[0,8,9,16,36,37,39,41,42,43,45,48],base_state_method:47,basic:[6,16,26,35,37,41,42,45],basic_consum:36,basic_publish:36,bate:16,batteri:[15,38,41,42],battery_charg:[28,29,30,38,41,42],battl:[5,16,17],battle_entri:[16,17],battle_init:[16,17],battlefield:16,battleground:5,bb_handler:34,beagleboard:48,beat:[5,11,39,41],beauti:[40,42,47],beautifulli:9,beazlei:48,becam:[5,35,40,41],becaus:[5,6,8,13,16,28,34,35,36,37,38,39,40,41,42,43,45,47,48],becom:[5,8,15,16,29,35,38,39,40,41,42,47,48],been:[0,2,4,5,6,8,9,16,28,33,34,35,36,37,38,39,40,41,42,43,45,47,48],befor:[0,5,6,8,9,10,12,16,35,36,37,38,39,40,41,43,44,45,47,48],began:[38,48],begin:[0,5,8,9,15,16,17,34,36,37,38,40,41,42,43,45,48],beginn:5,behalf:40,behav:[4,12,15,16,17,35,37,38,39,41,42,45,47,48],behavior:[8,16,25,27,28,29,34,36,37,38,39,40,41,43,45,47,48],behavior_nam:37,behaviour:[16,35,36,48],behind:[35,47,48],being:[5,6,8,9,11,13,16,17,24,26,29,36,37,38,40,41,42,45,47,48],beings:48,belief:16,believ:48,belong:[16,37],below:[16,26,34,39,41,42,44],benefit:[40,41,47,48],benifit:[],bernhard:44,besid:[8,39,40,41,48],best:[0,5,8,16,40,48],better:[5,16,35,37,39,40,41,45,48],between:[5,8,9,11,12,16,17,27,30,35,37,38,39,40,41,42,43,45,47,48],beyond:[9,16,40,48],bia:[],bias:16,big:[8,16,36,37,38,39,40,41,43,45,48],bigger:[4,5,38,42],billion:5,bin:48,binari:8,bind:[36,46],binocular:48,biolog:35,biologi:35,bird:48,bit:[5,10,12,16,34,36,38,41,43,45,47,48],bitcoin:10,bitcoin_address:10,bitcoin_miner_off:10,bitcoin_miner_on:10,black:[8,16,38,39,40,41,43,45,48],black_mask:[],blast:16,blazingli:48,blind:[16,28,34,41,42],blit:[],blob:[],block:[5,16,35,37,39,41,43,45,47,48],blocking_:[],blockingconnect:36,blog:[44,48],blue:[8,41,48],blueprint:[16,40],blur:16,bluster:16,board:48,bob:[36,44],bodi:[16,36],bog:16,boiler:[40,48],boilerpl:36,bold:37,bomb:5,bombard:16,book:[5,9,35,37,38,40,43],bool:9,bordercolor:[],borg:[],boss:48,bot:[16,44],both:[0,5,8,16,34,36,37,39,40,41,45,48],bother:[15,16,41,42,48],botnet:16,bottl:16,bottom:[5,39,41,47,48],bottom_bound:48,bounc:48,bouncer:48,bound:16,boundari:[8,40,41,43,48],bow:[16,17],box:[36,48],boyd:35,bracket:[30,37,41,42,43],brain:[],brake:[37,41],brand:[40,41,48],brass:[],brave:16,breach:8,bread:[38,48],breakpoint:[],brethren:16,brew:[],bridg:[],briefest:47,briefli:48,bring:[5,16,41,43],broad:16,broadcast:[15,41,42],broadcast_spi:36,broadcast_trac:36,broader:40,broken:[5,16,35,36,37,39,41,48],broker:44,brother:16,brown:[],browser:48,brush:[],bubbl:[37,41,48],buffer:[8,27,37,38,39,41,42],bug:[16,38,39,41,47,48],bui:[5,42,48],build:[4,5,8,9,13,17,34,35,36,37,38,39,40,42,43,45,47,48],build_data_structur:39,build_data_structure_entry_sign:39,build_data_structure_init_sign:39,build_data_structure_read_fil:39,build_next_mask:[],build_piston:37,built:[4,8,16,30,34,35,36,37,39,40,41,42,43,48],bulbu:40,bulk:39,bullet:48,bunch:[8,16,39,48],burden:48,buri:[],burn:[],burnabi:39,burst:[16,37],burst_ev:37,bus:48,buse:35,busi:[5,8,16,34,35,36,37],busy_count:37,busy_entri:37,busy_time_out:37,busy_time_out_hook:37,butterfli:[],button:[35,48],buttress:48,buzz:[43,48],buzz_tim:48,buzz_time_m:48,buzzer:48,buzzspec:48,c11:41,c1_a:36,c2_a:36,c_chart:34,c_trace_consum:[24,36],c_trace_produc:[24,36],cach:39,cached_payload:39,cachefilechart:40,caf_second:[16,17],calcium:[],calcul:[],calculu:16,call:[0,4,5,8,9,11,12,13,16,26,27,30,34,35,36,37,38,39,40,41,42,43,45,47,48],call_something_lat:48,callback:[8,16,17,34,37,41,48],callback_method:36,caller:[8,37,41],calori:[],came:[5,8,12,16,27,37,39,41,42,48],camera:16,camil:45,camp:35,campaign:48,can:[0,2,4,5,6,7,8,9,10,11,12,13,15,16,17,25,26,27,28,29,30,34,35,37,38,39,40,41,42,43,44,45,46,47,48],canada:[],cancel:[0,11,12,16,38,39,48],cancel_ev:[0,11,12,16,17,38,39,41,48],cancel_sourc:41,cannot:[35,37],canva:40,capabl:[16,36,40],capacitor:38,capacitor_charg:[28,38,41,42],captur:[11,12,16,35,37,41],card:16,care:[0,8,12,15,16,40,41,42,43,45,47,48],career:[5,16],carefulli:[28,41,42,48],cargo:5,carpet:48,carri:[8,16,39,40,41,48],cascad:38,cast:48,casual:40,cat:44,catagor:8,categori:[],caught:[8,16,37,41,48],caus:[4,5,16,30,34,37,38,39,40,41,42,45,47,48],causal:[],ccceler:[],celciu:[],cell:35,cells_per_gener:41,cellular:7,celsiu:[37,39],cement:[],center:45,centr:37,centric:35,centuri:16,ceo:5,certain:[16,47,48],certainli:16,ceullular:[],chain:16,challeng:[35,48],chamber:37,chanc:[16,17,39,40,41,48],chang:[4,5,9,12,15,16,29,35,36,37,39,40,41,42,44,45,47,48],changebordercolor:[],channel:36,chao:[16,37],chaotic:16,chapter:[35,37],charact:[0,30,36,41,42,48],characterist:[9,16,37,48],charg:[15,16,17,38,41,42],charli:48,chart1:41,chart2:41,chart3:41,chart:[0,4,7,8,9,11,12,13,14,15,16,17,25,26,27,30,34,36,37,38,39,40,41,43,45,47,48],chart_attribute_1:40,chart_attribute_2:40,chart_b:34,chart_nam:36,chase:16,cheap:[42,48],check:[0,16,39,48],chemic:35,chicken:[16,17],child:[8,9,37,41,45],child_stat:9,child_state_graph_e1_s5:9,children:16,china:35,chip:[],choa:[],choic:[41,48],chomski:44,choos:[16,39],chortl:5,chose:41,christoph:[8,37],chunk:[5,45],cira:[],circa:35,circl:[8,16,17,40,48],circle_and_fir:[16,17],circuit:[16,37,38],circul:35,circular:48,circumst:35,citat:35,citi:[7,39],city_detail:39,city_details_payload:39,city_id:39,city_to_id_json:39,city_weath:39,citydetail:[],citydetailspayload:39,cityweath:[],claim:[37,48],clariti:6,class1usedtosolveproblem:40,class2usedtosolveproblem:40,class_with_embedded_chart:[],classwithembeddedchart:40,classwithstatechartinit:41,claus:[8,37,40,41,48],clean:[6,47,48],clear:[0,9,16,29,39,41,42,45,48],clear_spi:[36,43,45,48],clear_trac:[16,36,41,45,48],clearer:[43,47,48],click:[4,8,16,37,40,48],client:[8,16,37,39],client_dequ:0,climb:[9,37,45,48],clip:48,clobber:9,clock:[35,37,48],clone:[],close:[10,16,17,37,38,40,48],close_enough_for_circl:[16,17],closer:16,closest:16,closur:36,cloud:39,club:37,clue:48,clumsi:36,cluster:[],clutter:[36,37,48],cmap:[],cod:39,code:[0,2,4,5,6,8,9,10,13,15,16,17,18,19,20,21,22,23,24,27,29,34,35,37,38,39,40,42,44,45,47],codebas:39,cognit:[16,35,38,43,47],cohes:16,collabor:[16,37],collect:[5,6,8,9,16,35,36,39,40,41,44,48],collegu:34,collis:43,colon:35,color:[],color_numb:[],colour:[36,40],column:[],com:[],combin:[],come:[4,5,8,15,16,35,36,37,38,39,40,41,42,44,45,48],comfort:[16,35,36],command:[5,16,17,28,37,41,42,44],comment:[9,15,16,28,37,38,41,42,47,48],commerci:41,committe:40,commmon:8,common:[8,9,37,40,41,46,47,48],common_behavior:[39,41],common_behaviors_entri:41,common_behaviors_entry_sign:39,common_behaviors_heart_beat:39,common_behaviors_hook_1:41,common_behaviors_hook_2:41,common_behaviors_init:41,common_behaviors_other_inner_most:41,common_behaviors_reset:41,common_behaviors_to_summ:39,common_behaviors_weath:39,common_featur:48,commonplac:[],commun:[0,5,8,16,34,35,37,39,40,41,46,47,48],comp:37,compact:[16,35,39,40,41,42,47],compani:[35,40,44,48],companion:48,compar:[5,16,26,28,29,36,37,39,41,42,45,48],comparison:[5,48],comparisonitem:[],compens:5,compet:[16,35],compil:[35,48],complet:[5,8,9,16,36,37,38,40,45,46,47,48],complete_circuit:16,complex:[5,8,16,34,35,37,40,41,42,45,47,48],complianc:16,compliant:[15,41,42,48],complic:[5,16,35,37,39,40,41,42,47,48],complicit:16,compon:[4,16,35,40,41,48],composit:[37,40,43],compound:40,comprehend:16,comprehens:[7,35],comprehensive_no_instrument:4,compress:[16,17,37,39],compromis:16,comput:[8,16,24,35,36,37,40,41,44,48],concaten:44,conceiv:[],concentr:16,concept:[8,16,35,48],conceptu:35,concern:[16,37,41,47],concert:41,concis:[34,35,47],conclud:16,conclus:16,concret:[],concurr:[34,35,40,41,48],condit:[4,5,8,16,17,37,38,39,40,41,43,48],conduct:[16,39],conduct_queri:39,conduct_query_entry_sign:39,conduct_query_readi:39,cone:[],conf:44,confid:[16,48],config:44,configur:[8,9,15,41,42,43,44],confin:[35,37],confirm:[16,37,43,44,48],conflict:5,confus:[16,35,40,48],connect:[8,16,34,37,39,40,41,44,45,48],connection_attempt:16,connectionparamet:36,consciou:48,consequ:16,conserv:46,consid:[5,8,9,15,16,29,37,41,42,43,48],consider:[35,39],consist:[16,36,37,39,48],constant:16,constraint:35,construct:[6,8,9,12,14,16,35,36,37,38,39,41,42,44,48],constructor:41,consult:44,consum:[8,16,24,35,39,40,41],consumpt:[16,48],contact:39,contain:[4,5,6,8,16,27,29,30,34,35,36,37,38,39,40,41,42,43,45,47,48],contemporari:48,contemptu:16,content:[1,4,16,32,38,39,41,48],context:[5,8,29,37,41,42,43,47,48],contextu:40,contin:[],continu:[5,8,16,35,37,38,45,48],contract:[16,37],contractor:[5,16],contradict:[35,41],contrari:43,contrast:[8,37],contribut:[8,35,40],contriv:39,control:[4,12,16,37,38,39,40,41,42,43,44,45,47,48],conu:[],conundrum:[16,35],conveni:37,convent:[16,48],convers:[40,42],converst:[],convert:[8,16,35,39],convinc:[16,48],cook:48,cook_tim:48,cook_time_sec:48,cool:[5,37,39,48],cool_enough:37,coord:39,coordin:39,copi:[5,15,28,29,37,40,41,42,44,47,48],core:[37,48],core_color:[],corner:[16,48],coroutin:[],correct:[5,9,16,17,34,39,41,42,44,47,48],correctli:9,correspond:43,corrupt:5,cortext:48,cosmologist:46,cost:[5,8,35,37,39,40,42,48],couch:5,could:[5,11,15,16,17,29,34,35,36,37,38,39,40,41,42,43,45,47,48],couldn:[16,41],count:[16,37],countdown:[],counter:[16,41],counti:[],countri:[5,37,39],coupl:[28,35,37,41,42,48],cours:[16,43],cover:16,coward:16,cpu:[16,37,48],cpython:48,crack:[],craft:8,crank:48,crash:[9,36],creat:[0,5,6,8,11,12,15,16,17,30,34,35,37,38,39,40,42,43,44,45,48],create_burst:37,createel:[],creation:[35,48],creativ:[],credenti:[16,36],cri:[16,17],criteria:37,criterion:37,critic:5,crockford:5,cross:35,crucial:16,crumb:38,crush:5,cry:[16,17],crypto:36,cryptographi:36,crystal:[],cscope:[],ctag:[],ctor:41,ctrl:[15,41,42],cued:[],cult:5,cultur:[5,16,35],cunningham:47,curat:[5,41],curiou:[],current:[0,8,9,16,35,37,40,42,45,48],current_numb:37,curs:42,custom:[6,38,40,41,42,45,48],customiz:40,customizabl:[],cut:16,cwec:40,cyan:[],cycl:[8,11,13,16,35,37,38,41,48],cyphertext:36,daemon:[38,41,45,48],dag:48,dai:5,daili:39,damag:[16,37],damn:41,danc:16,danger:[16,41],dark:[16,39],dash:39,data:[8,9,15,16,27,35,37,39,40,41,42,44,47,48],data_readi:37,databas:39,date:[16,29,41,42],datetim:[30,37,41,42,48],daunt:5,dave:40,david:[5,8,16,35,37,39,40,48],daydream:48,dd2c00:[],dead:[16,17,35],deaden:16,deadlin:36,deadlock:[5,48],deal:[37,38],dealt:40,dean:48,debt:48,debug:[11,16,28,36,39,40,41,42,43,45,47,48],debugg:[39,40,48],deceit:17,deceit_in_detail:[16,17],deceit_in_detail_tact:16,decent:[16,29,39,41,42],decid:[16,36,38,39,40,45,48],decim:48,decis:[16,35,39,40,48],declar:[36,41],decod:[36,39],decomposit:40,decompress:39,decor:[4,14,36,38,41,42,45,47,48],decoupl:[5,48],deep:[8,37,48],deeper:[40,41,48],deepest:[],deepli:[40,43],deer:[],def:[6,9,10,11,12,16,17,25,26,34,36,37,38,39,40,41,42,43,45,47,48],default_lookup_file_url:39,default_nam:41,defeat:16,defeat_in_detail_tact:16,defend:5,defens:5,defer:[0,4,8,11,12,13,16,17,27,28,34,36,38,39,42,43,45,47,48],defi:[],defin:[6,8,9,11,12,16,29,36,37,38,39,40,41,42,44,45,47,48],definit:40,deg:39,degre:[37,39],deisgn:[],del:41,delai:[8,12,39,40,41,47,48],delay_in_m:48,delay_one_second:[12,41],delay_tim:[16,17],delayed_one_second:[12,41],delet:[37,39],delic:5,deliv:16,deliver:16,delusion:48,delv:16,demo:40,demonstr:[5,16,35,36,37,40,41,47,48],depend:[5,16,33,40,47,48],deploi:[43,44],deploy:44,depth:9,dequ:[0,8,37,41,48],deque_depth:41,deriv:[16,48],desc:48,descend:[37,48],descent:48,describ:[4,5,8,9,16,28,29,30,34,35,37,38,39,40,42,43,45,47,48],descript:[15,16,27,35,37,39,40,41,47,48],deseri:6,design:[4,5,8,9,10,15,18,19,20,21,22,23,29,35,37,38,39,40,41,45,46,47],desir:[12,16,37,41],desktop:[],despit:[5,35,37,48],destination_ip:36,destination_port:36,destroi:[16,36,40,43,48],destruct:[],destructor:[15,41,42,43],detail:[8,17,27,34,35,37,38,39,41,45,48],detect:[15,37,41,42,43],deterim:37,determin:[8,9,16,26,28,35,37,38,40,42,45,48],determinist:[],deterministicli:41,develop:[5,16,35,38,39,40,41,47,48],deviat:48,devic:[8,16,38,41],diagram:[4,8,9,10,15,16,30,32,34,35,36,37,38,39,42,43,45,47,48],dialogu:48,diamond:[39,40],dict:[26,39,41,42],dictionari:[6,16,26,39,41,42],did:[4,5,16,34,35,37,38,39,40,41,45,47,48],didn:[8,16,35,36,37,38,39,40,41,44,45,48],didt_advance_war_cri:[16,17],didt_entri:[16,17],didt_exit:[16,17],didt_init:[16,17],didt_other_advance_war_cri:[16,17],didt_other_ready_war_cri:[16,17],didt_other_retreat_ready_war_cri:[16,17],didt_other_retreat_war_cri:[16,17],didt_other_skirmish_war_cri:[16,17],didt_retreat_war_cri:[16,17],didt_second:[16,17],didt_senior_advance_war_cri:[16,17],didt_skirmish_war_cri:[16,17],die:16,diff:[16,48],differ:[0,4,5,8,9,10,11,15,16,24,35,36,37,38,39,40,41,42,43,44,45,47,48],differenti:[16,35],difficult:[8,35,37,39,45,48],difficulti:47,difficultli:37,dig:[37,42],digit:[35,41,48],dimens:[16,48],dimension:16,diminish:16,direct:[16,17,35,40,48],directli:[8,16,34,37,38,39,40,41,43,48],directori:[9,16,44],disarm:37,disast:35,discard:5,disciplin:42,disconnect:36,discov:[8,9,16,17,41,47,48],discoveri:[5,16,48],discuss:[37,48],disk:[],disord:16,disorgan:16,dispatch:[0,4,8,9,16,17,36,37,41,45],dispatch_graph_a1_s1:9,dispatch_graph_f1_s0:9,dispatch_graph_f1_s22:9,dispatch_to_all_empathi:16,dispatch_to_empathi:16,displai:[41,45,48],disprov:43,disregard:41,distanc:[16,35],distil:40,distinct:[16,37],distinguish:[6,30,41,42,47],distort:5,distract:16,distribut:[16,37],div:[],dive:35,divid:[],do_noth:47,dobb:[36,44],doc:[36,37,40,44],doc_process:40,dock:48,docstr:[9,48],documen:[],document:[5,8,9,15,16,34,36,37,39,40,41,42,44,48],dodg:16,doe:[0,8,9,16,28,29,37,38,39,40,42,43,44,45,47,48],doesn:[5,6,8,9,11,16,35,36,37,38,39,40,41,42,43,45,48],dogfight:5,dogmat:5,doh:16,doing:[8,16,28,30,35,37,38,40,41,42,43,45,48],dollar:5,domain:48,domin:5,don:[8,9,11,12,15,16,27,35,36,38,39,40,41,42,43,44,45,46,47,48],done:[5,16,37,38,40,41,44,45,47,48],done_buzz_period_sec:48,done_wat:39,doom:16,door:[10,37,40,48],door_clos:[10,37,40,48],door_closed_bak:37,door_closed_init:37,door_closed_off:37,door_closed_open:37,door_closed_toast:37,door_open:[10,37,40,48],door_open_clos:37,door_open_entri:37,door_open_exit:37,dot:[8,16,37,38,39,40,41,43,45,48],dotenv:16,doubl:40,doubt:16,dougla:5,dove:5,down:[12,16,35,36,37,38,39,40,41,42,45,47,48],download:39,downward:48,draconian:16,draft:[],dragon:[],draw:[8,9,16,34,35,37,40,43,45,48],drawit:41,drawn:[9,36,40,48],dreari:42,drew:35,drift:48,drill:[8,37,40],drink:[16,17,48],drive:[16,37,40,48],driven:[9,35,37,40,48],driver:[40,48],drone:[],drop:[5,16,28,40,41,42,48],drown:[16,40],drum:16,drunk:48,dry:[8,15,16,41,42,44],dtdakkeosog:[],dtype:[],due:[6,16,35,39,48],dumber:16,dump:6,durat:[38,48],dure:[6,8,9,16,40,41,48],duti:[37,40,48],dynam:[6,16,28,37,38,40,41,42,45,48],e_funct:43,each:[0,5,6,8,9,15,16,17,27,29,30,35,36,37,38,39,40,41,42,43,45,47,48],eae:40,ear:48,earli:[35,48],earshot:16,earth:48,easi:[8,16,29,34,35,37,38,40,41,42,43,45,47,48],easier:[5,15,16,26,37,38,39,41,42,47,48],easiest:[41,46],easili:[16,35,37,41],easy_bak:37,eat:40,eco1:[],eco2:[],eco:[],econom:35,ecosystem:48,edg:[41,48],edit:[5,8,37,39,40,41,43],editor:[5,15,41,42,48],educ:45,edward:16,effect:[8,15,16,37,40,41,42,48],effort:[15,16,37,40,41,42,44,48],effortless:[],effortlessli:41,eight:[],einstein:40,either:[5,8,16,17,37,40,41,43,45,48],elabor:48,elaps:[39,48],electr:[8,37,39],element:[8,9,10,37,38,48],elev:41,elif:[8,9,10,11,12,16,17,25,37,38,40,41,43,45,47,48],ellison:48,els:[8,10,11,12,16,17,25,35,36,37,38,39,41,42,43,45,47,48],elsewher:[36,39,41,48],email:[35,41,48],emb:40,embed:[5,9,37,38,39,40,41,42,48],embed_load:[],emerg:16,emit:36,emot:40,emotion:40,empath:16,empathet:16,empathi:[16,17],empathy_for_first_broth:16,empathy_nam:[16,17],emphas:[35,38,40],emphasi:[],empir:35,employe:16,empt:8,empti:[16,45],emptiv:[],enabl:[4,16],enable_snoop_spi:16,enable_snoop_trac:16,enact:[],enammour:[],enamor:[],enclos:[36,40,48],encod:36,encompass:16,encount:[5,16],encourag:48,encrypt:[16,36,44],end:[0,8,16,27,30,35,37,38,39,40,41,42,45,48],enemi:[5,16,17],energi:37,energy_gener:37,energy_generation_init:37,engag:[16,48],engin:[5,9,16,35,37,40,42,47],english:[16,37,40,48],enjoi:48,enlist:37,enough:[9,16,17,35,36,37,38,40,41,43,45,47,48],enrag:16,ensur:[0,16,34,36,38,41,47,48],enter:[9,12,16,17,34,37,38,40,43,44,45,48],enthusiast:48,entir:[16,35,39,41,47,48],entireti:42,entiti:[],entri:[4,8,9,11,16,34,37,38,40,41,43,45,47,48],entropi:[],entry_sign:[6,8,10,11,12,16,17,25,26,27,28,34,36,37,38,39,40,41,42,43,45,47,48],enumer:[6,8,48],env:[16,44],env_path:16,enviro:[],environ:[16,35,44,48],envis:16,equal:39,equat:16,equip:[16,48],equival:[16,38,48],era:45,ergod:16,ergot:16,erlang:44,erron:16,error:[37,39],escap:[16,37],especi:[16,37,48],essenc:37,essenti:35,estim:39,etc:[8,35,40,44,48],etho:48,evalu:[34,37,43],evapor:39,evaporatli:[],even:[12,16,35,37,38,41,44,45,47,48],event:[0,1,4,5,8,9,10,11,12,13,15,16,17,26,27,28,30,34,35,38,39,42,45],event_1:41,event_2:41,event_a:0,event_b:0,event_or_sign:0,event_reset_chart:45,event_wait_complet:45,eventu:48,ever:[5,16,36,37,40],everi:[4,5,8,16,17,36,37,39,40,41,48],evermor:[],everyon:[16,35,37,40,42,48],everyth:[0,16,29,34,40,41,42,48],everywher:44,evid:[16,41,43,48],evolv:[35,48],evt_a:40,exact:[28,41,42,48],exactli:[5,9,16,34,39,43,47,48],examin:[38,39,43,48],exampl:[0,2,3,4,6,8,9,18,27,28,29,30,32,35,37,39,40,41,42,43,44],examplestatechart:4,exce:[],exceed:39,excel:44,except:[5,8,16,36,38,39,44,48],exception:16,exchang:[5,35,36],exchange_declar:36,exchange_typ:36,excit:48,exclud:37,exclus:36,execult:[],execut:[0,5,9,16,35,40,43],exercis:16,exert:16,exhaust:[38,45,48],exist:[6,8,16,35,38,39,40,48],exit:[0,4,8,11,16,34,36,37,38,40,43,44,45,47,48],exit_sign:[8,10,11,12,16,17,25,26,27,34,36,37,38,39,40,41,42,43,45,47,48],expand:[],expans:[],expect:[16,34,35,36,37,38,39,41,43,45,47,48],expected_empathy_target_trac:16,expected_empathy_trac:16,expens:[5,8,35,37,42,48],experi:[16,37,42,43],experienc:[16,37,41,47],experiment:16,expertli:16,explain:[0,15,16,34,35,37,39,40,41,43,48],explan:[36,46,48],explicit:[8,37],explicitli:[8,16,37,41,48],explor:48,explorequeri:[],exponenti:42,expos:16,express:[5,6,16,35,38,39,40,41,48],extend:[8,9,16,35,36,37,47],extens:[6,8,11,41,44],extern:[0,8,16,35,37,38,40,41,48],extract:[37,39,41],extraordinarili:48,extrem:[5,16,35,40,41,48],extrud:[],eye:48,eyebal:[],eyes:[16,40,43,45,48],fabric:[1,8,34,41,45],fabric_task_ev:0,face:[16,41,42,46,48],facil:[37,45],facin:[],fact:[5,16,37,38,40,41,42,46,48],factor:[8,41],factori:[5,7,8,14,16,17,34,36,37,39,40,42,48],factory_class_exampl:[41,47],factory_class_recipe_exampl:41,factory_in_class:[],fad:40,fade:48,fail:[9,28,37,40,41,42,48],failur:35,fairli:[16,41],fake:[15,16,37,41,42,48],fake_black:[],fake_new:37,fake_transduc:37,fake_whit:[],fakenewsspec:37,fall:[41,48],fallaci:40,fallen:40,fals:[16,37,39,40,41,43,48],falsifi:46,fame:[],famili:[16,35],familiar:[37,38,41,43],famous:5,fanci:[],fanout:36,far:[16,41,43,44,48],farc:48,fashion:35,fast:[16,35,37,48],faster:[16,41,48],fastest_tim:37,father:16,fathom:16,favor:[37,40],favour:16,fb11:34,fb1:34,fc1:[34,41,47],fc2:[34,41,47],featur:[8,9,15,16,35,36,37,39,40,41,42,48],fed:[16,37,48],feder:41,feed:[16,36,39,40,41],feedback:[5,16,48],feel:[5,16,35,36,37,38,40,43,48],feign:[16,17],feigned_retreat:[16,17],fellow:48,fermet:36,fernet:36,few:[5,16,35,37,48],feynman:46,ff6d00:[],ff6doo:[],ffa501:[],ffff00:[],ffffff:[],ffmpeg:[],fft:40,fiction:[],fidel:[16,48],field:[16,17,37,46],fifo:[0,8,12,16,34,38,40,48],fifo_queu:0,fifo_subscript:0,fig:[],fight:[16,41],fighter:[5,35],figur:[16,34,37,38,41,44,45,48],file:[8,16,24,36,39,41,44,48],filenam:[],fill:[11,16,36,37,38,41,44],film:[],filter:[5,37],find:[2,5,8,9,16,35,37,38,40,41,47,48],findal:48,fine:42,finish:[8,16,37,38,39,40,41,48],finit:[8,40],fire:[11,12,16,17,37,38,39,41,45,48],firm:[35,43],firmwar:[5,35],first:[0,6,8,9,13,15,29,30,35,36,37,38,39,40,41,42,45,46,47,48],first_brothers_nam:16,first_name_of_oth:16,firstscripttag:[],fit:[16,39,40,48],five:[16,39],fix:[16,28,41,42,48],fixat:16,flank:16,flash:38,flashlight:[],flat:[8,16,37,47,48],flatten:[41,47],flavor:[],flexibl:[16,37],fli:48,flip:48,float32:[],floor:38,flow:[39,41],flower:[],floweri:[],fly:41,fn_parent_state_handl:9,fn_state_handl:9,focu:[16,39,47,48],focus:[16,35,38],fodder:5,fog:16,folder:16,folk:39,follow:[5,6,8,9,15,16,29,30,34,36,37,38,39,40,41,42,44,45,47,48],font:[],foo:4,food:48,fool:[37,46],foot:40,footman:[16,17],footmen:16,footprint:48,forc:[5,16,37,39,45],forecast:[],foreign:[24,36],foreign_hsm:36,foreign_spy_item:36,foreign_trace_item:36,foreseen:16,forev:[0,27,41,42],forget:[38,43],forgot:34,fork:40,form:[8,16,36,37,40,41],formal:[5,8,16,35,37,38,40,41,42,47,48],format:[8,10,16,17,26,36,37,39,41,42,48],former:5,forth:[16,48],forward:[35,37,40,41],found:[2,4,7,9,16,37,44,45,48],foundat:48,founder:[],four:[43,47],fowler:40,fr_entri:[16,17],fr_exit:[16,17],fr_other_retreat_war_cri:[16,17],fr_out_of_arrow:[16,17],fr_retreat_war_cri:[16,17],fr_second:[16,17],fragil:[16,40],fragment:35,frai:16,frame:[16,36,41,47],framebord:[],framework:[5,8,16,35,37,38,41,42,47,48],frankenstein:35,free:[5,16,35,37,41],freez:48,frequenc:38,fresh:37,fresh_api_cal:39,fridai:[],friedrich:38,friend:[],friendli:37,frighten:38,from:[0,4,5,6,8,9,10,12,15,16,17,24,26,27,29,30,34,35,36,37,38,39,40,43,45,47,48],from_list:[],front:[0,8,16,35,41,48],frustrat:[16,48],fsm:[8,40],fuck:5,fuel:[5,37],full:[0,4,16,17,27,28,36,37,38,41,42,45,48],fullfil:[],fun:[9,10,11,12,16,17,25,37,38,40,41,43,45,47,48],funcanim:[],functool:36,fund:40,further:[8,37,40,48],furthermor:[16,37],fusion:37,fusion_act:37,fusion_active_cool_enough:37,fusion_active_entri:37,fusion_and_heat_transf:37,fusion_and_heat_transfer_fir:37,fusion_reactor:37,fusionreactor:37,futil:48,futur:[8,16,28,29,36,39,41,42,48],fuzzier:16,gain:[8,35,36,39,40],gallop:[16,17],game:[],ganbaatar:[16,17],gandbold:[16,17],gang:[15,41,42],ganssl:5,gantulga:[16,17],garbag:[6,9,41,48],garden:[],gate:39,gather:41,gave:[35,48],gaze:48,gear:37,gearbox:37,gem:[],gener:[5,8,12,15,16,29,30,36,37,38,40,41,42,44,47,48],general_state_method:47,genghi:16,geniu:42,geo:[],geometri:8,geopolit:45,gestur:48,get:[5,6,8,9,16,26,29,35,37,38,39,40,42,43,44,45,47,48],get_100ms_from_timestamp:48,get_a_nam:16,get_composite_read:37,get_id_file_from_network:39,get_id_file_from_network_entry_sign:39,get_id_file_from_network_readi:39,get_id_file_from_network_retry_after_network_error:39,get_ip:36,get_my_m:48,get_nam:16,get_readi:48,get_ready_sec:48,get_temperature_read:37,get_weath:[39,41],getelementbyid:[],getelementsbytagnam:[],getenv:16,getsocknam:36,gibberish:44,gift:[5,35],gil:48,gist:40,git:16,github:39,give:[15,16,17,35,38,39,40,41,42,43,45,47,48],given:[0,8,9,12,13,16,26,30,34,35,37,38,39,41,42,47,48],glanc:[40,48],gland:[],glee:5,global:[5,6,16,40,41,42,48],glossari:32,glow:[],glyph:[8,16,37,40,48],goal:[16,35,36,39,48],god:48,goddess:48,goe:[16,35,37,48],going:[9,16,36,37,38,39,40,41,46,48],gone:[12,36,41,48],good:[16,34,35,37,40,41,42,43,46,48],googl:35,got:[15,16,37,38,39,40,41,42,43,44,45,48],gotten:[16,29,41,42,48],govern:[5,40],gpio:39,grab:[],grade:[],graffiti:41,grai:[],granit:16,grant:48,grap:[],graph:[8,9,40,47,48],graph_e1_s1:9,graph_e1_s2:9,graph_e1_s3:9,graph_e1_s4:9,graph_e1_s5:9,graphic:[40,48],great:[5,15,16,34,35,37,41,42,44,48],greater:[5,16,38,41,45,48],greedi:0,green:[39,40,41],greeter:48,grid:[],grind:42,grok:43,groov:40,ground:[16,35],group:[16,35,39,48],grown:[],gstatic:[],guarante:[5,6,16],guard:[8,40],guard_exampl:40,guarente:[],guess:16,guest:[44,48],guest_password:44,guestpath:[],gui:[16,44,46,48],guid:[39,44],guidanc:[],guidenc:[],gun:[16,48],gusto:48,gyroscop:[],gzip:39,hack:[7,34,41,48],hacker:43,had:[5,16,27,34,35,36,38,39,40,41,42,43,45,47,48],hadan:[16,17],hadn:5,hal:48,half:5,halfwai:39,hall:48,halt:[16,17,35],hammer:39,hand:[5,8,16,39,40,41,43,47,48],handi:36,handl:[8,10,11,12,16,17,25,34,37,38,39,40,41,43,45,47,48],handler:[9,11,16,17,34,36,37,38,39,40,41,45,47,48],handwav:16,hang:[43,48],happen:[5,6,8,9,16,27,28,34,35,36,37,38,39,40,41,42,43,45,48],happi:48,hard:[16,36,40,41,43,47,48],harden:48,harder:[16,35,40,47,48],hardli:47,hardwar:[5,40],harel:[5,8,16,35,37,38,39,40,41,42,47,48],harm:[5,16],has:[0,5,6,8,9,12,16,17,27,28,29,30,33,34,35,36,37,38,39,40,41,42,43,45,47,48],has_payload:[6,41],hasn:[0,4,6,8,12,16,41,48],hast:5,hate:[8,37],hault:[],have:[0,2,4,5,6,8,9,12,13,14,15,16,26,27,28,29,30,34,35,37,38,39,40,43,44,45,47,48],haven:[5,16,30,36,37,38,39,40,41,42,43,44,45,48],hawk:5,hazard:40,head:[16,37,40,42,47,48],hear:[16,48],heard:[16,17,45],heart:[11,16,37,39,41],heart_beat:39,heartbeat:41,heat:[10,16,37,40,48],heater:[37,48],heater_off:[37,48],heater_on:[37,48],heating_element_off:10,heating_element_on:10,heating_entri:37,heating_exit:37,heating_st:48,heaven:48,heavi:[5,16,37],heavili:[16,48],heed:5,heehaw:48,hei:[],height:[],heirach:[],held:[41,48],hello:[44,45,48],helmet:16,help:[5,16,35,37,40,42,45,48],helper:[9,48],helpless:16,her:48,here:[2,4,5,6,8,11,12,16,27,28,30,34,35,36,37,38,39,40,41,42,43,44,45,47,48],herself:48,hesit:41,heurist:16,hidden:[16,35,37,40,47],hide:[36,37,40,41,47],hierach:48,hierarch:[8,16,35,36,38,40],hierarchi:[8,9,16,36,38,39,41,43,48],high:[0,5,8,16,29,30,35,37,38,39,41,45,48],higher:[5,16,41,48],highest:[0,16,41],highli:[],highlight:[4,16,34,36,37,38,39,41,47,48],hightlight:40,him:[5,16,17,37,48],himself:16,hint:[16,38],hire:5,his:[5,8,9,16,17,35,37,38,43,47,48],histor:[],histori:[10,16],hit:[12,16,37,41,44],hmm:43,hmtl:[],hod:5,hold:[10,13,16,38,40,41,44,48],holder:[],hole:[],holi:5,hollow:48,hologram:16,holograph:16,home:16,honour:8,hood:48,hook:[4,8,16,27,28,38,40,42],hook_1:41,hook_2:41,hook_example_1:40,hook_example_2:40,hope:[5,16,38,48],hord:16,horizont:48,hornet:16,hors:[7,17],horsearch:[16,17],horseback:16,horsemen:16,horserarch:16,host:44,hostnam:44,hot:34,hour:[40,42],hous:[],how:[1,4,5,8,9,11,15,16,17,25,27,30,34,35,36,37,38,39,40,43,44,45,46,47,48],howev:[6,9,36,37,38,39,46,47,48],href:[7,18,19,20,21,22,23,35,37,39,40,41,42,46,48],hsm:[0,1,4,8,16,17,35,37,40,41,47,48],hsm_queues_graph_g1_s01:0,hsm_queues_graph_g1_s1:0,hsm_queues_graph_g1_s2111:0,hsm_queues_graph_g1_s22:0,hsm_queues_graph_g1_s321:0,hsmevent:0,hsmeventprocessor:[9,37],hsmtester:4,hsmtoplogyexcept:37,hsmtopologyexcept:[8,9,37,41],hsmwithqueu:[16,17,36,37],html:[7,18,19,20,21,22,23,35,37,39,40,41,42,46,48],http:[5,39],huge:[],hulagu:[16,17],human:[5,35,40,48],humid:39,humnan:[],hung:16,hunt:16,hurri:38,hypothes:[],hypothesi:[],i_list:48,iaf:5,icon:[8,37,39,41,48],id_rsa:44,idea:[5,8,11,16,27,35,37,38,39,40,41,42,45,48],ideal:16,ident:47,identifi:[16,17,30,36,39,40,41,42,47,48],ideosynchroc:[],idiom:[],idiot:5,idl:[37,39,40],idle_data_readi:37,idle_entri:37,idle_entry_sign:39,idle_get_weath:39,idle_new_request:37,idle_request_city_detail:39,ids:[38,39],ieee:35,ifram:[],iframe_api:[],ignor:[0,6,8,12,16,17,37,38,40,41,43,45,48],ihbarhasvad:[16,17],iir:37,ill:[],illeg:[8,37,43,44],illus:[5,47],illustr:48,imag:[8,15,16,35,40,41,42],imagin:[8,16,35,37,40,43,48],imbu:39,immedi:[5,13,16,17,27,35,37,39,40,41,42,48],immens:[],immut:[6,39,40,41,48],impati:16,impedi:41,implement:[16,35,37,38,39,40,41,43,47,48],implemt:[],implicit:[],impliment:[],implment:8,importantli:[5,43,47],importerror:48,impos:16,imposs:37,imprecis:16,impress:[5,41],improv:[16,35,39,48],impuls:37,inabl:16,inadvert:40,inbox:16,incent:5,incid:[],incircl:8,includ:[4,16,40,41,44,48],incompet:16,incomplet:40,incomprehens:16,inconveni:[4,37],incorpor:[],incorrect:[],incorrectli:[8,16],increas:[8,16,37,40,42,48],incred:[],increment:[16,37],indec:[],independ:[16,37,39],indepent:40,index:[9,32],index_and_time_delai:41,indic:[8,9,30,37,40,41,42,48],indirect:47,individu:[16,17,36,37,38],industri:[5,35,38],ineffici:[],inevit:[37,42],inexpen:[],inexpens:[15,39,41,42],inf:[],infect:[],infer:43,infinit:[5,8,11,16,27,37,41,42],inflex:16,inform:[0,5,8,10,16,24,27,29,34,35,37,38,40,42,45,47,48],infra:[],infract:43,infrastructur:[35,41,44],infrastur:[],infrequ:41,inherit:[0,8,9,16,36,37,38,41,45,48],init:[4,6,8,9,12,34,37,38,40,41,45,47,48],init_func:[],init_sign:[8,10,11,12,16,17,25,26,27,28,34,36,37,38,39,40,41,42,43,45,47,48],initi:[8,9,16,37,38,40,43,45,48],initial_condition_index:[],initial_st:9,initial_valu:37,inject:[8,16,36,37,41,47],inner:[8,11,12,16,27,35,37,38,40,41,42,45,48],inner_most:41,inner_st:37,inner_state_1:40,inner_state_1_b:40,inner_state_1_entry_sign:40,inner_state_1_exit_sign:40,inner_state_2:40,inner_state_2_a:40,inner_state_2_entry_sign:40,inner_state_2_exit_sign:40,innner:38,innocu:[16,47],innov:[5,16,35],input:[8,16,36,37,38,39,40,41,48],insert:16,insertbefor:[],insid:[8,16,35,36,39,40,48],insight:5,inspect:[34,37,48],inspir:[35,37],instal:[16,32,35,36,48],instanc:[8,16,28,36,40,41,42,45,47,48],instanti:[35,37,39,40,41,47,48],instati:[],instead:[0,6,11,16,35,36,37,38,39,40,41,42,45,47,48],instruct:[16,43,44,48],instructor:5,instrument:[0,7,8,10,16,27,30,34,35,36,37,38,39,40,41,42,45,46,47,48],instrumentation_line_of_match:48,instrumentedfactori:39,insur:48,intact:16,intang:16,integ:16,integr:[16,35,40,48],intellig:16,intend:[5,8,16,36,37,41,48],intens:[],intent:[16,35,37,40,41,48],interact:[4,5,7,9,15,16,38,39,41,42,45,48],intercept:37,interconnect:48,interest:[5,16,34,35,36,48],interfac:[6,16,35,36,39,40,41,48],interleav:[15,41,42,48],intermedi:[40,48],intern:[0,6,7,8,16,18,19,20,21,22,23,27,35,37,39,40,41,42,45,46,48],internal_signals_1:40,internet:[36,41,44],interplai:45,interpret:[39,41,48],interrel:48,interrupt:[5,37,40,45],interv:[],intervent:42,intial_condition_index:[],intimid:48,intric:16,intrins:[],intro_1:[],introduc:[16,27,36,37,41,42,48],introduct:[32,39,44],introspect:[16,17],intuit:[16,41],invent:[5,8,16,35,37,39,40,41,48],invers:[5,38,47,48],invert:9,invest:[40,48],investig:38,involv:[16,34,35,37,48],inward:48,iot:35,ips:[16,17],is_fil:16,is_in:9,is_this_piston_readi:37,is_wint:39,ish:16,isn:[5,6,13,16,17,35,40,41,45,48],iso:39,isol:[42,48],isra:[5,35],issu:[8,16,17,28,29,36,37,39,41,42,45,47,48],item:[0,6,8,9,16,17,26,30,36,37,38,39,41,42,43,45,48],iter1:[18,19,48],iter2:[19,20,48],iter3:[20,21,48],iter4:[21,22,48],iter5:[22,23,48],iter6:[23,48],iter:[16,37],its:[0,4,5,8,9,15,27,30,34,35,37,38,39,40,41,42,44,45,47,48],itself:[8,16,36,37,38,39,40,41,42,43,45,47,48],jack:5,jacket:48,java:48,javascript:[5,40],jersei:5,jet:[5,35],jinja2:[8,44],jinja:8,jitter:48,job:[29,38,41,42,44,48],john:35,join:[16,40,48],joke:16,journal:38,journei:48,json:[5,6,39,48],json_ev:6,juggl:48,jump:[9,16,35,38,48],june:35,junior:16,jupyt:48,just:[5,6,9,11,16,26,28,29,34,35,36,37,38,39,40,41,42,43,44,45,47,48],kai:[35,39,41],keel:35,keep:[0,9,16,35,36,37,38,39,40,41,43,44,47,48],kei:[5,16,26,34,36,39,41,42,44],kept:[37,48],keygen:44,keyword:[],khan:16,kill:[0,5,16,38,41,45,48],kind:[8,13,16,37,38,39,40,41,45,48],knew:[36,37,45,48],knight:[16,17],know:[5,8,9,11,12,15,16,34,35,36,37,38,39,40,41,42,43,44,45,47,48],knowabl:48,knowledg:[16,39,48],known:[],korean:16,kwarg:[6,9],label:[9,15,38,40,41,42,45],laberg:37,lac:9,lack:[16,46],lag:16,lai:[38,48],laid:[],lame:48,lamp:37,lamp_off:37,lamp_on:37,lan:16,lanchart:40,land:[40,48],languag:[5,8,16,35,37,40,41,44,47],lanreccechart:40,larg:[8,9,16,35,37,40,41,45],larger:[5,16],larri:48,last:[0,8,16,34,37,39,41,45,47,48],last_brothers_nam:16,lastli:[],lat:39,late:[5,35,48],latenc:48,later:[9,16,36,37,38,41,48],latest:[5,16,35,41],latex:42,law:[5,48],layer:[16,41,47,48],lazi:48,lca:[9,48],lead:[16,37,48],leader:16,leadership:[5,16],lean:[16,48],leap:41,learn:[5,7,8,16,34,37,40,41,45,48],least:[9,16,37,39,44,47,48],leav:[4,8,9,12,16,35,37,38,39,40,41,45,48],led:35,left:[8,16,17,36,39,40,47,48],left_wal:[],leftmost:0,legend:48,legibl:[16,48],leisur:16,len:[16,26,36,41,42],length:9,less:[16,17,35,37,40,41,45,47,48],let:[5,10,16,17,34,35,36,37,38,39,40,41,43,45,47,48],letter:35,level:[5,8,16,29,30,37,38,39,41,45,48],lib:[],liber:35,librari:[1,5,8,16,33,34,35,37,38,39,40,41,44,45,47,48],licenc:[],lie:16,lies:40,life:[37,41,48],lifetim:[5,46],lifo:[0,8,12],lifo_queu:0,lifo_subscript:0,light:[10,16,35,39,40,43,48],light_off:48,light_on:48,lightweight:40,like:[5,8,9,11,12,13,15,16,26,27,29,30,34,35,36,37,38,39,40,41,42,43,45,47,48],likewis:[16,39,40,45,48],limbo:43,limit:[9,16,36,39,40,48],limp:[],line:[8,16,28,29,30,34,35,36,37,38,39,40,41,42,43,45,47,48],linear:16,linearsegmentedcolormap:[],lineno:[],ling:[],linger:16,link:[16,34,35,37,38,39,40,41,42,44,45,47,48],lint:5,linux:[36,48],lion:[],lip:[],liquid:37,list:[0,6,9,16,17,35,37,38,39,40,43,48],list_spi:48,listen:[16,36,41],listless:48,liter:47,lithium:37,litter:[],littl:[5,15,16,34,37,38,39,40,41,42,43,48],live:[5,8,16,36,37,39,40,48],live_spi:[16,36,39,41,42,48],live_trac:[10,16,36,39,40,41,42,48],load:[6,16,17,39,43,48],load_dotenv:16,lobotom:16,local:[8,16,17,36,37,39,40,44],local_consum:36,localconsum:36,localhost:44,locat:[0,8,9,16,36,37,39,41,48],lock:[0,5,16,39,40,42,48],lockhe:5,lockingdequ:0,log:[8,11,16,25,27,30,35,37,38,39,40,41,42,43,44,45,47,48],logic:[16,41,43,48],login:44,lon:39,longer:[16,37,40,43,48],look:[5,8,12,16,28,29,30,34,35,36,37,38,39,40,41,42,43,44,45,47,48],lookup_file_nam:39,lookup_file_path:39,lookup_file_url:39,lookuperror:41,loop:[0,15,16,35,38,41,42,45,48],loos:[8,16,37],loosen:16,lorenz:16,lose:[16,35,42,48],loss:16,lost:[16,35,47],lot:[5,8,15,16,34,35,37,38,39,40,41,42,44,45,47,48],lotteri:[],loud:16,love:[37,40,48],low:[16,17,38,41],lower:[0,5,16,41,48],lowest:[41,48],luck:[5,48],lucki:35,lure:[16,17],mac:[],machin:[6,7,8,10,16,24,35,36,37,38,40,41,43,44,48],machine_cl:[],macho:41,made:[5,8,16,34,35,37,39,40,41,44,47,48],magnet:37,mai:[16,40,41,42,48],maim:16,main:[0,10,16,36,38,39,41,48],mainli:16,maintain:[5,16,36,40,47],mainten:[5,35,47,48],maintenc:8,major:[5,35,40],make:[5,6,8,10,11,13,15,16,17,26,34,35,37,38,39,40,41,42,44,45,47,48],make_and_start_left_wall_machin:[],make_and_start_right_wall_machin:[],make_generation_coroutin:[],make_test_spec:48,make_unique_name_based_on_start_at_funct:0,make_url:39,malevol:16,malform:9,man:[5,16],manag:[0,4,5,8,16,29,34,35,38,40,41,42,43,44,45,47,48],manageri:[],mandatori:9,maneuv:[16,17],mani:[5,8,11,16,28,35,37,38,39,40,41,42,44,45,48],manifest:[8,35,40,41,48],manipul:39,manner:[8,41,42,48],manoeuvr:16,manual:[15,37,40,41,42],manufactur:8,map:[8,10,16,17,29,34,35,39,40,41,42,47,48],marbl:[40,41],march:48,marcu:[],margin:[],mari:[6,41,48],mark:[11,15,16,34,37,38,40,41,42,44,48],markdown:42,marker:41,market:[16,35],markup:[8,41],marshal:[16,17],marshal_entri:[16,17],marshal_readi:[16,17],martin:[5,40],marvel:48,mashup:[],mass:[5,16],massiv:[16,35],master:37,match:[16,40,48],materi:45,math:[],mathemat:[16,35,40],mathematica:[],mathematician:35,mathwork:[],matlab:40,matplot:[],matplotlib:[],matrix:[],matter:[6,16,48],max:[26,41,42],max_index:9,max_name_len:[26,41,42],max_number_len:[26,41,42],maxim:16,maximum:[9,37],maximum_arrow_capac:[16,17],maxlen:[0,41],mayb:[16,37,43,48],maywhil:[],mba:16,meali:8,mean:[5,8,9,16,26,27,35,36,37,38,39,40,41,42,43,45,47,48],meaning:[16,41],meaningless:48,meant:[8,16,35,45],meanwhil:[35,39,48],measur:[8,35,37,39],meat:16,mechan:[5,16,35,37,40,42,48],media:[],mediev:16,medium:[],meet:[16,36,48],member:[16,48],memori:[5,16,27,35,37,39,40,41,42,47,48],men:16,menac:16,mental:[16,35],mention:[38,45,48],mere:40,merv:48,mesh_encryption_kei:16,mess:48,messag:[0,8,12,15,16,25,35,37,39,41,42,48],met:[37,48],meta:48,metal:37,metaphor:[16,35,38,48],metaprogram:[40,41,47],method:[0,4,6,8,9,10,16,25,26,30,34,35,36,37,38,40,42,43,45,48],method_1:40,method_2:40,metric:39,michel:37,micro:16,micromanag:[16,48],microsoft:[35,42],mid:[],middl:[5,11,12,27,38,41,42,43,45],might:[5,8,12,16,27,28,29,35,36,37,38,39,40,41,42,47,48],militari:[5,16],millisecond:48,mimic:[],mind:[35,39,40,43],mine:40,minecraft:8,miner:10,mingu:[],mini:[],minim:[16,44,48],minimalist:48,minimum:[37,39],minion:48,minor:[],minut:[16,39,48],miracl:16,miro:[1,4,5,8,9,10,16,17,26,27,29,33,34,35,36,37,38,39,41,42,43,45,46,47,48],miros_rabbitmq:16,mirror:16,misbehav:48,miss:[16,40,45,47,48],mission:40,mistak:[16,40,48],mistakenli:16,misunderstood:35,mix:37,mixtur:41,mkdir:44,mnemon:[9,40,48],mobil:16,mock:48,mockup:[],mode:[4,37,48],mode_control:4,model:[8,35,37,38,40],model_control:4,moder:42,modern:[16,35],modifi:37,modul:[1,32,35,47],modular:48,modulo_bas:48,molten:37,momen:8,moment:[0,16,37,40,41,47,48],momentarili:41,momentum:35,mondan:[],monei:[5,35,42,48],mongol:7,monitor:[5,16,24,36,41,48],month:5,moor:8,moot:42,mordecai:5,more:[0,5,7,8,9,16,30,34,35,36,37,38,39,40,41,42,43,45,47,48],moreov:43,morn:39,most:[5,9,16,34,37,38,39,41,44,48],mostli:[36,40,41,44,48],motiv:48,mount:16,mous:[],mouse_click:40,mouse_click_evt:40,mousecoordin:40,move:[2,9,16,35,36,38,41,43,45,48],movement:[16,35,48],movi:[],mp4:[],much:[5,8,9,16,35,37,39,40,41,43,47,48],mud:16,mulishot:[],multi:[8,11,16],multi_shot_thread:[11,38,41],multipl:[16,30,36,37,39,40,42,44,47,48],multishot:[8,39,48],multitask:5,multithread:39,multivers:48,mundan:40,munger:48,must:[6,8,9,16,36,38,40,41,45,46,48],mutabl:40,mute:4,mutex:5,mutual:9,my_ev:40,my_event_with_payload:40,my_hook:41,mypayload:41,myself:[16,43,48],n_angl:[],n_mask:[],nag:43,nai:[],name:[0,5,6,8,9,11,14,16,17,26,30,34,35,36,37,38,39,40,42,43,44,45,47,48],name_for_sign:[6,26,41,42],name_of_item2:41,name_of_item_1:41,name_of_item_2:41,name_of_sign:41,name_of_subclass:6,namedtupl:[39,40,41,48],namespac:38,nametupl:48,napkin:35,napoleon:16,narankhuu:[16,17],narantuyaa:[16,17],narrow:[],nassim:[34,43],nasti:[39,41,48],nativ:[],natur:[6,35,37,40,41,43,46],navig:[9,37],nearbi:48,neat:36,necessari:16,necessarili:[],neck:[16,48],need:[0,5,8,9,11,12,15,16,27,28,34,35,36,37,38,39,40,41,42,43,44,45,47,48],needlessli:[12,41],neg:48,neighbor:[],neither:41,neovim:5,nergui:[16,17],nervou:[16,48],ness:16,nest:[8,16,17,34,36,37,39,40,41,47],net:9,netscap:5,network:[6,9,15,17,35,41,42],network_error:39,network_error_retry_time_in_sec:39,networked_horse_arch:16,networkedactiveobject:16,networkedfactori:16,never:[5,16,35,37,38,40,41,48],new_machin:[],new_nam:48,new_named_attribut:6,new_request:37,newest:37,newli:[36,44],newlin:36,next:[7,8,16,17,18,19,20,21,22,23,28,33,35,37,38,39,40,41,42,43,45,46,47,48],next_gener:[],next_rtc:0,nice:[39,40,47,48],nich:35,nichola:[34,43],nietzsch:38,night:39,night_to_dai:39,night_to_night:39,no_ack:36,noam:44,nobl:40,nobodi:[16,48],node:[16,36,39,40,47],noisi:16,nomin:39,non:[10,41,42,48],nondetermin:5,none:[0,6,8,9,10,16,17,34,36,37,38,39,40,41,43,45,47,48],nonexist:48,nonsens:36,noob:[],normal:4,norman:5,north:16,not_rain:39,not_raining_exit_sign:39,not_raining_init_sign:39,not_raining_st:39,not_wait:[16,17],note:[16,36,39,41,43,48],noth:[0,4,5,8,37,38,39,40,41,45,46,48],nothing_angl:[],nothing_at_row:[],nothing_mask:[],notic:[8,15,16,30,35,37,38,39,40,41,42,43,47,48],notifi:[16,48],notion:[16,35,40],notit:[],now:[5,9,12,15,16,34,36,37,38,39,40,41,42,43,44,45,47,48],nuanc:41,nuclear:37,number:[6,8,11,15,16,26,27,30,34,37,40,41,42,45,48],numer:16,numpi:37,nutshel:48,nvu8m8a73jg:[16,36],oadp1sh69j:[],obei:16,obj:6,object:[1,5,6,7,8,9,11,15,16,26,27,28,29,30,34,35,37,38,39,40,42,43,47,48],oblivion:48,obscur:5,observ:43,obtain:[15,36,41,42],obviou:[16,34],obvious:[],occur:[8,9,16,27,30,35,37,38,39,40,41,42,45,48],occurr:[],od647c:[],oddli:48,off:[10,12,13,16,37,38,39,40,41,47,48],off_entri:37,off_press:40,offer:[36,48],offic:[16,17],officer_lur:[16,17],offset:48,often:[8,16,35,37,40,41,48],oha:[16,17],oha_1:16,old:[0,16,27,35,39,41,42,45,47,48],old_left_machin:[],old_machin:[],old_right_machin:[],oldest:[8,37,38,41],onc:[6,8,9,11,16,17,27,37,38,39,40,41,42,44,45,48],one:[0,5,6,8,9,11,12,13,15,16,18,24,30,35,36,37,38,39,40,41,42,44,45,46],onedcellularautomatawithanglediscoveri:[],onedcellularautonomata:[],ones:47,oneshot:48,onli:[0,5,9,11,14,16,29,30,33,35,36,37,38,39,40,41,42,43,44,45,48],onlin:41,onplayerreadi:[],onplayerstatechang:[],onreadi:[],onstatechang:[],onto:[0,5,8,15,16,34,35,36,37,38,39,40,41,42,44,48],onyoutubeiframeapireadi:[],onyoutubeplayerapireadi:[],oop:[35,43],open:[10,35,37,39,40,41,44,48],open_weather_map_city_detail:39,openweathermap:39,openweathermapcitydetail:[],oper:[5,8,16,35,37,39,45,48],oppon:16,opportun:[16,47,48],oppos:[5,16,35],opposit:[5,16],optim:[],option:[8,9,16,41,44],optionalpayload:40,orang:[],orb:48,order:[8,16,17,37,39,42,43,48],ordereddict:6,ordereddictionari:[26,41,42],ordereddictwithparam:6,org:39,organ:[7,37,42,47,48],orient:[35,37,39,40],origin:[0,8,12,16,35,37,41,43,47,48],orthogon:[4,8,16,35,39,48],oscil:16,oscilloscop:48,other:[0,5,8,9,11,15,16,17,26,27,28,34,35,36,37,38,39,40,44,45,46,47,48],other_advance_war_cri:[16,17],other_archer_nam:16,other_arrival_on_field:16,other_inner_most:41,other_ready_war_cri:[16,17],other_retreat_ready_war_cri:[16,17],other_retreat_war_cri:[16,17],other_skirmish_war_cri:[16,17],otherhorsearch:[16,17],otherwis:[8,9,16,28,35,37,39,40,41,42,43,47],our:[0,5,9,10,12,13,28,29,34,35,37,38,39,40,41,42,44,45,46,47,48],ourselv:[16,37,39,41],out:[0,5,6,8,9,10,13,16,17,27,29,34,35,36,37,38,40,41,42,43,44,45,47,48],out_of_arrow:[16,17],outag:39,outcom:5,outer:[8,11,12,16,27,37,38,40,41,42,45,48],outer_st:[37,40],outer_state_entry_sign:40,outer_state_hook:40,outer_state_init_sign:40,outermost:[40,41,48],output:[0,8,9,15,16,26,27,28,29,30,34,37,38,39,40,41,43,45,47,48],outsid:[8,9,12,13,16,17,35,37,38,39,40,41,43,45,48],outsourc:[],outward:[8,9,16,37,40,41,48],outwardto:[],outweigh:48,oval:48,oven:[10,37,40],oven_off:6,over:[0,4,5,8,9,16,28,29,34,35,36,37,38,40,41,42,43,44,47,48],over_off:6,overal:16,overemphas:35,overflow:[36,37],overli:41,overload:[37,40],overrid:37,overtak:[],overwhelm:[16,38],overwrit:[37,42],overwritten:[9,38],owm:39,own:[2,5,8,16,35,37,38,39,40,41,43,44,47,48],oxymoron:40,p27:[],pack:[5,16,34,40,41,45,47,48],packag:[8,16,35,41,48],packet:[],pact:[],page:[5,16,32,34,35,39,40,43,44,48],paglia:45,pai:[4,5,16,34,37,38,40,41,48],paid:5,pain:[5,44],paint:48,pair:48,pale:5,pantri:37,paper:[8,35,37,38,41,45],paradigm:38,paradox:16,paragraph:[45,48],parallel:[35,38,41,42],paramet:[6,36,48],parameter:48,parameteriz:[],parametr:16,paramount:16,parent:[8,9,16,17,34,36,37,39,40,45,47,48],parent_callback:[8,47],parent_state_of_this_state_method:41,parentnod:[],pariti:6,pars:[41,48],parsimoni:[35,41],part:[0,4,9,10,11,16,17,35,36,37,38,39,40,41,43,44,45,47,48],partial:[40,41],particip:[16,42,48],particular:[5,40,41,42],particularli:[43,48],pass:[6,8,12,16,17,35,36,37,38,40,43,45,48],passphras:44,password:44,past:[15,35,40,41,42,43],patch:40,path:[8,9,16,39],pathlib:[16,39],pathwai:16,patient:48,pattern:[4,7,8,16,32,35,36,38,39,40,41,45,46,48],paus:[],payload:[6,8,16,17,30,34,37,39,42],payment:35,pcolormesh:[],pdb:[28,41,42],pdf:[39,48],peachi:[29,41,42],pedant:5,pencil:41,pend:[0,6,16,29,41,42,45,47,48],pending_on_piston:37,pending_on_pistons_timeout:37,pending_optimal_condit:37,pentagon:5,peopl:[5,16,35,37,40,48],pepper:[16,38,40,48],per:[8,16,17,38,39,46,48],percent:[5,16,17,39,48],percol:40,percul:[],perfect:[16,41],perfectli:[],perform:[5,9,16,17,35,37,38,39,40,43,44,47,48],peril:5,period:[0,8,11,12,16,17,37,38,39,41,48],peripher:[16,35,39],permiss:[43,44],permit:[16,48],permut:[],pernici:41,perpetu:[],persist:48,person:[16,40,43,46,47,48],perspect:35,peter:[16,48],pgn:[],phase:[41,45,48],phenomenon:16,philosoph:[35,43],philosophi:48,phoenix:45,phrase:48,phsysic:[],physic:[8,37,48],pic:36,pick:[5,16,48],pickl:6,pico:44,pictur:[15,16,34,35,36,39,40,41,42,45,46,48],piec:[5,45,48],pierr:[5,34],pigment:[],pika:[36,44],pilot:5,pin:[39,48],pioneerrequest:41,pioneerrequestspec:41,pip3:36,pip:[33,48],pis:[],piston:37,piston_1:37,piston_:37,piston_act:37,piston_manag:37,piston_numb:37,piston_readi:37,piston_slam:37,pitch:40,pivot:48,place:[0,4,8,9,13,15,16,29,34,35,36,37,38,39,40,41,42,44,45,47,48],plai:[4,16,41,48],plain:[8,16,40],plain_text:36,plaincredenti:36,plan:[16,37,39,45,48],plane:5,planet:5,plant:[35,39],plasma:37,plastic:[],plate:[40,48],platform:[36,48],playbook:44,player:[],player_api:[],playerstatu:[],playvideo:[],pleas:39,plenti:16,plod:16,ploi:[],plot:[],plt:[],pluck:16,plugin:[16,35,40,41],png:[],pocket:48,point:[5,8,9,15,16,17,28,29,35,37,41,42,45,48],pointless:[35,48],poke:39,pole:37,polici:[16,37],polish:[],poll:37,polling_ent:37,polling_init:37,polling_process:37,polling_time_out:37,polling_time_out_hook:37,polyamor:[37,41],poni:16,pool:[8,37],poorli:[],pop:[0,5,8],popleft:41,popul:9,popular:[35,39,40],port:[5,8,35,36,37,38,39,41,44,48],portabl:48,portal:48,portion:[],posit:[37,48],possess:43,possibl:[9,16,35,36,37,41,42,44,48],post:[0,6,7,8,12,13,16,27,34,37,39,40,42,45,47,48],post_act:4,post_def:[27,28,37,38,41,42],post_fifo:[0,8,10,11,12,16,17,27,34,36,37,38,39,40,41,42,43,45,47,48],post_id_1:0,post_id_2:0,post_lifo:[8,11,37,39,41,48],postul:5,potato:48,power:[5,16,35,37,40,42,48],practic:[5,8,9,34,35,37,39,40,43,48],praction:[],practition:[35,37],pragmat:[],pratic:[],pre:[8,16,29,41,42,47,48],pre_time_sec:48,preced:[],precis:[16,48],predatori:[],predefin:[40,48],predetermin:[16,37,48],predica:16,predict:[],preemption:5,preemptiv:5,prefer:16,prefix:16,preform:48,prei:16,preliminari:48,prematur:16,prepar:[16,41],prepend:48,prepend_trace_timestamp:48,preprocessor:47,present:[5,8,16,35,37,45,48],press:[15,35,41,42,48],pressur:[13,37,39,41],presum:48,pretend:[16,37,38,48],pretti:[16,27,28,41,42,43,44,47,48],prev:[7,18,19,20,21,22,23,33,35,37,39,40,41,42,46,48],previou:[4,16,38,39,40,45,47,48],previous:[16,38,45],previous_gener:[],price:[38,39,41,48],prim:0,prime:[16,37],princip:45,principl:[15,41,42,46],print:[0,4,6,8,10,16,17,26,27,28,29,34,36,37,38,39,40,41,42,45,47,48],print_msg:48,print_str:40,printer:[27,41,42],prion:[],prior:[6,8,12,34,36,37,38,39,41],priorit:[],prioriti:[0,5,8,16,34,41,48],priorti:[0,8],privat:[35,44],privileg:38,probabilist:41,probabl:[15,16,37,38,40,41,42,48],problem:[5,8,16,29,35,37,39,40,41,42,43,44,47,48],proce:[16,40,48],procedur:44,process:[5,6,8,9,11,13,16,17,27,35,36,37,38,39,40,41,42,44,45,47,48],process_a_gener:37,process_a_specif:37,process_b_gener:37,processing_count:37,processing_entri:37,processing_exit:37,processing_init:37,processing_pol:37,processor:[5,8,9,16,27,35,36,37,38,39,41,42,43,45,47,48],produc:[8,16,24,35,37,38,39,40,48],producer_192:36,producer_out:36,producer_outer_b:36,producer_outer_init:36,product:[35,37,39,40,42,48],profession:37,profil:[],profit:5,program:[4,5,7,8,9,10,15,26,28,29,35,37,38,39,40,41,42,44,45,47,48],programat:42,programm:[16,37,48],progress:48,prohibit:48,project:[5,16,30,35,37,39,41,42,48],promis:35,prompt:44,proof:[18,19,20,21,22,23],propag:[37,40,48],proper:39,properli:[8,16,40,41,47],properti:[8,16,36],prophet:34,propos:37,proprietari:35,protect:[5,16,48],protocol:[39,48],prototyp:[37,39,40,48],protractor:[],prove:[16,48],proven:[5,48],provid:[0,5,6,8,9,11,16,26,34,35,36,37,39,40,41,42,44,45,47,48],pseudo:[],pseudost:[8,37,40,48],psycholog:[42,43],pub:[0,34,36,44,48],publish:[0,5,8,16,34,35,36,39,44,48],publish_bb:34,publishing_ao:41,pull:[5,6,16,17,35,38,39,43,45,48],puls:[37,48],pump:[16,37,38],purchas:5,purpl:[],purpos:[24,36,37,41,44,48],pursu:[5,16],pursuit:43,push:[0,16,37,43,47,48],put:[0,16,17,37,38,39,40,41,42,43,48],puzzl:48,pycrypto:36,pydotenv:16,pyplot:[],python3:48,python:[4,5,8,16,26,33,35,36,37,39,40,41,42,43,44,47,48],qai9iicv3fkbfruakrm1gh8w51:[16,36],quad:48,quantum:[38,41],quarri:16,quarter:16,queri:[4,39,41,45,48],query_api:39,query_weath:39,query_weather_init_sign:39,question:[15,16,18,19,20,21,22,23,34,35,40,41,42,47],queu:[4,27,28,34,35,36,37,38,39,41,42,43,45,47,48],queu_depth:[],queue:[0,8,13,16,34,36,37,38,39,40,41,44,45,48],queue_bind:36,queue_declar:36,queue_depth:41,queue_typ:[0,41],quick:[32,35,40,48],quicker:[],quickli:[16,35,38,40,42,48],quickstart:48,quieter:16,quit:[16,35,36,37],quiver:16,quora:[],quot:[5,37],rabbit123:44,rabbit567:16,rabbit:[16,36,37,44],rabbit_guest_us:16,rabbit_heartbeat_interv:16,rabbit_instal:44,rabbit_nam:44,rabbit_password:[16,36,44],rabbit_port:16,rabbit_producer_192:36,rabbit_us:[16,36],rabbitfactori:16,rabbitmq:[16,35,40,41],rabbitproduc:36,race:[5,16,41],radar:35,rage:40,raid:[],rain:[16,39,41],rais:[8,9,41,48],ran:[24,35,36,37,38,39,41,45,47,48],randint:[16,17,41],random:[16,17,36,37,39,41],random_numb:37,randomli:48,rang:[5,16,37,39,48],rank:16,rap:48,rare:48,raspberri:[16,24,36,39,44,48],rate:[5,37],rather:[8,16,37,38,41,42,48],ratio:[],ravel:[],raw:[],raw_weather_lookup_dict:39,raw_weather_lookup_list:39,reach:[8,16,37,38,41,48],reachabl:36,react:[4,8,12,16,27,37,38,39,40,41,42,45,47,48],reaction:[8,13,16,37,38,41,45,48],reactiv:[35,37,40,45],reactor:37,reactor_on:37,reactor_on_entri:37,reactor_on_init:37,reactor_on_prim:37,reactor_on_time_out:37,read:[5,8,9,16,26,27,35,37,38,39,40,41,42,44,45,47,48],read_fil:39,read_file_entry_sign:39,reader:[],readership:35,readi:[16,17,28,37,38,39,41,42,43,48],real:[5,16,35,36,37,39,48],realiti:[16,43],realiz:40,realli:[5,16,35,37,39,40,41,43,45,48],rearm:38,reason:[6,16,30,35,36,39,40,41,42,44,45,48],rebuild:[28,41,42],recal:[8,13,27,37,38,39,42],receiv:[8,16,26,27,34,36,37,38,39,40,41,42,43,44,45,48],receiving_entri:37,receiving_receiv:37,recent:[37,39],reciev:[],recip:[32,35,38,42],reckless:35,recogn:[16,38],recommend:[5,35,36,39,41,42,44,45],reconnect:36,reconsid:[37,47],reconstruct:5,record:48,rectang:[],rectangl:[16,39,40,41,43,45,48],rectangular:40,recurs:[16,37,38,40,48],red:[10,39,40,41,48],red_light_off:10,red_light_on:10,redefinit:35,redesign:37,redraw:37,reduc:[8,16,39,42,48],reduct:[],redund:[16,48],reef:[],ref:[],refact:8,refactor:[16,35,37,39,40],refer:[7,9,16,18,19,20,21,22,23,27,34,35,36,37,38,39,40,41,42,44,45,46,48],referenc:[8,9,15,16,35,41,42,48],refil:16,reflect:[8,16,26,32,35,37,38,41,45],reflection_sign:[26,41,42],refocu:16,refrain:[],refresh:48,regain:35,regard:[35,37,38,48],region:[8,16,37,40,48],regist:[36,41],register_live_spy_callback:36,register_live_trace_callback:36,register_par:[41,47],register_signal_callback:[41,47],registr:47,registri:0,regress:[16,29,41,42,48],regroup:16,reject:35,rejoic:48,rejoin:48,rel:[8,48],relai:[39,40,48],relat:[5,8,9,16,36,37,38,40,41,47,48],relationship:[8,9,40,41],relax:[37,48],releas:[5,8,35,37,40,48],relentlessli:48,relev:37,reli:[16,37,48],reliabl:48,reliev:[13,41],religi:5,relinquish:48,reload:16,reluct:[40,42],remain:[16,37,40,45,48],remark:[5,16],remedi:[],rememb:[5,16,37,38,40,41,43,45,48],remidi:8,remind:[8,16,39,44,48],reminder_pattern_needed_1:37,reminder_pattern_needed_2:37,remov:[16,29,36,37,39,41,42,47,48],renam:47,render:[16,40],renderexplorewidget:[],rendit:38,reorgan:16,repeat:[8,11,37,39,40,41,45,47,48],repeatedli:38,repetit:[16,48],replac:[15,16,36,41,42,44,48],replic:[15,41,42],repo:2,report:[37,41,48],repost:[13,41],repres:[8,9,15,16,37,38,40,41,42,45,48],represent:40,reproduc:48,request:[0,37,39,41,48],request_city_detail:39,request_details_for_c:39,requestdetailsforcitypayload:39,requir:[6,9,16,34,35,37,38,39,40,41,44,45,47,48],reset:[40,41],resetchart:45,resettact:16,resili:39,resist:16,resolut:16,resolv:39,resourc:[5,16,39],respect:[16,48],respond:[8,16,17,34,38,41,42,45,47,48],respons:[16,37,41,45,48],rest:[16,36,37,38,40,41,45],restart:0,restor:45,restructuredtext:48,resubscrib:36,result:[16,17,28,29,35,36,37,38,39,41,42,45,47,48],resulting_funct:47,resurrect:45,ret_sup:6,ret_super_sub:6,ret_zz:6,retir:5,retreat:[16,17],retreat_ready_war:16,retreat_ready_war_cri:[16,17],retreat_war_cri:[16,17],retriev:[],retry_after_network_error:39,return_st:[37,41,48],return_statu:[10,16,17,25,26,34,37,39,40,41,42,43,45,47,48],returncod:6,returnstatussourc:1,reus:37,reusabl:37,reveal:[5,16,41,43],rever:48,revis:44,revolt:[],rewind:45,rich:[5,41,48],richard:46,richest:5,richli:[],rid:[35,39,48],ride:[16,34,39],ridg:40,ridget:[],rig:[],right:[5,8,16,36,37,39,40,43,47,48],right_wal:[],rightfulli:[],rigid:37,rigor:[5,16,48],ring:[8,27,37,41,42,48],risk:16,ritual:48,robot:[35,39],robust:[16,35,36],roll:[40,41],roman:[],ronach:8,room:[27,40,41,42],root:[],rosetta:48,rotat:[16,37],rough:[39,48],roughli:[5,48],round:[39,40,41,48],rout:[16,36,44],routin:[9,37,47],routing_kei:36,row:47,row_to_check:[],rpc:44,rtc:[0,5,8,9,27,37,40,41,42,45,48],rubbl:[],rubi:48,rule:[5,8,16,34,35,39,45,48],rule_30:[],rule_30_black_walls_200_gener:[],rule_30_white_walls_100_generations_width_30:[],rule_30_white_walls_200_gener:[],rulebook:[],ruler:[],run:[0,4,5,8,9,10,15,16,24,25,27,28,29,34,35,36,37,38,39,40,41,42,44,45,47,48],run_anim:[],run_ev:0,runtim:41,rush:[],ruthlessli:43,rx_routing_kei:16,s11:[4,43],s11_state:43,s1_state:43,s211:4,s21:[4,9,43],s21_state:[25,41,43],s2_state:[25,41,43],s_state:[25,41,43],safe:[5,16,37,40,43,48],safeti:[16,41],sai:[5,16,37,38,39,40,41,45,47,48],said:[35,37,45,48],sake:41,salari:5,salt:38,same:[0,4,5,6,7,9,11,12,16,26,29,35,36,37,38,39,40,41,42,43,44,45,47,48],samek:[5,8,9,16,35,37,38,40,43,47,48],sampl:[37,39,48],sandwich:[],saskatoon:39,satisfact:[43,48],satisfi:48,saturn:5,sausag:39,save:[11,16,37,38,41,42,44],savefig:[],saw:[16,35,39,41,45],scaffold:[],scalabl:44,scale:[35,37],scan:[16,35,39,40,45],scare:[16,17],scenario:48,scene:48,scheme:[16,37,41],scienc:[37,40],scientif:[43,46],scimitar:[16,17],scipi:[],scope:36,score:5,scotti:44,scrambl:48,scratch:16,screen:[4,16,28,36,39,41,42,48],scribbl:[8,16,17,25,34,37,43,45,48],script:[36,44,48],scroll:48,sculpt:16,search:[8,9,12,32,37,38,40,41,45,47,48],search_for_super_sign:[26,27,28,34,36,37,38,41,42,43,45,47,48],season:16,sec:[16,17],second:[8,12,16,17,30,35,37,38,39,40,41,42,43,47,48],secondari:8,secondli:[],secret:[16,44,48],secretli:37,section:[4,7,16,35,38,39,40,41,44,45,47,48],secur:[16,44],see:[0,4,5,6,8,14,15,16,25,26,30,34,35,36,37,38,39,40,42,44,45,47,48],seed:37,seek:43,seem:[5,16,35,36,37,41,45,47,48],seemingli:[],seen:[6,8,16,37,39,40,41,44,45,48],segment:35,select:[15,41,42,48],self:[6,9,10,16,17,36,37,38,39,40,41,44,48],selfpayingtoasteroven:10,sell:[],semant:[35,37,38,40],semaphor:5,semblanc:16,send:[4,6,8,15,16,35,37,38,39,40,41,42,43,44,45,47,48],senior:[16,17],senior_advance_war_cri:[16,17],senior_retreat_war_cri:16,senior_skirmish_war_cri:[16,17],sens:[16,36,38,39,40,41,42,43,44,45,48],senseless:38,sensibl:[16,35],sensit:[],sensor:[16,37],sent:[8,16,34,36,37,38,39,40,41,45,48],sentenc:[16,40,48],seoc:[],separ:[5,16,36,37,38,39,40,41,48],seper:8,sequenc:[8,9,15,16,30,34,36,37,39,42,43,48],sequence_diagram:40,seri:[35,45],serial:6,seriou:[5,48],serious:5,serv:[16,39,40,41,48],server:[36,37,39,44,48],servic:[5,8,39],session:[28,41,42],set:[0,8,9,11,16,35,37,38,39,40,41,48],set_arrai:[],set_aspect:[],set_ticks_posit:[],set_titl:[],set_trac:[28,41,42],set_xticklabel:[],set_yticklabel:[],settl:[8,9,12,16,37,40,41,45,48],setup:[16,39,44],seventi:[],sever:[41,42],shadow:9,shake:48,shallow:48,shalt:45,shape:47,share:[5,8,9,16,26,34,35,37,38,39,40,41,42,48],she2:40,she:[40,48],sheet:16,shelf:37,shell:[16,44],shelv:37,shift:[27,41,42,48],shine:37,ship:[16,48],shoot:[16,40,47,48],shop:48,shortcode1:[],shortcode2:[],shorten:[],shorter:16,shorthand:[16,40,43,48],shortli:[37,40,44],shot:[8,11,12,16,17,37],should:[5,6,8,11,12,16,29,34,35,36,37,38,39,40,41,42,44,45,47,48],shoulder:[35,48],shouldn:[29,40,41,42,48],shout:16,show:[0,8,16,34,35,36,37,38,39,40,41,44,45,47,48],shown:[4,5,48],shrink:40,shut:[36,40,45,48],shutdown:42,side:[5,16,40,48],sight:[],signal:[0,1,4,8,9,10,11,12,13,16,17,25,26,27,30,34,36,37,38,39,40,43,45,47,48],signal_callback:[8,47],signal_nam:[0,6,26,39,40,41,42],signal_numb:[26,39,41,42],signal_that_is_def:[13,41],signalsourc:[1,26,41,42],signatur:[36,38,41,47,48],signifi:40,signific:16,significantli:[5,35,36],silo:[],similar:[16,35,37,41,47,48],similarli:37,simpl:[7,15,16,18,27,35,36,37,39,40,41,42,44,46,47],simple_fsm_2:40,simpleacyncexampl:41,simpleasyncexampl:41,simpler:[16,41],simpli:[5,37,40],simplic:[15,37,41,42],simplif:16,simplifi:[5,37,39,40,48],simul:[37,48],sinc:[5,6,9,12,15,16,27,34,35,36,37,38,40,41,42,43,44,45,46,48],singl:[7,16,35,37,38,40,41,48],singleton:[0,8,26,41,42],singular:[],sissi:41,sisyphean:40,sit:[8,16,41,48],site:[9,44],situat:[13,16,25,37,41,43,48],sixti:16,size:[37,39,48],sketch:[8,16,29,35,39,40,41,42],skill:16,skip:[16,36,37,41,45],skirmish:[16,17],skirmish_ammunition_low:[16,17],skirmish_entri:[16,17],skirmish_exit:[16,17],skirmish_officer_lur:[16,17],skirmish_other_squirmish_war_cri:[16,17],skirmish_retreat_ready_war_cri:[16,17],skirmish_second:[16,17],skirmish_senior_squirmish_war_cri:[16,17],skirmish_war_cri:[16,17],sky:48,slai:16,slam:37,slaughter:16,slave:41,sleep:[10,16,34,36,37,38,39,40,41,43,45,47,48],slide:38,slight:16,slightli:[16,40,48],slip:48,slot:37,slow:[16,41,48],slower:8,slowest_tim:37,slowli:[16,48],small:[15,16,35,37,38,41,42,43,48],smaller:[16,40,41],smallest:42,smart:16,smarter:16,smash:[],smear:48,smell:48,smile:48,smurf:16,snail:[],snap:[16,48],snare:16,snippet:[16,38,40,48],snoop:16,snoop_kei:16,snoop_scribbl:16,snoop_spy_encryption_kei:16,snoop_trace_encryption_kei:16,snow:[39,41],social:[16,46],societi:48,sock_dgram:36,socket:36,softwar:[5,8,16,34,35,37,39,40,41,44,47,48],soil:[],soldier:16,solid:40,solips:48,solipsist:48,solo:[],solut:[16,35,37],solv:[8,35,36,37,39,40,41,47],solver:[],some:[5,8,12,15,26,34,35,37,38,39,40,41,42,43,45,46,47,48],some_event_the_system_has_never_seen:48,some_example_st:[26,41,42],some_st:48,some_state_funct:48,some_state_to_prove_this_work:48,somebodi:38,somehow:[16,48],someon:[16,34,37,38,39,40,41,42,48],someth:[0,5,8,16,26,29,35,36,37,38,39,40,42,43,44,45,47,48],something_els:41,sometim:[9,16,17,48],somewai:[],somewhat:[35,36],somewher:[16,39],soon:[16,36,37],sorri:5,sort:[16,34,37,38,40,41],sound:[38,48],sourc:[2,8,9,15,16,35,38,40,42,43,44,48],source_st:40,space:[9,16,35,37,38,41,48],span:[36,48],spare:41,spawn:48,speak:[8,12,38,41],spec:[18,19,20,21,22,23,37,40,48],special:[4,16,34,37,38,40,45,48],specialist:40,specif:[15,16,27,28,29,35,37,38,40,42,43,45],specifi:[0,37,40,41,48],specifici:[],speed:[5,16,35,37,39,41],spell:47,spend:[5,16,35,40,48],spent:[5,16,35],sphere:37,spike:48,spinkler:[],spirit:48,spit:36,split:[16,45,48],spoil:16,spooki:[],sporat:37,spot:[8,16,27,41,42,48],sprai:[],spread:[16,35],spreadsheet:16,sprei:[5,34],sprinker:[],sprinkler:[7,35],sprinkler_heart_beat_sec:39,sprinkler_high_level:[],sprinkler_off:39,sprinkler_off_entry_sign:39,sprinkler_off_init_sign:39,sprinkler_on:39,sprinkler_on_done_wat:39,sprinkler_on_entry_sign:39,sprinkler_on_exit_sign:39,sprinkli:[],spruce:36,spy:[0,4,8,16,24,25,27,28,34,37,38,43,45,47,48],spy_callback:36,spy_ful:[38,45],spy_lin:48,spy_liv:36,spy_of_trac:48,spy_on:[4,10,11,12,14,16,17,25,37,38,40,41,42,43,45,47,48],spy_on_buzz:48,spy_on_heater_off:48,spy_on_heater_on:48,spy_on_light_off:48,spy_on_light_on:48,spy_or_trac:48,spy_queue_nam:36,spy_result:36,squar:[30,37,41,42,43],squirrel:45,squish:[],src:[],ssh:44,ssl:[],stabil:48,stabl:48,stack:36,stadium:[],staff:5,stage:[13,16,37,41,48],stai:[16,37,41,48],stair:48,staircas:48,stamp:[30,37,41,42,48],stand:[45,47,48],standard:[15,33,35,36,40,41,42],star:[37,40,48],stare:[],start:[0,8,9,10,16,17,27,28,30,32,34,35,36,37,38,40,42,43,45,47,48],start_at:[0,9,10,15,16,17,29,30,34,36,37,38,39,40,41,42,43,45,47,48],start_consum:36,start_exampl:41,start_thread_if_not_run:0,start_tim:48,startchart:[13,41],starting_st:37,starting_state_funct:9,startup:48,starvat:5,stash:[16,17],statchart:8,statchmachin:48,state:[0,4,5,6,8,9,10,11,12,13,14,15,16,17,25,27,30,34,35,36,37,38,39,45,48],state_chart_object:48,state_fn:[14,41,42],state_method_nam:41,state_method_templ:[8,41,47],state_nam:[0,14,16,17,40,41,42,48],state_return:6,state_to_transition_to:41,statecchart:[],statechart:[0,4,5,6,7,8,9,10,12,14,15,16,24,25,29,35,37,38,39,42,43,45,48],statechart_object:[],statehandl:41,stateless:41,statemachin:[4,24,36,40,41,48],statement:[4,16,41,45,48],statemethod:[14,41,42],staticmethod:[36,39,40,41,48],station:39,statocol:39,statu:[10,11,12,16,17,25,26,34,36,37,38,39,40,41,42,43,45,47,48],steadi:37,steam:37,stencil:35,step:[8,9,16,37,38,42,43,44,48],stephen:[],stick:[16,48],still:[0,5,16,35,37,38,40,43,47,48],stimul:[8,45],stimulu:37,stitch:[],stochast:37,stock:[],stone:48,stop:[0,8,16,17,36,37,38,39,40,45,48],stop_active_object:0,stop_consum:36,stop_fabr:[],store:[5,36,37,38,39,41],stori:[5,15,16,28,35,38,41,42,45],str:[16,17,26,37,39,40,41,42,48],straight:[35,40,41],straightforward:[36,37,44],strand:16,strang:[16,38,41,43,47,48],strateg:16,strategi:[5,16,36,38,41],straw:16,stream:[4,6,16,36,48],stretch:[],strftime:[37,41,48],strike:37,string:[6,8,9,14,26,29,36,37,40,41,42,47,48],strip:[16,29,41,42,48],strip_trac:36,stripped_spec:[],stripped_target:[16,29,41,42,48],stripped_trace_result:[16,29,41,42,48],stroke:16,strong:[16,35],strongli:[5,37],structur:[1,8,16,34,35,37,38,39,43,44,45,47,48],struggl:38,stub:[],studder:[],studdler:[],studi:[16,48],studio:[],stuff:[41,48],stupid:16,stupidli:16,stutter:35,style:[8,41,48],sub:[0,36,44],sub_row_to_check:[],subclass:[6,37,40,41,48],subclassed_ao1:40,subclassed_ao:40,subject:[],suboptim:37,subordin:16,subplot:[],subscrib:[0,5,8,16,34,35,36,39,40,44],subscribing_ao:41,subscript:[0,8,16,39,41],subservi:48,subset:[5,8,16],substat:[8,9,16,37,40],subsubclassed_ao2:40,subsystem:48,subtl:[37,41],subvers:48,succe:44,succeed:36,success:[5,37],successfulli:16,suck:16,suddenli:35,sudo:44,sued:[],suffici:16,suffix:[],suggest:[39,41],suicid:[],suit:48,sum:16,summar:[36,42,45],summari:45,summer:39,summer_to_dai:39,summer_to_night:39,summer_to_summ:39,summer_to_wint:39,sun:[],sunk:40,sunni:41,sunris:39,sunset:39,superior:16,supernatur:48,superst:[8,37,40,48],suppli:16,support:[0,9,15,35,36,37,40,41,42,44,48],suppos:[15,16,30,37,41,42,43,47,48],sure:[16,17,36,37,39,40,41,47,48],surpris:[37,46,47,48],surround:[5,16],surviv:16,suspens:48,sustain:16,svg:[40,41],swap:5,swarm:16,swell:[],swing:[16,37],symmetr:16,synanoum:[],synchron:[16,35,37,41],synonym:[8,40],syntact:[16,37],syntax:[26,35,37,38,39,41,42,44,47,48],synthes:41,sys:39,system:[5,6,7,8,9,12,15,27,28,34,35,37,38,39,40,42,44,45,47,48],t_question:43,tabl:41,tabular:[],tack:[],tackl:39,tactic:17,tag:48,tail:[27,37,41,42,45],taint:40,take:[0,5,8,16,35,36,37,38,40,41,43,45,48],takeawai:[],taken:[8,16,35,41],taleb:[34,43],talk:[5,16,35,37,38,40,41,42,44,48],tar:5,tara:48,target:[8,9,12,16,28,29,35,37,40,42,43,48],target_st:40,targetandtolerancespec:48,tart_at:[15,41,42],task:[0,5,16,41,45,48],task_ev:0,tatechart:[],taught:5,taxat:16,tazor:[15,28,29,30,38,41,42],tazor_oper:[28,38,41,42],tc1:47,tc2:47,tc2_s1:41,tc2_s2:41,tc2_s3:41,teach:5,team:[16,34,35,36,40,42],teammat:[16,42],tear:48,technic:[5,40,43,48],techniqu:[0,8,16,36,37,40,41,48],technlog:[],technolog:[5,35,36,48],tediou:48,tell:[5,9,15,16,28,35,37,38,39,40,41,42,44,45,48],tem:48,temp:[9,10,11,12,16,17,25,37,38,39,40,41,43,45,47,48],temp_max:39,temp_min:39,temperatur:[8,37,39,48],templat:[8,40,44],tempor:35,temporari:[6,39,42,48],tempt:[16,48],ten:[16,39,44],tend:40,tension:48,term:[8,27,35,39,40,41,42,48],termin:[4,15,27,36,37,38,41,42,47,48],terminolog:36,terrac:48,terrain:16,terribl:16,test:[0,5,9,10,15,16,28,29,32,33,35,36,37,39,43,44],test_baking_buzz_one_shot_tim:48,test_buzz_ev:48,test_buzz_tim:48,test_toaster_buzz_one_shot_tim:48,test_typ:48,testabl:48,text:[5,8,15,40,41,42,48],textil:[],than:[5,8,10,15,16,17,24,34,36,37,38,39,41,42,47,48],thankfulli:[16,48],thei:[4,5,8,9,12,15,16,17,34,35,36,37,38,39,40,41,42,43,44,45,47,48],theirs:[16,48],them:[5,6,8,9,11,12,16,17,34,35,36,37,38,39,40,41,43,44,45,47,48],theme:[],themselv:[8,16,17,35,36,41,48],theo:48,theoret:[],theori:[16,35,39,40,43,46],thepihut:[],therebi:[8,16,36],therefor:[16,38],thi:[0,2,4,5,6,8,9,10,11,12,13,14,15,16,17,26,27,28,29,30,34,36,37,38,39,40,41,42,43,44,45,47,48],thickest:[],thiel:48,thin:[],thing:[5,6,8,9,13,15,16,28,35,36,37,38,39,40,41,42,43,44,47,48],thing_subscribing_ao_cares_about:41,think:[12,16,26,35,36,37,38,40,41,42,43,44,45,48],thinner:[],thinnest:[],third:[16,37],thirti:[],this_dir:39,thoma:40,those:[8,16,34,38,40,47,48],thou:45,though:[8,12,16,35,38,41,44,45,47,48],thought:[16,17,35,37,41,48],thousand:[],thread:[0,4,5,8,10,16,34,35,36,37,38,39,40,41,43,45,47,48],thread_runner_fifo:0,thread_runner_lifo:0,thread_safe_queu:41,threadsaf:41,thredo:48,three:[16,35,37,38,39,40,41,44,45,47,48],three_puls:[11,41],threshold:37,throb:48,throe:8,through:[5,6,8,9,15,16,29,35,36,37,38,39,42,43,44,45,47,48],throughput:16,thrown:42,tick:[16,17],ticket:[],tie:[16,37,38,48],tied:[8,16,43],ties:[],tight:[35,48],tight_layout:[],tighten:43,tightli:[28,40,41,42,48],till:35,timat:8,time:[0,4,5,8,10,11,12,16,17,29,34,35,36,37,38,39,40,42,43,45,47],time_1:48,time_1_str:48,time_2:48,time_2_str:48,time_compress:[16,17],time_differ:48,time_in_sec:48,time_in_second:[16,17],time_keep:9,time_out:37,timeout:36,timeout_callback:36,timer:[36,39,48],timeseri:[],timestamp:[29,41,42,45,48],timestamp_str:48,timezon:39,tini:[5,43,48],tip:45,tissu:[],titl:[5,9,38,43,48],to_b1:41,to_cod:[8,16,41,47],to_dai:39,to_method:[16,17,34,36,37,39,40,41,47],to_night:39,to_summ:39,to_tim:[16,17],to_weather_payload:39,to_wint:39,toast:[10,37,48],toast_tim:48,toast_time_in_sec:48,toaster:[10,37,40],toaster_142x5:[],toaster_:10,toaster_baking_to_toast_spec:[],toaster_off_to_baking_trace_spec:[],toaster_oven:40,toaster_oven_1:48,toaster_oven_2:48,toasteroven:[37,40,48],toasterovenmock:48,toasting_buzz_test_spec:48,toasting_entri:37,toasting_time_m:48,toateroven:[40,48],todai:16,togeth:[15,16,35,39,40,41,42,46,48],toggl:48,told:48,toler:[16,48],toleranc:48,tolern:48,tolernance_in_m:48,tome:35,tonsil:48,too:[0,8,9,15,16,35,36,37,38,39,40,41,42,43,47,48],too_cold:40,too_hot:40,took:[16,34,35,45,48],tool:[5,8,16,34,35,36,40,41,42,44,48],top:[0,7,8,9,10,15,16,17,29,30,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48],top_bound:48,topic:[16,44],topolog:[9,34,35,37,38,40,41,47,48],topology_a:9,topology_h:9,toronto:39,total:43,totalitarian:37,touch:[5,41,48],toward:[9,16,37,48],tpath:9,trace:[0,4,8,15,16,24,28,29,30,34,37,38,39,40,45,48],trace_callback:36,trace_l:36,trace_lin:48,trace_queue_nam:36,trace_result:36,trace_target:48,trace_through_all_st:48,track:[16,17,36,37,40,41,42,45,48],tracker:41,trade:[37,38,40,47,48],tradit:[5,16,35,38,40,48],traffic:16,train:[16,35,41],tran:[8,9,10,11,12,16,17,25,34,36,37,38,39,40,41,43,45,47,48],tranduc:37,trans_:9,trans_to_c2_s1:41,trans_to_c2_s2:41,trans_to_c2_s3:41,trans_to_fb11:34,trans_to_fb1:34,trans_to_fb:34,trans_to_fc1:[34,41,47],trans_to_fc2:[34,41,47],trans_to_fc:[34,41,47],trans_to_tc1:47,trans_to_tc2:47,trans_to_tc:47,transact:42,transduc:[8,16,37],transfer:[37,38,41,43],transform:[],transit:[0,4,8,9,11,12,16,17,30,34,38,39,40,42,43,45,47,48],transitori:48,translat:[35,37,42],transmit:[16,36,44],transpar:[],transpir:48,travel:[],travers:38,treat:[9,40,41,48],tremend:16,trend:35,trends_nrtr:[],tri:[8,16,35,37,41,47,48],trial:37,triangl:[],tribe:38,trick:16,tricki:40,trickl:41,trigger:[8,9,16,17,37,38,39,40,43,47,48],trigger_pul:38,trip:16,trivial:[16,34,41,48],troop:16,troubl:[5,16,38,40,47],troubleshoot:[4,35],troublesom:5,truck:37,truli:[16,40],trust:[16,48],truth:16,tube:[],tunabl:[37,48],tune:[16,37],tupl:[39,40,41],turbin:37,turn:[5,6,8,10,15,16,29,34,35,37,38,39,40,41,42,43,44,45,47,48],turn_off_sprinkl:39,turn_on_sprinkl:39,tutori:[32,35,36,44],twain:16,tweak:[16,41],twice:48,twist:35,two:[0,4,5,8,13,15,16,35,36,37,38,39,40,41,42,43,44,45,47,48],twodcellularautomatawithanglediscoveri:[],twodcellularautonomata:[],tx_routing_kei:16,type:[4,6,11,16,30,34,35,37,39,40,41,42,44,45,47,48],typic:[0,16,34,35,40,41,48],u3uc:[16,36],ubuntu:[],ugli:48,ultim:[4,8,38,40,45,48],ultimate_hook_exampl:37,ultisnip:[40,48],uml:[5,8,15,16,34,35,36,37,39,41,42,43,48],umlel:[],umlet:[15,16,35,40,41,42],umletino:41,uncom:[28,41,42],uncomfort:48,undefin:[41,48],under:[5,16,35,40,44,48],underl:48,underli:[8,48],understand:[8,9,16,27,34,35,37,38,39,40,41,42,43,45,46,47,48],understood:35,underworld:48,unexcept:16,unexpect:[16,41],unfamiliar:43,unfold:16,unforeseen:16,unfortun:[5,35,40],ungodli:5,unhandl:[6,10,11,12,16,17,25,34,37,38,40,41,43,45,47,48],unhanld:[26,41,42],unifi:40,uniform:37,uniqu:[6,16,30,41,42,47,48],unison:[16,36,37],unit:[5,8,15,17,37,39,41,42,48],univers:[8,16,35,46,48],unives:[],unless:[8,16,48],unlik:[5,8,16,38,41,46,48],unlink:16,unload:38,unlock:40,unmanag:8,unnecessari:[11,41],unneed:48,unorgan:16,unpredict:37,unprocess:41,unprotect:[5,16],unreason:[],unreli:[],unrespons:48,unseen:6,unstabl:45,unstart:[],unsupport:46,unsuspect:38,untest:48,until:[5,8,9,16,36,37,38,39,41,45,48],unus:48,unusu:16,unwind:[7,8,41,42],upcom:48,updat:[15,16,29,35,41,42,48],update_angl:[],upon:[5,8,13,16,17,26,33,34,37,38,39,40,41,42,45,47,48],upper:[16,40,48],upward:[],url:39,usag:48,use:[0,5,8,11,12,15,16,25,26,27,29,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48],used:[0,2,5,6,8,9,10,11,12,15,16,30,35,36,37,38,39,40,41,42,43,44,45,47,48],useful:[9,11,16,35,36,37,38,40,41,48],useless:48,uselessli:16,user:[0,8,36,37,38,40,41,42,44,45,48],uses:[0,4,6,8,16,35,37,38,39,40,41,44,47,48],using:[0,4,5,6,8,9,15,16,27,29,30,34,35,36,37,38,39,40,41,42,44,45,47,48],usual:[41,48],utf:39,util:[15,41,42],uuid5:0,uuid:0,vagu:[],vain:5,valid:9,valour:16,valu:[6,8,16,26,37,41,42,48],valuabl:48,valv:39,vancouv:39,vantag:[16,48],variabl:[5,8,9,16,29,34,37,38,40,41,42,44,45,48],varient:[],varieti:36,variou:[8,16,38,41,45,48],veer:16,veloc:[],vendor:40,vent:41,venv:48,verbiag:[],verbos:[],veri:[0,5,15,16,27,30,34,35,37,38,39,40,41,42,43,45,47,48],verifi:[35,37,48],vers:42,version:[4,36,39,41,44,47,48],versu:48,vertic:[41,48],vestigi:48,via:[37,44],victim:38,victori:[5,16],video:[16,41],videoid:[],view:[5,8,16,35,36,37,38,40,43,45,46,48],vigil:16,vim:[34,40,41,48],virtual:[],visibl:[39,40,41],visio:[35,42],vision:[16,34,35],visit:41,visual:[34,48],vitamin:40,vnc:[],voic:16,voltag:[38,48],volum:35,voodoo:16,vortex:37,wai:[0,5,8,11,13,16,17,34,35,36,37,38,39,40,41,42,43,44,45,47,48],waist:5,wait:[0,5,10,11,16,17,35,36,37,38,39,40,41,43,45,48],waitcomplet:45,waiting_to_adv:[16,17],waiting_to_lur:[16,17],wake:[8,37,48],walk:[37,47,48],walker:48,wall_cl:[],wallleftblackrightblack:[],wallleftblackrightwhit:[],wallleftwhiterightblack:[],wallleftwhiterightwhit:[],want:[9,12,13,16,26,27,29,35,36,37,38,39,40,41,42,44,45,47,48],war:[5,16,17],warbot:16,ward:47,warhors:16,warn:[],wasn:[16,28,37,39,41,42,45,48],wast:[8,16,37,38,42,48],watch:[0,5,16,35,36,38,45,47,48],watch_external_weather_api:41,watch_external_weather_api_entri:41,watch_external_weather_api_weather_report:41,water:[16,17,39],water_time_sec:39,wave:[16,37,39,48],weak:16,weaken:16,weapon:[5,16,34],wear:16,weather:[35,39,41],weather_dict:39,weather_read:41,weather_report:41,weather_results_dict:39,weather_track:41,weather_work:39,weather_worker_city_detail:39,weather_worker_entry_sign:39,weather_worker_get_weath:39,weather_worker_weath:39,weatheropenapiresult:39,weatherreport:41,weav:16,web:[39,44,48],websit:[39,44],weekend:[],weigh:5,weight:[5,34],weirder:41,well:[0,5,6,9,16,35,38,40,41,43,44,47,48],went:[35,44],wenzel:44,were:[0,4,5,8,16,29,35,36,37,38,39,40,41,42,45,47,48],weren:[5,16,35,47,48],western:16,what:[5,8,9,14,16,27,28,29,30,34,35,36,37,38,40,43,44,45,46,47,48],whatev:[16,35,40,41,43,44,48],whatever_name_you_w:48,when:[4,5,8,9,11,13,15,16,17,27,28,29,34,35,36,37,38,39,40,42,43,44,45,47,48],whenev:37,where:[0,5,8,9,13,16,24,34,36,37,38,39,40,41,44,45,48],wherea:42,wherev:48,whether:[47,48],which:[0,5,6,8,9,13,15,16,26,27,28,29,34,35,36,37,38,39,40,41,42,43,44,45,47,48],whichev:37,whine:38,whisper:48,white:[10,48],white_light_off:10,white_light_on:10,white_mask:[],who:[5,8,16,35,36,37,38,40,41,42,47,48],whoever:[],whole:[5,16,26,36,38,41,42,48],wholli:35,whose:[16,35],why:[15,16,34,35,37,39,40,41,42,45,46,48],wide:[],widget:40,width:[],wiki:37,wikipedia:48,willing:16,wilt:[],win:5,wind:39,window:[16,24,36,48],wipe:[],wire:[16,36,39],withe:[],within:[0,4,5,6,8,9,12,16,17,25,34,35,36,37,38,40,41,42,43,45,47,48],without:[5,8,15,16,27,35,37,40,41,42,47,48],woke:45,wolfram:[],won:[5,11,13,35,37,38,40,41,42,48],wonder:37,word:[5,8,16,35,42,44,48],work2:41,work:[0,4,5,8,9,10,13,14,15,16,29,34,35,36,37,38,39,40,42,44,45,46,47,48],worker1:41,worker2:41,worker:[5,10,40,48],workflow:16,world:[5,8,13,16,35,37,40,41,44,45,48],worri:[38,41,45,47,48],wors:[5,16,41],worst:[16,48],worth:[16,35,37,40,47],worthwhil:48,would:[0,5,8,9,11,12,13,15,16,26,27,28,29,30,34,35,36,37,38,39,40,41,42,43,45,46,47,48],wouldn:[16,35,38,39,40,41,43,47,48],wound:[16,17],wrap:[6,9,14,16,17,36,40,41,42,47,48],wrapper:9,wrestl:[16,44,47],write:[4,5,8,15,16,27,28,34,35,36,37,38,39,40,41,42,44,45,48],written:[4,5,8,9,16,34,35,36,37,38,40,41,44,47,48],wrong:[9,16,35,38,47],wrote:[5,16,35,36,37,38,39,43,44,47,48],wsl:48,wta_entri:[16,17],wta_exit:[16,17],wtl_entri:[16,17],wtl_exit:[16,17],wtl_second:[16,17],www:[],x15:48,x_px:40,xaxi:[],xml:8,xor:[],y_px:40,yaml:8,yaxi:[],year:[5,35],yell:[16,17,48],yellow:[],yes:[16,40,48],yet:[5,8,12,15,16,37,38,39,40,41,42,43,47,48],yield:37,yml:[8,44],you:[0,2,4,5,6,8,9,11,12,13,14,15,16,25,26,27,28,29,30,34,35,36,37,38,39,40,42,43,44,45,46,47,48],your:[0,4,5,6,7,8,9,11,12,13,14,15,25,26,27,28,29,30,34,35,36,37,38,39,40,43,44,45,46,47,48],your_parent_state_method:41,your_signal_nam:41,your_state_method_nam:41,yourself:[8,16,37,38,40,41,46,47],youtub:41,z_px:40,z_pz:40,zap:38,zero:[5,16,18,32,35,37,39],zero_to_on:[7,18,19,20,21,22,23,40,48],zeromq:48,zip:[16,29,41,42,48],zoologi:5,zoom:41,zuvk:[]},titles:["Active Object","Architecture","Cellular Automata","City Sprinkler","Comprehensive","Concurrency: the Good Parts","Events","Examples","Glossary","Hsm","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","Mongol Horse Archer","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","Python Statecharts","Installation","Interacting Statecharts (Same Machine)","Introduction","Spy and Trace Across a Network","Patterns","Simple Posting Example","Quick Start","Diagrams","Recipes","Reflection","Hacking to Learn","Setting Up RabbitMQ","Active Object Example","Testing","Using and Unwinding a Factory","Tutorial: Zero To One"],titleterms:{"abstract":48,"catch":41,"class":[36,40,41,47],"final":40,"function":[36,43],"import":[36,40,43],Adding:41,And:41,For:16,Going:41,Has:41,One:[41,48],The:[16,36,40,42],Using:[41,42,47],abil:36,about:[35,40],across:36,activ:[0,41,45],activeobject:41,activeojbect:[],add:[36,41,43],analog:[],anoth:41,ansibl:44,answer:43,anyth:43,approach:47,archer:16,architectur:1,around:39,arrow:40,attach:[16,40],augment:[],augmentng:41,automata:2,balkan:[],basic:[44,48],behavior:42,better:43,boiler:[36,41],build:[16,41],callback:[36,47],can:36,cancel:41,canva:[],cellular:2,challeng:43,chart:42,citi:3,citydetail:[],cityweath:39,close:36,code:[36,41,43,48],colloqui:[],common:43,compon:37,comprehens:4,concurr:5,connect:36,construct:40,consum:36,context:[16,35,36,40],count:36,creat:[36,41,47],current:41,deceit:16,decrypt:36,deep:40,defer:[37,41],describ:41,descript:42,design:[16,36,42,48],destroi:41,detail:[16,40,42],determin:41,diagram:[40,41],docstr:36,document:35,doe:41,draw:[36,41],dynam:[],els:40,embed:[],enter:41,entropi:[],event:[6,36,37,40,41,43,47,48],exampl:[7,16,34,36,38,45,47,48],exit:41,experienc:[],explain:42,extend:40,extrem:42,fabric:0,factori:[41,47],fall:40,feder:40,fifo:41,figur:39,first:[16,43],flat:41,foreignhsm:36,frame:43,from:[41,42],game:[],gener:[],get:[36,41],glossari:8,good:5,guard:[41,43],hack:43,hardwar:48,have:[36,41,42],hiearchi:43,high:[40,42],highlevel:[],hint:[],histor:16,histori:[35,37,40,48],hook:[37,41,48],hors:16,horseman:16,how:[41,42],hsm:[9,36],hypothesi:43,icon:40,idea:[],indic:32,inform:[36,39,41],inherit:40,init:43,initi:41,insid:41,instal:[33,44],instrument:4,interact:34,intern:43,introduct:35,iter:48,its:[16,36],learn:[43,44],level:[40,42],librari:36,lifo:41,link:36,linux:44,live:[41,42],log:36,machin:34,make:[36,43],mechan:[],medium:40,mesh:16,messag:[36,44],method:[41,47],mind:16,miro:40,mistak:43,model:16,modul:6,mongol:16,most:40,multi:[41,48],multichart:37,multipl:41,multishot:41,name:41,need:[],network:[16,36,39,44],newbi:[],noth:[],number:[],object:[0,36,41,45],off:36,one:48,onedcellularautomata:[],openweathermapcitydetail:39,organ:16,orthogon:37,other:[41,42,43],our:[16,36,43],out:39,output:[36,42],oven:48,overview:16,pai:[],parent:41,part:5,partial:43,pass:[39,41],pattern:[37,44],payload:[40,41,48],pend:37,phenomenon:[],pictur:43,plate:[36,41],point:40,post:[38,41],processor:40,produc:36,program:[16,36],proof:48,provid:[],pub:40,publish:[40,41],python:32,question:[43,48],quick:39,rabbitmq:[36,44],race:37,random:[],react:36,recal:41,recip:41,refactor:[],reflect:42,regist:47,releas:41,remind:37,requir:[36,43],returnstatussourc:6,rule30:[],rule:40,run:43,same:34,scott:[],scribbl:41,see:[41,43],self:[],send:36,sequenc:[40,41],set:[36,44],setup:48,shot:[41,48],shutdown:36,signal:[6,41,42],signalsourc:6,simpl:[34,38,48],sketch:[],small:[],some:[16,36],someth:41,sourc:41,specif:[36,41,47,48],sprinkler:[3,39],spy:[36,41,42],standard:47,start:[39,41],state:[40,41,42,43,47],statechart:[32,34,36,40,41,47],statemachin:[],stop:41,stori:48,structur:[40,41],sub:40,subscrib:41,subscript:40,subsect:[],summari:47,system:[16,41],tabl:32,tactic:16,target:41,technic:16,templat:[41,47],termin:40,test:[41,42,46,48],thi:35,thought:42,through:[40,41],time:[41,48],titl:[],toaster:48,trace:[36,41,42],transit:[37,41],translat:48,turn:36,tutori:48,twodcellularautomata:[],ultim:37,uml:40,unit:16,unwind:47,view:42,visual:[],volk:[],wall:[],warn:40,what:[39,41,42],when:41,why:47,window:44,work:[41,43],worker:41,write:47,you:41,your:[16,41,42],zero:48}}) \ No newline at end of file +Search.setIndex({docnames:["activeobject","architecture","cellular_automata","city_sprinkler","comprehensive","concurrency_essay","event","examples","glossary","hsm","i_bitcoin_miner_toaster_oven","i_create_a_multishot","i_create_a_one_shot","i_defer_and_recall","i_determining_the_current_state","i_making_sequence_diagrams_from_trace","i_mongol_example","i_mongol_with_empathy_code_listing","i_navigation_1","i_navigation_2","i_navigation_3","i_navigation_4","i_navigation_5","i_navigation_6","i_networking_instrumentation_file_table","i_scribble_on_the_spy","i_seeing_your_signals","i_spy_reactive","i_test_with_spy","i_test_with_trace","i_trace_reactive","i_uml_trend","index","installation","interactingcharts","introduction","networked_instrumentation","patterns","postingexample","quickstart","reading_diagrams","recipes","reflection","scribbleexample","setting_up_rabbit_mq","singlechartexample","testing","towardsthefactoryexample","zero_to_one"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:55},filenames:["activeobject.rst","architecture.rst","cellular_automata.rst","city_sprinkler.rst","comprehensive.rst","concurrency_essay.rst","event.rst","examples.rst","glossary.rst","hsm.rst","i_bitcoin_miner_toaster_oven.rst","i_create_a_multishot.rst","i_create_a_one_shot.rst","i_defer_and_recall.rst","i_determining_the_current_state.rst","i_making_sequence_diagrams_from_trace.rst","i_mongol_example.rst","i_mongol_with_empathy_code_listing.rst","i_navigation_1.rst","i_navigation_2.rst","i_navigation_3.rst","i_navigation_4.rst","i_navigation_5.rst","i_navigation_6.rst","i_networking_instrumentation_file_table.rst","i_scribble_on_the_spy.rst","i_seeing_your_signals.rst","i_spy_reactive.rst","i_test_with_spy.rst","i_test_with_trace.rst","i_trace_reactive.rst","i_uml_trend.rst","index.rst","installation.rst","interactingcharts.rst","introduction.rst","networked_instrumentation.rst","patterns.rst","postingexample.rst","quickstart.rst","reading_diagrams.rst","recipes.rst","reflection.rst","scribbleexample.rst","setting_up_rabbit_mq.rst","singlechartexample.rst","testing.rst","towardsthefactoryexample.rst","zero_to_one.rst"],objects:{"":{activeobject:[0,0,0,"-"],event:[6,0,0,"-"],hsm:[9,0,0,"-"]},"activeobject.ActiveFabricSource":{clear:[0,3,1,""],publish:[0,3,1,""],start:[0,3,1,""],stop:[0,3,1,""],subscribe:[0,3,1,""],thread_runner_fifo:[0,3,1,""],thread_runner_lifo:[0,3,1,""]},"activeobject.ActiveObject":{append_publish_to_spy:[0,3,1,""],append_subscribe_to_spy:[0,3,1,""],cancel_event:[0,3,1,""],cancel_events:[0,3,1,""],make_unique_name_based_on_start_at_function:[0,3,1,""],run_event:[0,3,1,""],start_thread_if_not_running:[0,3,1,""],stop:[0,3,1,""],trace:[0,3,1,""]},"event.Event":{dumps:[6,4,1,""],has_payload:[6,3,1,""],loads:[6,4,1,""]},"event.SignalSource":{name_for_signal:[6,3,1,""]},"hsm.HsmEventProcessor":{augment:[9,3,1,""],child_state:[9,3,1,""],dispatch:[9,3,1,""],init:[9,3,1,""],is_in:[9,3,1,""],start_at:[9,3,1,""],top:[9,3,1,""],trans:[9,3,1,""],trans_:[9,3,1,""]},activeobject:{ActiveFabric:[0,1,1,""],ActiveFabricSource:[0,2,1,""],ActiveObject:[0,2,1,""]},event:{Event:[6,2,1,""],OrderedDictWithParams:[6,2,1,""],ReturnStatusSource:[6,2,1,""],Signal:[6,1,1,""],SignalSource:[6,2,1,""]},hsm:{HsmEventProcessor:[9,2,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","attribute","Python attribute"],"2":["py","class","Python class"],"3":["py","method","Python method"],"4":["py","staticmethod","Python static method"]},objtypes:{"0":"py:module","1":"py:attribute","2":"py:class","3":"py:method","4":"py:staticmethod"},terms:{"04d":39,"0bmhjf0rke8":[],"100m":[37,48],"13th":16,"142x5zhqemk5lljxgzeitbwpv2oxqpfahj":10,"1845_rc03":[],"1980s":[],"1990s":[35,40],"1st":[45,48],"2000s":35,"2005_2006":[],"257m":5,"2nd":[39,40,45,48],"2onedcellularautomata":[],"2twodcellularautomata":[],"33691e":[],"37474f":[],"3nd":45,"3rd":36,"3th":45,"4nd":45,"4th":45,"70s":5,"75c8c":[15,30,38,41,42],"8ahweo_dgs0":[],"90s":35,"95a8c":[15,41,42],"abstract":[16,37,40,47],"break":[5,15,16,37,38,39,40,41,42,45,47,48],"case":[12,16,38,39,40,41,45,48],"catch":[8,10,16,17,34,36,37,39,40,47,48],"class":[0,6,7,8,9,10,14,16,17,18,19,20,21,22,23,26,35,37,38,39,42,43,46,48],"default":[0,16,37,41,44,48],"enum":6,"final":[8,9,16,35,36,37,38,45,48],"float":[5,48],"function":[0,4,6,8,9,11,14,34,35,37,38,40,41,42,47,48],"import":[5,10,12,16,17,26,27,28,29,34,37,38,39,41,42,45,47,48],"int":[26,41,42,48],"long":[16,34,37,38,39,41,48],"new":[0,5,6,8,9,16,27,28,29,35,36,37,38,39,40,41,42,43,44,45,47,48],"public":[35,39,44,45],"return":[0,6,8,9,10,11,12,16,17,25,34,35,36,37,38,39,40,41,43,45,47,48],"short":[16,37,40,43,48],"static":[6,16,36,38],"super":[5,9,10,11,12,16,17,25,36,37,38,39,40,41,43,45,47,48],"switch":[4,37,48],"throw":[15,16,41,42,48],"true":[0,6,8,9,10,11,12,16,17,36,37,38,39,40,41,42,43,45,48],"try":[5,9,16,35,36,37,38,39,40,41,43,45,47,48],"var":[],"while":[4,5,8,11,15,16,17,35,36,37,38,39,40,41,42,44,45,47,48],Adding:36,And:[16,17,40,48],Are:48,Being:48,But:[16,35,36,37,38,39,40,41,42,43,44,47,48],Eve:48,For:[0,6,8,28,36,37,39,40,41,42,45,47,48],GPS:39,Going:[],His:[5,16,35,48],Its:39,NOT:[0,44,45],Not:[8,48],One:[8,16,32,38,43],Such:[16,48],THE:[],That:[5,16,29,34,37,38,41,42,43,47,48],The:[0,2,4,5,6,8,9,10,11,12,15,17,26,27,29,30,34,35,37,38,39,41,43,44,45,46,47,48],Their:[5,9,16,47],Then:[5,9,15,16,34,35,37,38,39,40,41,42,43,45,47,48],There:[0,5,8,9,13,16,30,34,35,36,37,38,39,40,41,42,43,44,48],These:[5,9,16,35,37,40,41,44,47,48],Use:[5,36,37,48],Used:9,Useful:9,Using:[7,16,35],WLS:[],With:[16,29,38,40,41,42,47],Yes:48,__add__:[16,17],__getattr__:[26,41,42],__init__:[6,10,16,17,36,37,39,40,41,48],__main__:[10,16,36,39,40,41,43,48],__name__:[10,16,36,39,40,41,43,47,48],__post_ev:0,_blank:[],_decrypt:36,_dict:39,_encrypt:36,_fake_new:37,_fake_news_gener:37,_gener:[],_id:39,_imag:[],_static:39,_strip_trac:36,a11:40,a1_entri:41,a1_to_b1:41,a53:48,aa00ff:[],abandon:[40,41],abil:[8,16,35,38,48],abl:[8,16,36,37,40,42,48],about:[0,5,8,9,11,12,15,16,27,28,30,36,37,38,39,41,42,43,44,45,47,48],abov:[4,9,15,16,29,36,37,38,39,40,41,42,43,44,45,47,48],abs:[],absent:16,absolut:[16,41],absorb:[],academ:[],acceler:8,acceleromet:[],acceller:[],accept:[36,46],accerer:[],access:[5,8,16,26,27,35,36,37,39,40,41,42,48],accid:41,accident:[16,40,47,48],accomod:48,accord:[8,16,40],account:[5,10,38,39,48],accumul:[40,48],accur:16,achiev:[5,16,39],acquisit:37,acronym:48,across:[6,9,16,26,35,37,38,40,41,42,44,47,48],act:[5,9,13,15,16,17,35,36,37,38,39,40,41,42,48],action:[0,8,9,16,35,38,40,43,45,47,48],activ:[1,4,5,7,8,11,15,16,25,27,28,29,30,34,35,36,37,38,39,40,42,43,47,48],active_object:47,active_object_input_queu:0,activefab:[],activefabr:[0,41,45],activefabricsourc:0,activefactori:40,activefrab:[],activeobect:[41,48],activeobject:[0,10,16,37,38,39,40,42,43,45,47,48],activeoobject:[],actor:48,actual:[5,8,9,15,16,17,28,30,34,35,37,40,41,42,43,45,47,48],adapt:37,add:[5,6,8,9,12,16,25,34,37,38,39,40,44,45,48],add_member_if_need:16,add_timeout:36,added:[6,16,35,36,38,39,41,47,48],adding:[8,16,37,48],addit:[4,8,16,36,42,48],address:[16,17,36,44,48],adher:[8,16,40],adjac:[9,35],adjust:[4,15,16,17,35,36,37,38,41,42,43],admistr:8,advanc:[9,16,17,35,40],advance_close_enough_for_circl:[16,17],advance_entri:[16,17],advance_exit:[16,17],advance_other_advanced_war_cri:[16,17],advance_senior_advanced_war_cri:[16,17],advance_war_cri:[16,17],advantag:16,adventur:48,advertis:48,advic:48,advis:48,advoc:[],aesthet:48,af_inet:36,affair:16,affect:[],afford:[],after:[4,5,8,16,27,28,35,37,38,39,40,41,42,43,44,45,47,48],afternoon:[],again:[0,9,16,34,37,38,39,41,43,45,47,48],against:[8,16,26,29,36,38,41,42,43,48],agent:16,aggreg:[24,36,37,40],aggress:37,aggression_max:37,agil:16,ago:[],agre:37,agress:37,ahead:[11,41],aim:[9,16],ain:16,air:5,aircraft:5,airforc:[],alan:[35,39,41],alarm:9,albert:40,alcohol:48,aleph2c:39,alert:[],alexand:[8,37],algebra:16,algorithm:[8,9,35,37,38,41,43,47,48],align:[],aliv:[16,40],all:[0,4,5,6,8,9,11,15,16,17,24,27,34,35,36,37,38,39,40,41,42,44,45,47,48],all_readi:37,alli:[],allow:[4,8,16,36,37,38,39,44,45,48],allowfullscreen:[],allur:16,almost:[16,38,46,47,48],alon:[16,48],along:48,alpha:[],alreadi:[5,9,16,17,35,37,39,40,44,45,48],also:[4,5,6,8,9,11,15,16,35,36,37,38,39,40,41,42,43,44,47,48],altan:[16,17],altan_192:16,alter:16,alwai:[5,8,9,16,37,38,40,41,44,48],alzheim:[],ambiti:[37,42],american:5,ammunit:[16,17],ammunition_low:[16,17],amoungst:[],amount:[5,16,27,37,40,41,42,48],amplifi:[38,42],analog:[40,43],analysi:[],analyz:[],ancestor:[9,16,48],ancestr:16,anchor:[8,41],angl:8,angle_in_radian:[],angri:16,ani:[0,4,5,6,8,9,12,16,26,36,37,38,39,40,41,42,43,45,46,48],anim:35,annihil:48,annoi:48,announc:48,anoth:[4,5,6,8,9,15,16,17,30,34,35,36,37,38,39,40,42,43,44,45,47,48],answer:[5,16,35,39,40,46,47,48],anthropologist:35,anti:[40,41,48],antiqu:[],anymor:[16,38,41,48],anyon:[16,35,38,42,48],anyth:[5,38,39,40,41,42,47,48],anytim:[8,16,36,37,41,45,48],anywai:[40,48],anywher:[16,40,48],ao1:[41,42],ao2:41,aos:[11,38,41],apart:[5,37,48],api:[0,11,12,16,25,35,36,39,41,45,47,48],api_hold_off_time_in_sec:39,api_kei:39,api_l:39,api_live_entry_sign:39,api_live_fresh_api_cal:39,api_live_init_sign:39,api_live_network_error:39,api_lookup_data:39,api_lookup_data_city_detail:39,api_lookup_data_entry_sign:39,api_lookup_data_init_sign:39,api_lookup_data_request_city_detail:39,api_paus:39,api_paused_entri:39,api_paused_get_weath:39,api_query_url:39,api_weather_dict:39,app:[44,48],appear:[16,48],append:[0,6,9,16,17,36,40,41],append_publish_to_spi:0,append_subscribe_to_spi:0,append_to_spi:36,append_to_trac:36,appendix:48,appid:39,appli:[8,16,35,41,45,48],applic:[5,16,35,40,41,47,48],approach:[0,5,8,9,16,35,37,41,43,48],appropri:41,approxim:[],apt:44,arab:5,arbitrari:16,arcan:40,archan:[],archer:[7,17],architect:[8,16,37],architectur:[16,32,37,38,41,48],area:[5,37,40],aren:[5,8,16,37,38,40,41,48],arg:[6,9,39,40,48],argu:16,arguement:40,argument:[8,9,11,36,38,40,41,45,47,48],aris:[16,37,48],arm:[15,16,28,29,30,37,38,41,42,48],armi:16,armin:8,armli:[],armour:16,around:[5,8,16,29,36,37,41,42,48],arrai:[9,37,48],arrang:48,array_equ:[],arriv:[16,48],arrow:[8,9,16,17,36,37,38,39,41,43,45,48],art:[36,41,45],articl:35,artifact:48,artifici:[8,13,37,41],ascend:48,ascii:[8,15,36,40,41,42,48],asid:[],ask:[5,16,35,36,37,38,39,40,41,43,45,46,47,48],aspect:[35,37,40,41,48],assert:[0,6,9,16,28,29,37,41,42,48],assign:[0,9,41,47,48],assimil:[],assist:[15,41,42],associ:[0,38,43,48],assort:[],assum:[16,27,37,39,41,42,43,47],assumpt:[35,37],asychron:[],asycio:35,asymetr:48,asymmetr:35,asynchron:[5,8,35,41],asyncio:48,at15:48,atan:[],atom:43,attach:[39,41,45,48],attachment_point_1:40,attachment_point_2:40,attack:[16,17,43],attempt:35,attent:[4,5,9,15,16,34,37,38,40,41,42,45,47,48],attractor:16,attribut:[6,9,10,16,36,37,38,39,40,41,45,48],attribute_1:40,attribute_2:40,audienc:[40,48],augment:[9,11,37,38,40,41],augustin:5,aureliu:[],australia:[],author:[35,37],authorized_kei:44,authorizing_author:37,authorizing_entri:37,autist:16,auto:[41,47],autocorrel:[],autodoc:[],autom:44,automat:[16,37,39,40,41,44,47,48],automata:7,autonom:16,autonoma:[],autoplai:[],avail:[5,35,40,48],avalanch:16,avion:[5,35],avoid:[5,11,16,38,39,40,41,42,43,47,48],awai:[15,16,17,35,37,38,39,40,41,42,45,48],await:[27,41,42],awaken:48,awar:[5,16,40,48],awesom:[],awkward:[8,43],axi:48,b11:41,b11_entri:41,b11_inner_most:41,b11_other_inner_most:41,b1_entri:41,b1_exit:41,b1_init:41,b27300:[],b35975e18dc93725acb092f7272cc6b8:39,b_chart:34,baba:31,babi:5,back:[2,3,4,8,9,16,34,35,36,37,38,39,40,41,43,45,47,48],background:[16,34,35,37,41,45,48],backward:[9,40],bad:[5,16,34,36,37,41,48],bafflingli:16,bait:16,bak:46,bake:[10,37,48],bake_press:40,bake_tim:48,bake_time_in_sec:48,baking_buzz_test_spec:48,baking_entri:37,baking_st:[],baking_time_m:48,balanc:5,ball:[],balloon:48,ban:48,bang:16,bank:37,bankruptci:[],bar:[40,48],barg:[0,8,11,41,48],barometr:39,barrag:16,barrier:[],bartend:48,base:[0,8,9,16,36,37,39,41,42,43,45,48],base_state_method:47,basic:[6,16,26,35,37,41,42,45],basic_consum:36,basic_publish:36,bate:16,batteri:[15,38,41,42],battery_charg:[28,29,30,38,41,42],battl:[5,16,17],battle_entri:[16,17],battle_init:[16,17],battlefield:16,battleground:5,bb_handler:34,beagleboard:48,beat:[5,11,39,41],beauti:[40,42,47],beautifulli:9,beazlei:48,becam:[5,35,40,41],becaus:[5,6,8,13,16,28,34,35,36,37,38,39,40,41,42,43,45,47,48],becom:[5,8,15,16,29,35,38,39,40,41,42,47,48],been:[0,2,4,5,6,8,9,16,28,33,34,35,36,37,38,39,40,41,42,43,45,47,48],befor:[0,5,6,8,9,10,12,16,35,36,37,38,39,40,41,43,44,45,47,48],began:[38,48],begin:[0,5,8,9,15,16,17,34,36,37,38,40,41,42,43,45,48],beginn:5,behalf:40,behav:[4,12,15,16,17,35,37,38,39,41,42,45,47,48],behavior:[8,16,25,27,28,29,34,36,37,38,39,40,41,43,45,47,48],behavior_nam:37,behaviour:[16,35,36,48],behind:[35,47,48],being:[5,6,8,9,11,13,16,17,24,26,29,36,37,38,40,41,42,45,47,48],beings:48,belief:16,believ:48,belong:[16,37],below:[16,26,34,39,41,42,44],benefit:[40,41,47,48],benifit:[],bernhard:44,besid:[8,39,40,41,48],best:[0,5,8,16,40,48],better:[5,16,35,37,39,40,41,45,48],between:[5,8,9,11,12,16,17,27,30,35,37,38,39,40,41,42,43,45,47,48],beyond:[9,16,40,48],bia:[],bias:16,big:[8,16,36,37,38,39,40,41,43,45,48],bigger:[4,5,38,42],billion:5,bin:48,binari:8,bind:[36,46],binocular:48,biolog:35,biologi:35,bird:48,bit:[5,10,12,16,34,36,38,41,43,45,47,48],bitcoin:10,bitcoin_address:10,bitcoin_miner_off:10,bitcoin_miner_on:10,black:[8,16,38,39,40,41,43,45,48],black_mask:[],blast:16,blazingli:48,blind:[16,28,34,41,42],blit:[],blob:[],block:[5,16,35,37,39,41,43,45,47,48],blocking_:[],blockingconnect:36,blog:[44,48],blue:[8,41,48],blueprint:[16,40],blur:16,bluster:16,board:48,bob:[36,44],bodi:[16,36],bog:16,boiler:[40,48],boilerpl:36,bold:37,bomb:5,bombard:16,book:[5,9,35,37,38,40,43],bool:9,bordercolor:[],borg:[],boss:48,bot:[16,44],both:[0,5,8,16,34,36,37,39,40,41,45,48],bother:[15,16,41,42,48],botnet:16,bottl:16,bottom:[5,39,41,47,48],bottom_bound:48,bounc:48,bouncer:48,bound:16,boundari:[8,40,41,43,48],bow:[16,17],box:[36,48],boyd:35,bracket:[30,37,41,42,43],brain:[],brake:[37,41],brand:[40,41,48],brass:[],brave:16,breach:8,bread:[38,48],breakpoint:[],brethren:16,brew:[],bridg:[],briefest:47,briefli:48,bring:[5,16,41,43],broad:16,broadcast:[15,41,42],broadcast_spi:36,broadcast_trac:36,broader:40,broken:[5,16,35,36,37,39,41,48],broker:44,brother:16,brown:[],browser:48,brush:[],bubbl:[37,41,48],buffer:[8,27,37,38,39,41,42],bug:[16,38,39,41,47,48],bui:[5,42,48],build:[4,5,8,9,13,17,34,35,36,37,38,39,40,42,43,45,47,48],build_data_structur:39,build_data_structure_entry_sign:39,build_data_structure_init_sign:39,build_data_structure_read_fil:39,build_next_mask:[],build_piston:37,built:[4,8,16,30,34,35,36,37,39,40,41,42,43,48],bulbu:40,bulk:39,bullet:48,bunch:[8,16,39,48],burden:48,buri:[],burn:[],burnabi:39,burst:[16,37],burst_ev:37,bus:48,buse:35,busi:[5,8,16,34,35,36,37],busy_count:37,busy_entri:37,busy_time_out:37,busy_time_out_hook:37,butterfli:[],button:[35,48],buttress:48,buzz:[43,48],buzz_tim:48,buzz_time_m:48,buzzer:48,buzzspec:48,c11:41,c1_a:36,c2_a:36,c_chart:34,c_trace_consum:[24,36],c_trace_produc:[24,36],cach:39,cached_payload:39,cachefilechart:40,caf_second:[16,17],calcium:[],calcul:[],calculu:16,call:[0,4,5,8,9,11,12,13,16,26,27,30,34,35,36,37,38,39,40,41,42,43,45,47,48],call_something_lat:48,callback:[8,16,17,34,37,41,48],callback_method:36,caller:[8,37,41],calori:[],came:[5,8,12,16,27,37,39,41,42,48],camera:16,camil:45,camp:35,campaign:48,can:[0,2,4,5,6,7,8,9,10,11,12,13,15,16,17,25,26,27,28,29,30,34,35,37,38,39,40,41,42,43,44,45,46,47,48],canada:[],cancel:[0,11,12,16,38,39,48],cancel_ev:[0,11,12,16,17,38,39,41,48],cancel_sourc:41,cannot:[35,37],canva:40,capabl:[16,36,40],capacitor:38,capacitor_charg:[28,38,41,42],captur:[11,12,16,35,37,41],card:16,care:[0,8,12,15,16,40,41,42,43,45,47,48],career:[5,16],carefulli:[28,41,42,48],cargo:5,carpet:48,carri:[8,16,39,40,41,48],cascad:38,cast:48,casual:40,cat:44,catagor:8,categori:[],caught:[8,16,37,41,48],caus:[4,5,16,30,34,37,38,39,40,41,42,45,47,48],causal:[],ccceler:[],celciu:[],cell:35,cells_per_gener:41,cellular:7,celsiu:[37,39],cement:[],center:45,centr:37,centric:35,centuri:16,ceo:5,certain:[16,47,48],certainli:16,ceullular:[],chain:16,challeng:[35,48],chamber:37,chanc:[16,17,39,40,41,48],chang:[4,5,9,12,15,16,29,35,36,37,39,40,41,42,44,45,47,48],changebordercolor:[],channel:36,chao:[16,37],chaotic:16,chapter:[35,37],charact:[0,30,36,41,42,48],characterist:[9,16,37,48],charg:[15,16,17,38,41,42],charli:48,chart1:41,chart2:41,chart3:41,chart:[0,4,7,8,9,11,12,13,14,15,16,17,25,26,27,30,34,36,37,38,39,40,41,43,45,47,48],chart_attribute_1:40,chart_attribute_2:40,chart_b:34,chart_nam:36,chase:16,cheap:[42,48],check:[0,16,39,48],chemic:35,chicken:[16,17],child:[8,9,37,41,45],child_stat:9,child_state_graph_e1_s5:9,children:16,china:35,chip:[],choa:[],choic:[41,48],chomski:44,choos:[16,39],chortl:5,chose:41,christoph:[8,37],chunk:[5,45],cira:[],circa:35,circl:[8,16,17,40,48],circle_and_fir:[16,17],circuit:[16,37,38],circul:35,circular:48,circumst:35,citat:35,citi:[7,39],city_detail:39,city_details_payload:39,city_id:39,city_to_id_json:39,city_weath:39,citydetail:[],citydetailspayload:39,cityweath:[],claim:[37,48],clariti:6,class1usedtosolveproblem:40,class2usedtosolveproblem:40,class_with_embedded_chart:[],classwithembeddedchart:40,classwithstatechartinit:41,claus:[8,37,40,41,48],clean:[6,47,48],clear:[0,9,16,29,39,41,42,45,48],clear_spi:[36,43,45,48],clear_trac:[16,36,41,45,48],clearer:[43,47,48],click:[4,8,16,37,40,48],client:[8,16,37,39],client_dequ:0,climb:[9,37,45,48],clip:48,clobber:9,clock:[35,37,48],clone:[],close:[10,16,17,37,38,40,48],close_enough_for_circl:[16,17],closer:16,closest:16,closur:36,cloud:39,club:37,clue:48,clumsi:36,cluster:[],clutter:[36,37,48],cmap:[],cod:39,code:[0,2,4,5,6,8,9,10,13,15,16,17,18,19,20,21,22,23,24,27,29,34,35,37,38,39,40,42,44,45,47],codebas:39,cognit:[16,35,38,43,47],cohes:16,collabor:[16,37],collect:[5,6,8,9,16,35,36,39,40,41,44,48],collegu:34,collis:43,colon:35,color:[],color_numb:[],colour:[36,40],column:[],com:[],combin:[],come:[4,5,8,15,16,35,36,37,38,39,40,41,42,44,45,48],comfort:[16,35,36],command:[5,16,17,28,37,41,42,44],comment:[9,15,16,28,37,38,41,42,47,48],commerci:41,committe:40,commmon:8,common:[8,9,37,40,41,46,47,48],common_behavior:[39,41],common_behaviors_entri:41,common_behaviors_entry_sign:39,common_behaviors_heart_beat:39,common_behaviors_hook_1:41,common_behaviors_hook_2:41,common_behaviors_init:41,common_behaviors_other_inner_most:41,common_behaviors_reset:41,common_behaviors_to_summ:39,common_behaviors_weath:39,common_featur:48,commonplac:[],commun:[0,5,8,16,34,35,37,39,40,41,46,47,48],comp:37,compact:[16,35,39,40,41,42,47],compani:[35,40,44,48],companion:48,compar:[5,16,26,28,29,36,37,39,41,42,45,48],comparison:[5,48],comparisonitem:[],compens:5,compet:[16,35],compil:[35,48],complet:[5,8,9,16,36,37,38,40,45,46,47,48],complete_circuit:16,complex:[5,8,16,34,35,37,40,41,42,45,47,48],complianc:16,compliant:[15,41,42,48],complic:[5,16,35,37,39,40,41,42,47,48],complicit:16,compon:[4,16,35,40,41,48],composit:[37,40,43],compound:40,comprehend:16,comprehens:[7,35],comprehensive_no_instrument:4,compress:[16,17,37,39],compromis:16,comput:[8,16,24,35,36,37,40,41,44,48],concaten:44,conceiv:[],concentr:16,concept:[8,16,35,48],conceptu:35,concern:[16,37,41,47],concert:41,concis:[34,35,47],conclud:16,conclus:16,concret:[],concurr:[34,35,40,41,48],condit:[4,5,8,16,17,37,38,39,40,41,43,48],conduct:[16,39],conduct_queri:39,conduct_query_entry_sign:39,conduct_query_readi:39,cone:[],conf:44,confid:[16,48],config:44,configur:[8,9,15,41,42,43,44],confin:[35,37],confirm:[16,37,43,44,48],conflict:5,confus:[16,35,40,48],connect:[8,16,34,37,39,40,41,44,45,48],connection_attempt:16,connectionparamet:36,consciou:48,consequ:16,conserv:46,consid:[5,8,9,15,16,29,37,41,42,43,48],consider:[35,39],consist:[16,36,37,39,48],constant:16,constraint:35,construct:[6,8,9,12,14,16,35,36,37,38,39,41,42,44,48],constructor:41,consult:44,consum:[8,16,24,35,39,40,41],consumpt:[16,48],contact:39,contain:[4,5,6,8,16,27,29,30,34,35,36,37,38,39,40,41,42,43,45,47,48],contemporari:48,contemptu:16,content:[1,4,16,32,38,39,41,48],context:[5,8,29,37,41,42,43,47,48],contextu:40,contin:[],continu:[5,8,16,35,37,38,45,48],contract:[16,37],contractor:[5,16],contradict:[35,41],contrari:43,contrast:[8,37],contribut:[8,35,40],contriv:39,control:[4,12,16,37,38,39,40,41,42,43,44,45,47,48],conu:[],conundrum:[16,35],conveni:37,convent:[16,48],convers:[40,42],converst:[],convert:[8,16,35,39],convinc:[16,48],cook:48,cook_tim:48,cook_time_sec:48,cool:[5,37,39,48],cool_enough:37,coord:39,coordin:39,copi:[5,15,28,29,37,40,41,42,44,47,48],core:[37,48],core_color:[],corner:[16,48],coroutin:[],correct:[5,9,16,17,34,39,41,42,44,47,48],correctli:9,correspond:43,corrupt:5,cortext:48,cosmologist:46,cost:[5,8,35,37,39,40,42,48],couch:5,could:[5,11,15,16,17,29,34,35,36,37,38,39,40,41,42,43,45,47,48],couldn:[16,41],count:[16,37],countdown:[],counter:[16,41],counti:[],countri:[5,37,39],coupl:[28,35,37,41,42,48],cours:[16,43],cover:16,coward:16,cpu:[16,37,48],cpython:48,crack:[],craft:8,crank:48,crash:[9,36],creat:[0,5,6,8,11,12,15,16,17,30,34,35,37,38,39,40,42,43,44,45,48],create_burst:37,createel:[],creation:[35,48],creativ:[],credenti:[16,36],cri:[16,17],criteria:37,criterion:37,critic:5,crockford:5,cross:35,crucial:16,crumb:38,crush:5,cry:[16,17],crypto:36,cryptographi:36,crystal:[],cscope:[],ctag:[],ctor:41,ctrl:[15,41,42],cued:[],cult:5,cultur:[5,16,35],cunningham:47,curat:[5,41],curiou:[],current:[0,8,9,16,35,37,40,42,45,48],current_numb:37,curs:42,custom:[6,38,40,41,42,45,48],customiz:40,customizabl:[],cut:16,cwec:40,cyan:[],cycl:[8,11,13,16,35,37,38,41,48],cyphertext:36,daemon:[38,41,45,48],dag:48,dai:5,daili:39,damag:[16,37],damn:41,danc:16,danger:[16,41],dark:[16,39],dash:39,data:[8,9,15,16,27,35,37,39,40,41,42,44,47,48],data_readi:37,databas:39,date:[16,29,41,42],datetim:[30,37,41,42,48],daunt:5,dave:40,david:[5,8,16,35,37,39,40,48],daydream:48,dd2c00:[],dead:[16,17,35],deaden:16,deadlin:36,deadlock:[5,48],deal:[37,38],dealt:40,dean:48,debt:48,debug:[11,16,28,36,39,40,41,42,43,45,47,48],debugg:[39,40,48],deceit:17,deceit_in_detail:[16,17],deceit_in_detail_tact:16,decent:[16,29,39,41,42],decid:[16,36,38,39,40,45,48],decim:48,decis:[16,35,39,40,48],declar:[36,41],decod:[36,39],decomposit:40,decompress:39,decor:[4,14,36,38,41,42,45,47,48],decoupl:[5,48],deep:[8,37,48],deeper:[40,41,48],deepest:[],deepli:[40,43],deer:[],def:[6,9,10,11,12,16,17,25,26,34,36,37,38,39,40,41,42,43,45,47,48],default_lookup_file_url:39,default_nam:41,defeat:16,defeat_in_detail_tact:16,defend:5,defens:5,defer:[0,4,8,11,12,13,16,17,27,28,34,36,38,39,42,43,45,47,48],defi:[],defin:[6,8,9,11,12,16,29,36,37,38,39,40,41,42,44,45,47,48],definit:40,deg:39,degre:[37,39],deisgn:[],del:41,delai:[8,12,39,40,41,47,48],delay_in_m:48,delay_one_second:[12,41],delay_tim:[16,17],delayed_one_second:[12,41],delet:[37,39],delic:5,deliv:16,deliver:16,delusion:48,delv:16,demo:40,demonstr:[5,16,35,36,37,40,41,47,48],depend:[5,16,33,40,47,48],deploi:[43,44],deploy:44,depth:9,dequ:[0,8,37,41,48],deque_depth:41,deriv:[16,48],desc:48,descend:[37,48],descent:48,describ:[4,5,8,9,16,28,29,30,34,35,37,38,39,40,42,43,45,47,48],descript:[15,16,27,35,37,39,40,41,47,48],deseri:6,design:[4,5,8,9,10,15,18,19,20,21,22,23,29,35,37,38,39,40,41,45,46,47],desir:[12,16,37,41],desktop:[],despit:[5,35,37,48],destination_ip:36,destination_port:36,destroi:[16,36,40,43,48],destruct:[],destructor:[15,41,42,43],detail:[8,17,27,34,35,37,38,39,41,45,48],detect:[15,37,41,42,43],deterim:37,determin:[8,9,16,26,28,35,37,38,40,42,45,48],determinist:[],deterministicli:41,develop:[5,16,35,38,39,40,41,47,48],deviat:48,devic:[8,16,38,41],diagram:[4,8,9,10,15,16,30,32,34,35,36,37,38,39,42,43,45,47,48],dialogu:48,diamond:[39,40],dict:[26,39,41,42],dictionari:[6,16,26,39,41,42],did:[4,5,16,34,35,37,38,39,40,41,45,47,48],didn:[8,16,35,36,37,38,39,40,41,44,45,48],didt_advance_war_cri:[16,17],didt_entri:[16,17],didt_exit:[16,17],didt_init:[16,17],didt_other_advance_war_cri:[16,17],didt_other_ready_war_cri:[16,17],didt_other_retreat_ready_war_cri:[16,17],didt_other_retreat_war_cri:[16,17],didt_other_skirmish_war_cri:[16,17],didt_retreat_war_cri:[16,17],didt_second:[16,17],didt_senior_advance_war_cri:[16,17],didt_skirmish_war_cri:[16,17],die:16,diff:[16,48],differ:[0,4,5,8,9,10,11,15,16,24,35,36,37,38,39,40,41,42,43,44,45,47,48],differenti:[16,35],difficult:[8,35,37,39,45,48],difficulti:47,difficultli:37,dig:[37,42],digit:[35,41,48],dimens:[16,48],dimension:16,diminish:16,direct:[16,17,35,40,48],directli:[8,16,34,37,38,39,40,41,43,48],directori:[9,16,44],disarm:37,disast:35,discard:5,disciplin:42,disconnect:36,discov:[8,9,16,17,41,47,48],discoveri:[5,16,48],discuss:[37,48],disk:[],disord:16,disorgan:16,dispatch:[0,4,8,9,16,17,36,37,41,45],dispatch_graph_a1_s1:9,dispatch_graph_f1_s0:9,dispatch_graph_f1_s22:9,dispatch_to_all_empathi:16,dispatch_to_empathi:16,displai:[41,45,48],disprov:43,disregard:41,distanc:[16,35],distil:40,distinct:[16,37],distinguish:[6,30,41,42,47],distort:5,distract:16,distribut:[16,37],div:[],dive:35,divid:[],do_noth:47,dobb:[36,44],doc:[36,37,40,44],doc_process:40,dock:48,docstr:[9,48],documen:[],document:[5,8,9,15,16,34,36,37,39,40,41,42,44,48],dodg:16,doe:[0,8,9,16,28,29,37,38,39,40,42,43,44,45,47,48],doesn:[5,6,8,9,11,16,35,36,37,38,39,40,41,42,43,45,48],dogfight:5,dogmat:5,doh:16,doing:[8,16,28,30,35,37,38,40,41,42,43,45,48],dollar:5,domain:48,domin:5,don:[8,9,11,12,15,16,27,35,36,38,39,40,41,42,43,44,45,46,47,48],done:[5,16,37,38,40,41,44,45,47,48],done_buzz_period_sec:48,done_wat:39,doom:16,door:[10,37,40,48],door_clos:[10,37,40,48],door_closed_bak:37,door_closed_init:37,door_closed_off:37,door_closed_open:37,door_closed_toast:37,door_open:[10,37,40,48],door_open_clos:37,door_open_entri:37,door_open_exit:37,dot:[8,16,37,38,39,40,41,43,45,48],dotenv:16,doubl:40,doubt:16,dougla:5,dove:5,down:[12,16,35,36,37,38,39,40,41,42,45,47,48],download:39,downward:48,draconian:16,draft:[],dragon:[],draw:[8,9,16,34,35,37,40,43,45,48],drawit:41,drawn:[9,36,40,48],dreari:42,drew:35,drift:48,drill:[8,37,40],drink:[16,17,48],drive:[16,37,40,48],driven:[9,35,37,40,48],driver:[40,48],drone:[],drop:[5,16,28,40,41,42,48],drown:[16,40],drum:16,drunk:48,dry:[8,15,16,41,42,44],dtdakkeosog:[],dtype:[],due:[6,16,35,39,48],dumber:16,dump:6,durat:[38,48],dure:[6,8,9,16,40,41,48],duti:[37,40,48],dynam:[6,16,28,37,38,40,41,42,45,48],e_funct:43,each:[0,5,6,8,9,15,16,17,27,29,30,35,36,37,38,39,40,41,42,43,45,47,48],eae:40,ear:48,earli:[35,48],earshot:16,earth:48,easi:[8,16,29,34,35,37,38,40,41,42,43,45,47,48],easier:[5,15,16,26,37,38,39,41,42,47,48],easiest:[41,46],easili:[16,35,37,41],easy_bak:37,eat:40,eco1:[],eco2:[],eco:[],econom:35,ecosystem:48,edg:[41,48],edit:[5,8,37,39,40,41,43],editor:[5,15,41,42,48],educ:45,edward:16,effect:[8,15,16,37,40,41,42,48],effort:[15,16,37,40,41,42,44,48],effortless:[],effortlessli:41,eight:[],einstein:40,either:[5,8,16,17,37,40,41,43,45,48],elabor:48,elaps:[39,48],electr:[8,37,39],element:[8,9,10,37,38,48],elev:41,elif:[8,9,10,11,12,16,17,25,37,38,40,41,43,45,47,48],ellison:48,els:[8,10,11,12,16,17,25,35,36,37,38,39,41,42,43,45,47,48],elsewher:[36,39,41,48],email:[35,41,48],emb:40,embed:[5,9,37,38,39,40,41,42,48],embed_load:[],emerg:16,emit:36,emot:40,emotion:40,empath:16,empathet:16,empathi:[16,17],empathy_for_first_broth:16,empathy_nam:[16,17],emphas:[35,38,40],emphasi:[],empir:35,employe:16,empt:8,empti:[16,45],emptiv:[],enabl:[4,16],enable_snoop_spi:16,enable_snoop_trac:16,enact:[],enammour:[],enamor:[],enclos:[36,40,48],encod:36,encompass:16,encount:[5,16],encourag:48,encrypt:[16,36,44],end:[0,8,16,27,30,35,37,38,39,40,41,42,45,48],enemi:[5,16,17],energi:37,energy_gener:37,energy_generation_init:37,engag:[16,48],engin:[5,9,16,35,37,40,42,47],english:[16,37,40,48],enjoi:48,enlist:37,enough:[9,16,17,35,36,37,38,40,41,43,45,47,48],enrag:16,ensur:[0,16,34,36,38,41,47,48],enter:[9,12,16,17,34,37,38,40,43,44,45,48],enthusiast:48,entir:[16,35,39,41,47,48],entireti:42,entiti:[],entri:[4,8,9,11,16,34,37,38,40,41,43,45,47,48],entropi:[],entry_sign:[6,8,10,11,12,16,17,25,26,27,28,34,36,37,38,39,40,41,42,43,45,47,48],enumer:[6,8,48],env:[16,44],env_path:16,enviro:[],environ:[16,35,44,48],envis:16,equal:39,equat:16,equip:[16,48],equival:[16,38,48],era:45,ergod:16,ergot:16,erlang:44,erron:16,error:[37,39],escap:[16,37],especi:[16,37,48],essenc:37,essenti:35,estim:39,etc:[8,35,40,44,48],etho:48,evalu:[34,37,43],evapor:39,evaporatli:[],even:[12,16,35,37,38,41,44,45,47,48],event:[0,1,4,5,8,9,10,11,12,13,15,16,17,26,27,28,30,34,35,38,39,42,45],event_1:41,event_2:41,event_a:0,event_b:0,event_or_sign:0,event_reset_chart:45,event_wait_complet:45,eventu:48,ever:[5,16,36,37,40],everi:[4,5,8,16,17,36,37,39,40,41,48],evermor:[],everyon:[16,35,37,40,42,48],everyth:[0,16,29,34,40,41,42,48],everywher:44,evid:[16,41,43,48],evolv:[35,48],evt_a:40,exact:[28,41,42,48],exactli:[5,9,16,34,39,43,47,48],examin:[38,39,43,48],exampl:[0,2,3,4,6,8,9,18,27,28,29,30,32,35,37,39,40,41,42,43,44],examplestatechart:4,exce:[],exceed:39,excel:44,except:[5,8,16,36,38,39,44,48],exception:16,exchang:[5,35,36],exchange_declar:36,exchange_typ:36,excit:48,exclud:37,exclus:36,execult:[],execut:[0,5,9,16,35,40,43],exercis:16,exert:16,exhaust:[38,45,48],exist:[6,8,16,35,38,39,40,48],exit:[0,4,8,11,16,34,36,37,38,40,43,44,45,47,48],exit_sign:[8,10,11,12,16,17,25,26,27,34,36,37,38,39,40,41,42,43,45,47,48],expand:[],expans:[],expect:[16,34,35,36,37,38,39,41,43,45,47,48],expected_empathy_target_trac:16,expected_empathy_trac:16,expens:[5,8,35,37,42,48],experi:[16,37,42,43],experienc:[16,37,41,47],experiment:16,expertli:16,explain:[0,15,16,34,35,37,39,40,41,43,48],explan:[36,46,48],explicit:[8,37],explicitli:[8,16,37,41,48],explor:48,explorequeri:[],exponenti:42,expos:16,express:[5,6,16,35,38,39,40,41,48],extend:[8,9,16,35,36,37,47],extens:[6,8,11,41,44],extern:[0,8,16,35,37,38,40,41,48],extract:[37,39,41],extraordinarili:48,extrem:[5,16,35,40,41,48],extrud:[],eye:48,eyebal:[],eyes:[16,40,43,45,48],fabric:[1,8,34,41,45],fabric_task_ev:0,face:[16,41,42,46,48],facil:[37,45],facin:[],fact:[5,16,37,38,40,41,42,46,48],factor:[8,41],factori:[5,7,8,14,16,17,34,36,37,39,40,42,48],factory_class_exampl:[41,47],factory_class_recipe_exampl:41,factory_in_class:[],fad:40,fade:48,fail:[9,28,37,40,41,42,48],failur:35,fairli:[16,41],fake:[15,16,37,41,42,48],fake_black:[],fake_new:37,fake_transduc:37,fake_whit:[],fakenewsspec:37,fall:[41,48],fallaci:40,fallen:40,fals:[16,37,39,40,41,43,48],falsifi:46,fame:[],famili:[16,35],familiar:[37,38,41,43],famous:5,fanci:[],fanout:36,far:[16,41,43,44,48],farc:48,fashion:35,fast:[16,35,37,48],faster:[16,41,48],fastest_tim:37,father:16,fathom:16,favor:[37,40],favour:16,fb11:34,fb1:34,fc1:[34,41,47],fc2:[34,41,47],featur:[8,9,15,16,35,36,37,39,40,41,42,48],fed:[16,37,48],feder:41,feed:[16,36,39,40,41],feedback:[5,16,48],feel:[5,16,35,36,37,38,40,43,48],feign:[16,17],feigned_retreat:[16,17],fellow:48,fermet:36,fernet:36,few:[5,16,35,37,48],feynman:46,ff6d00:[],ff6doo:[],ffa501:[],ffff00:[],ffffff:[],ffmpeg:[],fft:40,fiction:[],fidel:[16,48],field:[16,17,37,46],fifo:[0,8,12,16,34,38,40,48],fifo_queu:0,fifo_subscript:0,fig:[],fight:[16,41],fighter:[5,35],figur:[16,34,37,38,41,44,45,48],file:[8,16,24,36,39,41,44,48],filenam:[],fill:[11,16,36,37,38,41,44],film:[],filter:[5,37],find:[2,5,8,9,16,35,37,38,40,41,47,48],findal:48,fine:42,finish:[8,16,37,38,39,40,41,48],finit:[8,40],fire:[11,12,16,17,37,38,39,41,45,48],firm:[35,43],firmwar:[5,35],first:[0,6,8,9,13,15,29,30,35,36,37,38,39,40,41,42,45,46,47,48],first_brothers_nam:16,first_name_of_oth:16,firstscripttag:[],fit:[16,39,40,48],five:[16,39],fix:[16,28,41,42,48],fixat:16,flank:16,flash:38,flashlight:[],flat:[8,16,37,47,48],flatten:[41,47],flavor:[],flexibl:[16,37],fli:48,flip:48,float32:[],floor:38,flow:[39,41],flower:[],floweri:[],fly:41,fn_parent_state_handl:9,fn_state_handl:9,focu:[16,39,47,48],focus:[16,35,38],fodder:5,fog:16,folder:16,folk:39,follow:[5,6,8,9,15,16,29,30,34,36,37,38,39,40,41,42,44,45,47,48],font:[],foo:4,food:48,fool:[37,46],foot:40,footman:[16,17],footmen:16,footprint:48,forc:[5,16,37,39,45],forecast:[],foreign:[24,36],foreign_hsm:36,foreign_spy_item:36,foreign_trace_item:36,foreseen:16,forev:[0,27,41,42],forget:[38,43],forgot:34,fork:40,form:[8,16,36,37,40,41],formal:[5,8,16,35,37,38,40,41,42,47,48],format:[8,10,16,17,26,36,37,39,41,42,48],former:5,forth:[16,48],forward:[35,37,40,41],found:[2,4,7,9,16,37,44,45,48],foundat:48,founder:[],four:[43,47],fowler:40,fr_entri:[16,17],fr_exit:[16,17],fr_other_retreat_war_cri:[16,17],fr_out_of_arrow:[16,17],fr_retreat_war_cri:[16,17],fr_second:[16,17],fragil:[16,40],fragment:35,frai:16,frame:[16,36,41,47],framebord:[],framework:[5,8,16,35,37,38,41,42,47,48],frankenstein:35,free:[5,16,35,37,41],freez:48,frequenc:38,fresh:37,fresh_api_cal:39,fridai:[],friedrich:38,friend:[],friendli:37,frighten:38,from:[0,4,5,6,8,9,10,12,15,16,17,24,26,27,29,30,34,35,36,37,38,39,40,43,45,47,48],from_list:[],front:[0,8,16,35,41,48],frustrat:[16,48],fsm:[8,40],fuck:5,fuel:[5,37],full:[0,4,16,17,27,28,36,37,38,41,42,45,48],fullfil:[],fun:[9,10,11,12,16,17,25,37,38,40,41,43,45,47,48],funcanim:[],functool:36,fund:40,further:[8,37,40,48],furthermor:[16,37],fusion:37,fusion_act:37,fusion_active_cool_enough:37,fusion_active_entri:37,fusion_and_heat_transf:37,fusion_and_heat_transfer_fir:37,fusion_reactor:37,fusionreactor:37,futil:48,futur:[8,16,28,29,36,39,41,42,48],fuzzier:16,gain:[8,35,36,39,40],gallop:[16,17],game:[],ganbaatar:[16,17],gandbold:[16,17],gang:[15,41,42],ganssl:5,gantulga:[16,17],garbag:[6,9,41,48],garden:[],gate:39,gather:41,gave:[35,48],gaze:48,gear:37,gearbox:37,gem:[],gener:[5,8,12,15,16,29,30,36,37,38,40,41,42,44,47,48],general_state_method:47,genghi:16,geniu:42,geo:[],geometri:8,geopolit:45,gestur:48,get:[5,6,8,9,16,26,29,35,37,38,39,40,42,43,44,45,47,48],get_100ms_from_timestamp:48,get_a_nam:16,get_composite_read:37,get_id_file_from_network:39,get_id_file_from_network_entry_sign:39,get_id_file_from_network_readi:39,get_id_file_from_network_retry_after_network_error:39,get_ip:36,get_my_m:48,get_nam:16,get_readi:48,get_ready_sec:48,get_temperature_read:37,get_weath:[39,41],getelementbyid:[],getelementsbytagnam:[],getenv:16,getsocknam:36,gibberish:44,gift:[5,35],gil:48,gist:40,git:16,github:39,give:[15,16,17,35,38,39,40,41,42,43,45,47,48],given:[0,8,9,12,13,16,26,30,34,35,37,38,39,41,42,47,48],glanc:[40,48],gland:[],glee:5,global:[5,6,16,40,41,42,48],glossari:32,glow:[],glyph:[8,16,37,40,48],goal:[16,35,36,39,48],god:48,goddess:48,goe:[16,35,37,40,48],going:[9,16,36,37,38,39,40,41,46,48],gone:[12,36,41,48],good:[16,34,35,37,40,41,42,43,46,48],googl:35,got:[15,16,37,38,39,40,41,42,43,44,45,48],gotten:[16,29,41,42,48],govern:[5,40],gpio:39,grab:[],grade:[],graffiti:41,grai:[],granit:16,grant:48,grap:[],graph:[8,9,40,47,48],graph_e1_s1:9,graph_e1_s2:9,graph_e1_s3:9,graph_e1_s4:9,graph_e1_s5:9,graphic:[40,48],great:[5,15,16,34,35,37,41,42,44,48],greater:[5,16,38,41,45,48],greedi:0,green:[39,40,41],greeter:48,grid:[],grind:42,grok:43,groov:40,ground:[16,35],group:[16,35,39,48],grown:[],gstatic:[],guarante:[5,6,16],guard:[8,40],guard_exampl:40,guarente:[],guess:16,guest:[44,48],guest_password:44,guestpath:[],gui:[16,44,46,48],guid:[39,44],guidanc:[],guidenc:[],gun:[16,48],gusto:48,gyroscop:[],gzip:39,hack:[7,34,41,48],hacker:43,had:[5,16,27,34,35,36,38,39,40,41,42,43,45,47,48],hadan:[16,17],hadn:5,hal:48,half:5,halfwai:39,hall:48,halt:[16,17,35],hammer:39,hand:[5,8,16,39,40,41,43,47,48],handi:36,handl:[8,10,11,12,16,17,25,34,37,38,39,40,41,43,45,47,48],handler:[9,11,16,17,34,36,37,38,39,40,41,45,47,48],handwav:16,hang:[43,48],happen:[5,6,8,9,16,27,28,34,35,36,37,38,39,40,41,42,43,45,48],happi:48,hard:[16,36,40,41,43,47,48],harden:48,harder:[16,35,40,47,48],hardli:47,hardwar:[5,40],harel:[5,8,16,35,37,38,39,40,41,42,47,48],harm:[5,16],has:[0,5,6,8,9,12,16,17,27,28,29,30,33,34,35,36,37,38,39,40,41,42,43,45,47,48],has_payload:[6,41],hasn:[0,4,6,8,12,16,41,48],hast:5,hate:[8,37],hault:[],have:[0,2,4,5,6,8,9,12,13,14,15,16,26,27,28,29,30,34,35,37,38,39,40,43,44,45,47,48],haven:[5,16,30,36,37,38,39,40,41,42,43,44,45,48],hawk:5,hazard:40,head:[16,37,40,42,47,48],hear:[16,48],heard:[16,17,45],heart:[11,16,37,39,41],heart_beat:39,heartbeat:41,heat:[10,16,37,40,48],heater:[37,48],heater_off:[37,48],heater_on:[37,48],heating_element_off:10,heating_element_on:10,heating_entri:37,heating_exit:37,heating_st:48,heaven:48,heavi:[5,16,37],heavili:[16,48],heed:5,heehaw:48,hei:[],height:[],heirach:[],held:[41,48],hello:[44,45,48],helmet:16,help:[5,16,35,37,40,42,45,48],helper:[9,48],helpless:16,her:48,here:[2,4,5,6,8,11,12,16,27,28,30,34,35,36,37,38,39,40,41,42,43,44,45,47,48],herself:48,hesit:41,heurist:16,hidden:[16,35,37,40,47],hide:[36,37,40,41,47],hierach:48,hierarch:[8,16,35,36,38,40],hierarchi:[8,9,16,36,38,39,41,43,48],high:[0,5,8,16,29,30,35,37,38,39,41,45,48],higher:[5,16,41,48],highest:[0,16,41],highli:[],highlight:[4,16,34,36,37,38,39,41,47,48],hightlight:40,him:[5,16,17,37,48],himself:16,hint:[16,38],hire:5,his:[5,8,9,16,17,35,37,38,43,47,48],histor:[],histori:[10,16],hit:[12,16,37,41,44],hmm:43,hmtl:[],hod:5,hold:[10,13,16,38,40,41,44,48],holder:[],hole:[],holi:5,hollow:48,hologram:16,holograph:16,home:16,honour:8,hood:48,hook:[4,8,16,27,28,38,40,42],hook_1:41,hook_2:41,hook_example_1:40,hook_example_2:40,hope:[5,16,38,48],hord:16,horizont:48,hornet:16,hors:[7,17],horsearch:[16,17],horseback:16,horsemen:16,horserarch:16,host:44,hostnam:44,hot:34,hour:[40,42],hous:[],how:[1,4,5,8,9,11,15,16,17,25,27,30,34,35,36,37,38,39,40,43,44,45,46,47,48],howev:[6,9,36,37,38,39,46,47,48],href:[7,18,19,20,21,22,23,35,37,39,40,41,42,46,48],hsm:[0,1,4,8,16,17,35,37,40,41,47,48],hsm_queues_graph_g1_s01:0,hsm_queues_graph_g1_s1:0,hsm_queues_graph_g1_s2111:0,hsm_queues_graph_g1_s22:0,hsm_queues_graph_g1_s321:0,hsmevent:0,hsmeventprocessor:[9,37],hsmtester:4,hsmtoplogyexcept:37,hsmtopologyexcept:[8,9,37,41],hsmwithqueu:[16,17,36,37],html:[7,18,19,20,21,22,23,35,37,39,40,41,42,46,48],http:[5,39],huge:[],hulagu:[16,17],human:[5,35,40,48],humid:39,humnan:[],hung:16,hunt:16,hurri:38,hypothes:[],hypothesi:[],i_list:48,iaf:5,icon:[8,37,39,41,48],id_rsa:44,idea:[5,8,11,16,27,35,37,38,39,40,41,42,45,48],ideal:16,ident:47,identifi:[16,17,30,36,39,40,41,42,47,48],ideosynchroc:[],idiom:[],idiot:5,idl:[37,39,40],idle_data_readi:37,idle_entri:37,idle_entry_sign:39,idle_get_weath:39,idle_new_request:37,idle_request_city_detail:39,ids:[38,39],ieee:35,ifram:[],iframe_api:[],ignor:[0,6,8,12,16,17,37,38,40,41,43,45,48],ihbarhasvad:[16,17],iir:37,ill:[],illeg:[8,37,43,44],illus:[5,47],illustr:48,imag:[8,15,16,35,40,41,42],imagin:[8,16,35,37,40,43,48],imbu:39,immedi:[5,13,16,17,27,35,37,39,40,41,42,48],immens:[],immut:[6,39,40,41,48],impati:16,impedi:41,implement:[16,35,37,38,39,40,41,43,47,48],implemt:[],implicit:[],impliment:[],implment:8,importantli:[5,43,47],importerror:48,impos:16,imposs:37,imprecis:16,impress:[5,41],improv:[16,35,39,48],impuls:37,inabl:16,inadvert:40,inbox:16,incent:5,incid:[],incircl:8,includ:[4,16,40,41,44,48],incompet:16,incomplet:40,incomprehens:16,inconveni:[4,37],incorpor:[],incorrect:[],incorrectli:[8,16],increas:[8,16,37,40,42,48],incred:[],increment:[16,37],indec:[],independ:[16,37,39],indepent:40,index:[9,32],index_and_time_delai:41,indic:[8,9,30,37,40,41,42,48],indirect:47,individu:[16,17,36,37,38],industri:[5,35,38],ineffici:[],inevit:[37,42],inexpen:[],inexpens:[15,39,41,42],inf:[],infect:[],infer:43,infinit:[5,8,11,16,27,37,41,42],inflex:16,inform:[0,5,8,10,16,24,27,29,34,35,37,38,40,42,45,47,48],infra:[],infract:43,infrastructur:[35,41,44],infrastur:[],infrequ:41,inherit:[0,8,9,16,36,37,38,41,45,48],init:[4,6,8,9,12,34,37,38,40,41,45,47,48],init_func:[],init_sign:[8,10,11,12,16,17,25,26,27,28,34,36,37,38,39,40,41,42,43,45,47,48],initi:[8,9,16,37,38,40,43,45,48],initial_condition_index:[],initial_st:9,initial_valu:37,inject:[8,16,36,37,41,47],inner:[8,11,12,16,27,35,37,38,40,41,42,45,48],inner_most:41,inner_st:37,inner_state_1:40,inner_state_1_b:40,inner_state_1_entry_sign:40,inner_state_1_exit_sign:40,inner_state_2:40,inner_state_2_a:40,inner_state_2_entry_sign:40,inner_state_2_exit_sign:40,innner:38,innocu:[16,47],innov:[5,16,35],input:[8,16,36,37,38,39,40,41,48],insert:16,insertbefor:[],insid:[8,16,35,36,39,40,48],insight:5,inspect:[34,37,48],inspir:[35,37],instal:[16,32,35,36,48],instanc:[8,16,28,36,40,41,42,45,47,48],instanti:[35,37,39,40,41,47,48],instati:[],instead:[0,6,11,16,35,36,37,38,39,40,41,42,45,47,48],instruct:[16,43,44,48],instructor:5,instrument:[0,7,8,10,16,27,30,34,35,36,37,38,39,40,41,42,45,46,47,48],instrumentation_line_of_match:48,instrumentedfactori:39,insur:48,intact:16,intang:16,integ:16,integr:[16,35,40,48],intellig:16,intend:[5,8,16,36,37,41,48],intens:[],intent:[16,35,37,40,41,48],interact:[4,5,7,9,15,16,38,39,41,42,45,48],intercept:37,interconnect:48,interest:[5,16,34,35,36,48],interfac:[6,16,35,36,39,40,41,48],interleav:[15,41,42,48],intermedi:[40,48],intern:[0,6,7,8,16,18,19,20,21,22,23,27,35,37,39,40,41,42,45,46,48],internal_signals_1:40,internet:[36,41,44],interplai:45,interpret:[39,41,48],interrel:48,interrupt:[5,37,40,45],interv:[],intervent:42,intial_condition_index:[],intimid:48,intric:16,intrins:[],intro_1:[],introduc:[16,27,36,37,41,42,48],introduct:[32,39,44],introspect:[16,17],intuit:[16,41],invent:[5,8,16,35,37,39,40,41,48],invers:[5,38,47,48],invert:9,invest:[40,48],investig:38,involv:[16,34,35,37,48],inward:48,iot:35,ips:[16,17],is_fil:16,is_in:9,is_this_piston_readi:37,is_wint:39,ish:16,isn:[5,6,13,16,17,35,40,41,45,48],iso:39,isol:[42,48],isra:[5,35],issu:[8,16,17,28,29,36,37,39,41,42,45,47,48],item:[0,6,8,9,16,17,26,30,36,37,38,39,41,42,43,45,48],iter1:[18,19,48],iter2:[19,20,48],iter3:[20,21,48],iter4:[21,22,48],iter5:[22,23,48],iter6:[23,48],iter:[16,37],its:[0,4,5,8,9,15,27,30,34,35,37,38,39,40,41,42,44,45,47,48],itself:[8,16,36,37,38,39,40,41,42,43,45,47,48],jack:5,jacket:48,java:48,javascript:[5,40],jersei:5,jet:[5,35],jinja2:[8,44],jinja:8,jitter:48,job:[29,38,41,42,44,48],john:35,join:[16,40,48],joke:16,journal:38,journei:48,json:[5,6,39,48],json_ev:6,juggl:48,jump:[9,16,35,38,48],june:35,junior:16,jupyt:48,just:[5,6,9,11,16,26,28,29,34,35,36,37,38,39,40,41,42,43,44,45,47,48],kai:[35,39,41],keel:35,keep:[0,9,16,35,36,37,38,39,40,41,43,44,47,48],kei:[5,16,26,34,36,39,41,42,44],kept:[37,48],keygen:44,keyword:[],khan:16,kill:[0,5,16,38,41,45,48],kind:[8,13,16,37,38,39,40,41,45,48],knew:[36,37,45,48],knight:[16,17],know:[5,8,9,11,12,15,16,34,35,36,37,38,39,40,41,42,43,44,45,47,48],knowabl:48,knowledg:[16,39,48],known:[],korean:16,kwarg:[6,9],label:[9,15,38,40,41,42,45],laberg:37,lac:9,lack:[16,46],lag:16,lai:[38,48],laid:[],lame:48,lamp:37,lamp_off:37,lamp_on:37,lan:16,lanchart:40,land:[40,48],languag:[5,8,16,35,37,40,41,44,47],lanreccechart:40,larg:[8,9,16,35,37,40,41,45],larger:[5,16],larri:48,last:[0,8,16,34,37,39,41,45,47,48],last_brothers_nam:16,lastli:[],lat:39,late:[5,35,48],latenc:48,later:[9,16,36,37,38,41,48],latest:[5,16,35,41],latex:42,law:[5,48],layer:[16,41,47,48],lazi:48,lca:[9,48],lead:[16,37,48],leader:16,leadership:[5,16],lean:[16,48],leap:41,learn:[5,7,8,16,34,37,40,41,45,48],least:[9,16,37,39,44,47,48],leav:[4,8,9,12,16,35,37,38,39,40,41,45,48],led:35,left:[8,16,17,36,39,40,47,48],left_wal:[],leftmost:0,legend:48,legibl:[16,48],leisur:16,len:[16,26,36,41,42],length:9,less:[16,17,35,37,40,41,45,47,48],let:[5,10,16,17,34,35,36,37,38,39,40,41,43,45,47,48],letter:35,level:[5,8,16,29,30,37,38,39,41,45,48],lib:[],liber:35,librari:[1,5,8,16,33,34,35,37,38,39,40,41,44,45,47,48],licenc:[],lie:16,lies:40,life:[37,41,48],lifetim:[5,46],lifo:[0,8,12],lifo_queu:0,lifo_subscript:0,light:[10,16,35,39,40,43,48],light_off:48,light_on:48,lightweight:40,like:[5,8,9,11,12,13,15,16,26,27,29,30,34,35,36,37,38,39,40,41,42,43,45,47,48],likewis:[16,39,40,45,48],limbo:43,limit:[9,16,36,39,40,48],limp:[],line:[8,16,28,29,30,34,35,36,37,38,39,40,41,42,43,45,47,48],linear:16,linearsegmentedcolormap:[],lineno:[],ling:[],linger:16,link:[16,34,35,37,38,39,40,41,42,44,45,47,48],lint:5,linux:[36,48],lion:[],lip:[],liquid:37,list:[0,6,9,16,17,35,37,38,39,40,43,48],list_spi:48,listen:[16,36,41],listless:48,liter:47,lithium:37,litter:[],littl:[5,15,16,34,37,38,39,40,41,42,43,48],live:[5,8,16,36,37,39,40,48],live_spi:[16,36,39,41,42,48],live_trac:[10,16,36,39,40,41,42,48],load:[6,16,17,39,43,48],load_dotenv:16,lobotom:16,local:[8,16,17,36,37,39,40,44],local_consum:36,localconsum:36,localhost:44,locat:[0,8,9,16,36,37,39,41,48],lock:[0,5,16,39,40,42,48],lockhe:5,lockingdequ:0,log:[8,11,16,25,27,30,35,37,38,39,40,41,42,43,44,45,47,48],logic:[16,41,43,48],login:44,lon:39,longer:[16,37,40,43,48],look:[5,8,12,16,28,29,30,34,35,36,37,38,39,40,41,42,43,44,45,47,48],lookup_file_nam:39,lookup_file_path:39,lookup_file_url:39,lookuperror:41,loop:[0,15,16,35,38,41,42,45,48],loos:[8,16,37],loosen:16,lorenz:16,lose:[16,35,42,48],loss:16,lost:[16,35,47],lot:[5,8,15,16,34,35,37,38,39,40,41,42,44,45,47,48],lotteri:[],loud:16,love:[37,40,48],low:[16,17,38,41],lower:[0,5,16,41,48],lowest:[41,48],luck:[5,48],lucki:35,lure:[16,17],mac:[],machin:[6,7,8,10,16,24,35,36,37,38,40,41,43,44,48],machine_cl:[],macho:41,made:[5,8,16,34,35,37,39,40,41,44,47,48],magnet:37,mai:[16,40,41,42,48],maim:16,main:[0,10,16,36,38,39,41,48],mainli:16,maintain:[5,16,36,40,47],mainten:[5,35,47,48],maintenc:8,major:[5,35,40],make:[5,6,8,10,11,13,15,16,17,26,34,35,37,38,39,40,41,42,44,45,47,48],make_and_start_left_wall_machin:[],make_and_start_right_wall_machin:[],make_generation_coroutin:[],make_test_spec:48,make_unique_name_based_on_start_at_funct:0,make_url:39,malevol:16,malform:9,man:[5,16],manag:[0,4,5,8,16,29,34,35,38,40,41,42,43,44,45,47,48],manageri:[],mandatori:9,maneuv:[16,17],mani:[5,8,11,16,28,35,37,38,39,40,41,42,44,45,48],manifest:[8,35,40,41,48],manipul:39,manner:[8,41,42,48],manoeuvr:16,manual:[15,37,40,41,42],manufactur:8,map:[8,10,16,17,29,34,35,39,40,41,42,47,48],marbl:[40,41],march:48,marcu:[],margin:[],mari:[6,41,48],mark:[11,15,16,34,37,38,40,41,42,44,48],markdown:42,marker:41,market:[16,35],markup:[8,41],marshal:[16,17],marshal_entri:[16,17],marshal_readi:[16,17],martin:[5,40],marvel:48,mashup:[],mass:[5,16],massiv:[16,35],master:37,match:[16,40,48],materi:45,math:[],mathemat:[16,35,40],mathematica:[],mathematician:35,mathwork:[],matlab:40,matplot:[],matplotlib:[],matrix:[],matter:[6,16,48],max:[26,41,42],max_index:9,max_name_len:[26,41,42],max_number_len:[26,41,42],maxim:16,maximum:[9,37],maximum_arrow_capac:[16,17],maxlen:[0,41],mayb:[16,37,43,48],maywhil:[],mba:16,meali:8,mean:[5,8,9,16,26,27,35,36,37,38,39,40,41,42,43,45,47,48],meaning:[16,41],meaningless:48,meant:[8,16,35,45],meanwhil:[35,39,48],measur:[8,35,37,39],meat:16,mechan:[5,16,35,37,40,42,48],media:[],mediev:16,medium:[],meet:[16,36,48],member:[16,48],memori:[5,16,27,35,37,39,40,41,42,47,48],men:16,menac:16,mental:[16,35],mention:[38,45,48],mere:40,merv:48,mesh_encryption_kei:16,mess:48,messag:[0,8,12,15,16,25,35,37,39,41,42,48],met:[37,48],meta:48,metal:37,metaphor:[16,35,38,48],metaprogram:[40,41,47],method:[0,4,6,8,9,10,16,25,26,30,34,35,36,37,38,40,42,43,45,48],method_1:40,method_2:40,metric:39,michel:37,micro:16,micromanag:[16,48],microsoft:[35,42],mid:[],middl:[5,11,12,27,38,41,42,43,45],might:[5,8,12,16,27,28,29,35,36,37,38,39,40,41,42,47,48],militari:[5,16],millisecond:48,mimic:[],mind:[35,39,40,43],mine:40,minecraft:8,miner:10,mingu:[],mini:[],minim:[16,44,48],minimalist:48,minimum:[37,39],minion:48,minor:[],minut:[16,39,48],miracl:16,miro:[1,4,5,8,9,10,16,17,26,27,29,33,34,35,36,37,38,39,41,42,43,45,46,47,48],miros_rabbitmq:16,mirror:16,misbehav:48,miss:[16,40,45,47,48],mission:40,mistak:[16,40,48],mistakenli:16,misunderstood:35,mix:37,mixtur:41,mkdir:44,mnemon:[9,40,48],mobil:16,mock:48,mockup:[],mode:[4,37,48],mode_control:4,model:[8,35,37,38,40],model_control:4,moder:42,modern:[16,35],modifi:37,modul:[1,32,35,47],modular:48,modulo_bas:48,molten:37,momen:8,moment:[0,16,37,40,41,47,48],momentarili:41,momentum:35,mondan:[],monei:[5,35,42,48],mongol:7,monitor:[5,16,24,36,41,48],month:5,moor:8,moot:42,mordecai:5,more:[0,5,7,8,9,16,30,34,35,36,37,38,39,40,41,42,43,45,47,48],moreov:43,morn:39,most:[5,9,16,34,37,38,39,41,44,48],mostli:[36,40,41,44,48],motiv:48,mount:16,mous:[],mouse_click:40,mouse_click_evt:40,mousecoordin:40,move:[2,9,16,35,36,38,41,43,45,48],movement:[16,35,48],movi:[],mp4:[],much:[5,8,9,16,35,37,39,40,41,43,47,48],mud:16,mulishot:[],multi:[8,11,16],multi_shot_thread:[11,38,41],multipl:[16,30,36,37,39,40,42,44,47,48],multishot:[8,39,48],multitask:5,multithread:39,multivers:48,mundan:40,munger:48,must:[6,8,9,16,36,38,40,41,45,46,48],mutabl:40,mute:4,mutex:5,mutual:9,my_ev:40,my_event_with_payload:40,my_hook:41,mypayload:41,myself:[16,43,48],n_angl:[],n_mask:[],nag:43,nai:[],name:[0,5,6,8,9,11,14,16,17,26,30,34,35,36,37,38,39,40,42,43,44,45,47,48],name_for_sign:[6,26,41,42],name_of_item2:41,name_of_item_1:41,name_of_item_2:41,name_of_sign:41,name_of_subclass:6,namedtupl:[39,40,41,48],namespac:38,nametupl:48,napkin:35,napoleon:16,narankhuu:[16,17],narantuyaa:[16,17],narrow:[],nassim:[34,43],nasti:[39,41,48],nativ:[],natur:[6,35,37,40,41,43,46],navig:[9,37],nearbi:48,neat:36,necessari:16,necessarili:[],neck:[16,48],need:[0,5,8,9,11,12,15,16,27,28,34,35,36,37,38,39,40,41,42,43,44,45,47,48],needlessli:[12,41],neg:48,neighbor:[],neither:41,neovim:5,nergui:[16,17],nervou:[16,48],ness:16,nest:[8,16,17,34,36,37,39,40,41,47],net:9,netscap:5,network:[6,9,15,17,35,41,42],network_error:39,network_error_retry_time_in_sec:39,networked_horse_arch:16,networkedactiveobject:16,networkedfactori:16,never:[5,16,35,37,38,40,41,48],new_machin:[],new_nam:48,new_named_attribut:6,new_request:37,newest:37,newli:[36,44],newlin:36,next:[7,8,16,17,18,19,20,21,22,23,28,33,35,37,38,39,40,41,42,43,45,46,47,48],next_gener:[],next_rtc:0,nice:[39,40,47,48],nich:35,nichola:[34,43],nietzsch:38,night:39,night_to_dai:39,night_to_night:39,no_ack:36,noam:44,nobl:40,nobodi:[16,48],node:[16,36,39,40,47],noisi:16,nomin:39,non:[10,41,42,48],nondetermin:5,none:[0,6,8,9,10,16,17,34,36,37,38,39,40,41,43,45,47,48],nonexist:48,nonsens:36,noob:[],normal:4,norman:5,north:16,not_rain:39,not_raining_exit_sign:39,not_raining_init_sign:39,not_raining_st:39,not_wait:[16,17],note:[16,36,39,41,43,48],noth:[0,4,5,8,37,38,39,40,41,45,46,48],nothing_angl:[],nothing_at_row:[],nothing_mask:[],notic:[8,15,16,30,35,37,38,39,40,41,42,43,47,48],notifi:[16,48],notion:[16,35,40],notit:[],now:[5,9,12,15,16,34,36,37,38,39,40,41,42,43,44,45,47,48],nuanc:41,nuclear:37,number:[6,8,11,15,16,26,27,30,34,37,40,41,42,45,48],numer:16,numpi:37,nutshel:48,nvu8m8a73jg:[16,36],oadp1sh69j:[],obei:16,obj:6,object:[1,5,6,7,8,9,11,15,16,26,27,28,29,30,34,35,37,38,39,40,42,43,47,48],oblivion:48,obscur:5,observ:43,obtain:[15,36,41,42],obviou:[16,34],obvious:[],occur:[8,9,16,27,30,35,37,38,39,40,41,42,45,48],occurr:[],od647c:[],oddli:48,off:[10,12,13,16,37,38,39,40,41,47,48],off_entri:37,off_press:40,offer:[36,48],offic:[16,17],officer_lur:[16,17],offset:48,often:[8,16,35,37,40,41,48],oha:[16,17],oha_1:16,old:[0,16,27,35,39,41,42,45,47,48],old_left_machin:[],old_machin:[],old_right_machin:[],oldest:[8,37,38,41],onc:[6,8,9,11,16,17,27,37,38,39,40,41,42,44,45,48],one:[0,5,6,8,9,11,12,13,15,16,18,24,30,35,36,37,38,39,40,41,42,44,45,46],onedcellularautomatawithanglediscoveri:[],onedcellularautonomata:[],ones:47,oneshot:48,onli:[0,5,9,11,14,16,29,30,33,35,36,37,38,39,40,41,42,43,44,45,48],onlin:41,onplayerreadi:[],onplayerstatechang:[],onreadi:[],onstatechang:[],onto:[0,5,8,15,16,34,35,36,37,38,39,40,41,42,44,48],onyoutubeiframeapireadi:[],onyoutubeplayerapireadi:[],oop:[35,43],open:[10,35,37,39,40,41,44,48],open_weather_map_city_detail:39,openweathermap:39,openweathermapcitydetail:[],oper:[5,8,16,35,37,39,45,48],oppon:16,opportun:[16,47,48],oppos:[5,16,35],opposit:[5,16],optim:[],option:[8,9,16,41,44],optionalpayload:40,orang:[],orb:48,order:[8,16,17,37,39,42,43,48],ordereddict:6,ordereddictionari:[26,41,42],ordereddictwithparam:6,org:39,organ:[7,37,42,47,48],orient:[35,37,39,40],origin:[0,8,12,16,35,37,41,43,47,48],orthogon:[4,8,16,35,39,48],oscil:16,oscilloscop:48,other:[0,5,8,9,11,15,16,17,26,27,28,34,35,36,37,38,39,40,44,45,46,47,48],other_advance_war_cri:[16,17],other_archer_nam:16,other_arrival_on_field:16,other_inner_most:41,other_ready_war_cri:[16,17],other_retreat_ready_war_cri:[16,17],other_retreat_war_cri:[16,17],other_skirmish_war_cri:[16,17],otherhorsearch:[16,17],otherwis:[8,9,16,28,35,37,39,40,41,42,43,47],our:[0,5,9,10,12,13,28,29,34,35,37,38,39,40,41,42,44,45,46,47,48],ourselv:[16,37,39,41],out:[0,5,6,8,9,10,13,16,17,27,29,34,35,36,37,38,40,41,42,43,44,45,47,48],out_of_arrow:[16,17],outag:39,outcom:5,outer:[8,11,12,16,27,37,38,40,41,42,45,48],outer_st:[37,40],outer_state_entry_sign:40,outer_state_hook:40,outer_state_init_sign:40,outermost:[40,41,48],output:[0,8,9,15,16,26,27,28,29,30,34,37,38,39,40,41,43,45,47,48],outsid:[8,9,12,13,16,17,35,37,38,39,40,41,43,45,48],outsourc:[],outward:[8,9,16,37,40,41,48],outwardto:[],outweigh:48,oval:48,oven:[10,37,40],oven_off:6,over:[0,4,5,8,9,16,28,29,34,35,36,37,38,40,41,42,43,44,47,48],over_off:6,overal:16,overemphas:35,overflow:[36,37],overli:41,overload:[37,40],overrid:37,overtak:[],overwhelm:[16,38],overwrit:[37,42],overwritten:[9,38],owm:39,own:[2,5,8,16,35,37,38,39,40,41,43,44,47,48],oxymoron:40,p27:[],pack:[5,16,34,40,41,45,47,48],packag:[8,16,35,41,48],packet:[],pact:[],page:[5,16,32,34,35,39,40,43,44,48],paglia:45,pai:[4,5,16,34,37,38,40,41,48],paid:5,pain:[5,44],paint:48,pair:48,pale:5,pantri:37,paper:[8,35,37,38,41,45],paradigm:38,paradox:16,paragraph:[45,48],parallel:[35,38,41,42],paramet:[6,36,48],parameter:48,parameteriz:[],parametr:16,paramount:16,parent:[8,9,16,17,34,36,37,39,40,45,47,48],parent_callback:[8,47],parent_state_of_this_state_method:41,parentnod:[],pariti:6,pars:[41,48],parsimoni:[35,41],part:[0,4,9,10,11,16,17,35,36,37,38,39,40,41,43,44,45,47,48],partial:[40,41],particip:[16,42,48],particular:[5,40,41,42],particularli:[43,48],pass:[6,8,12,16,17,35,36,37,38,40,43,45,48],passphras:44,password:44,past:[15,35,40,41,42,43],patch:40,path:[8,9,16,39],pathlib:[16,39],pathwai:16,patient:48,pattern:[4,7,8,16,32,35,36,38,39,40,41,45,46,48],paus:[],payload:[6,8,16,17,30,34,37,39,42],payment:35,pcolormesh:[],pdb:[28,41,42],pdf:[39,48],peachi:[29,41,42],pedant:5,pencil:41,pend:[0,6,16,29,41,42,45,47,48],pending_on_piston:37,pending_on_pistons_timeout:37,pending_optimal_condit:37,pentagon:5,peopl:[5,16,35,37,40,48],pepper:[16,38,40,48],per:[8,16,17,38,39,46,48],percent:[5,16,17,39,48],percol:40,percul:[],perfect:[16,41],perfectli:[],perform:[5,9,16,17,35,37,38,39,40,43,44,47,48],peril:5,period:[0,8,11,12,16,17,37,38,39,41,48],peripher:[16,35,39],permiss:[43,44],permit:[16,48],permut:[],pernici:41,perpetu:[],persist:48,person:[16,40,43,46,47,48],perspect:35,peter:[16,48],pgn:[],phase:[41,45,48],phenomenon:16,philosoph:[35,43],philosophi:48,phoenix:45,phrase:48,phsysic:[],physic:[8,37,48],pic:36,pick:[5,16,48],pickl:6,pico:44,pictur:[15,16,34,35,36,39,40,41,42,45,46,48],piec:[5,45,48],pierr:[5,34],pigment:[],pika:[36,44],pilot:5,pin:[39,48],pioneerrequest:41,pioneerrequestspec:41,pip3:36,pip:[33,48],pis:[],piston:37,piston_1:37,piston_:37,piston_act:37,piston_manag:37,piston_numb:37,piston_readi:37,piston_slam:37,pitch:40,pivot:48,place:[0,4,8,9,13,15,16,29,34,35,36,37,38,39,40,41,42,44,45,47,48],plai:[4,16,41,48],plain:[8,16,40],plain_text:36,plaincredenti:36,plan:[16,37,39,45,48],plane:5,planet:5,plant:[35,39],plasma:37,plastic:[],plate:[40,48],platform:[36,48],playbook:44,player:[],player_api:[],playerstatu:[],playvideo:[],pleas:39,plenti:16,plod:16,ploi:[],plot:[],plt:[],pluck:16,plugin:[16,35,40,41],png:[],pocket:48,point:[5,8,9,15,16,17,28,29,35,37,41,42,45,48],pointless:[35,48],poke:39,pole:37,polici:[16,37],polish:[],poll:37,polling_ent:37,polling_init:37,polling_process:37,polling_time_out:37,polling_time_out_hook:37,polyamor:[37,41],poni:16,pool:[8,37],poorli:[],pop:[0,5,8],popleft:41,popul:9,popular:[35,39,40],port:[5,8,35,36,37,38,39,41,44,48],portabl:48,portal:48,portion:[],posit:[37,48],possess:43,possibl:[9,16,35,36,37,41,42,44,48],post:[0,6,7,8,12,13,16,27,34,37,39,40,42,45,47,48],post_act:4,post_def:[27,28,37,38,41,42],post_fifo:[0,8,10,11,12,16,17,27,34,36,37,38,39,40,41,42,43,45,47,48],post_id_1:0,post_id_2:0,post_lifo:[8,11,37,39,41,48],postul:5,potato:48,power:[5,16,35,37,40,42,48],practic:[5,8,9,34,35,37,39,40,43,48],praction:[],practition:[35,37],pragmat:[],pratic:[],pre:[8,16,29,41,42,47,48],pre_time_sec:48,preced:[],precis:[16,48],predatori:[],predefin:[40,48],predetermin:[16,37,48],predica:16,predict:[],preemption:5,preemptiv:5,prefer:16,prefix:16,preform:48,prei:16,preliminari:48,prematur:16,prepar:[16,41],prepend:48,prepend_trace_timestamp:48,preprocessor:47,present:[5,8,16,35,37,45,48],press:[15,35,41,42,48],pressur:[13,37,39,41],presum:48,pretend:[16,37,38,48],pretti:[16,27,28,41,42,43,44,47,48],prev:[7,18,19,20,21,22,23,33,35,37,39,40,41,42,46,48],previou:[4,16,38,39,40,45,47,48],previous:[16,38,45],previous_gener:[],price:[38,39,41,48],prim:0,prime:[16,37],princip:45,principl:[15,41,42,46],print:[0,4,6,8,10,16,17,26,27,28,29,34,36,37,38,39,40,41,42,45,47,48],print_msg:48,print_str:40,printer:[27,41,42],prion:[],prior:[6,8,12,34,36,37,38,39,41],priorit:[],prioriti:[0,5,8,16,34,41,48],priorti:[0,8],privat:[35,44],privileg:38,probabilist:41,probabl:[15,16,37,38,40,41,42,48],problem:[5,8,16,29,35,37,39,40,41,42,43,44,47,48],proce:[16,40,48],procedur:44,process:[5,6,8,9,11,13,16,17,27,35,36,37,38,39,40,41,42,44,45,47,48],process_a_gener:37,process_a_specif:37,process_b_gener:37,processing_count:37,processing_entri:37,processing_exit:37,processing_init:37,processing_pol:37,processor:[5,8,9,16,27,35,36,37,38,39,41,42,43,45,47,48],produc:[8,16,24,35,37,38,39,40,48],producer_192:36,producer_out:36,producer_outer_b:36,producer_outer_init:36,product:[35,37,39,40,42,48],profession:37,profil:[],profit:5,program:[4,5,7,8,9,10,15,26,28,29,35,37,38,39,40,41,42,44,45,47,48],programat:42,programm:[16,37,48],progress:48,prohibit:48,project:[5,16,30,35,37,39,41,42,48],promis:35,prompt:44,proof:[18,19,20,21,22,23],propag:[37,40,48],proper:39,properli:[8,16,40,41,47],properti:[8,16,36],prophet:34,propos:37,proprietari:35,protect:[5,16,48],protocol:[39,48],prototyp:[37,39,40,48],protractor:[],prove:[16,48],proven:[5,48],provid:[0,5,6,8,9,11,16,26,34,35,36,37,39,40,41,42,44,45,47,48],pseudo:[],pseudost:[8,37,40,48],psycholog:[42,43],pub:[0,34,36,44,48],publish:[0,5,8,16,34,35,36,39,44,48],publish_bb:34,publishing_ao:41,pull:[5,6,16,17,35,38,39,43,45,48],puls:[37,48],pump:[16,37,38],purchas:5,purpl:[],purpos:[24,36,37,41,44,48],pursu:[5,16],pursuit:43,push:[0,16,37,43,47,48],put:[0,16,17,37,38,39,40,41,42,43,48],puzzl:48,pycrypto:36,pydotenv:16,pyplot:[],python3:48,python:[4,5,8,16,26,33,35,36,37,39,40,41,42,43,44,47,48],qai9iicv3fkbfruakrm1gh8w51:[16,36],quad:48,quantum:[38,41],quarri:16,quarter:16,queri:[4,39,41,45,48],query_api:39,query_weath:39,query_weather_init_sign:39,question:[15,16,18,19,20,21,22,23,34,35,40,41,42,47],queu:[4,27,28,34,35,36,37,38,39,41,42,43,45,47,48],queu_depth:[],queue:[0,8,13,16,34,36,37,38,39,40,41,44,45,48],queue_bind:36,queue_declar:36,queue_depth:41,queue_typ:[0,41],quick:[32,35,40,48],quicker:[],quickli:[16,35,38,40,42,48],quickstart:48,quieter:16,quit:[16,35,36,37],quiver:16,quora:[],quot:[5,37],rabbit123:44,rabbit567:16,rabbit:[16,36,37,44],rabbit_guest_us:16,rabbit_heartbeat_interv:16,rabbit_instal:44,rabbit_nam:44,rabbit_password:[16,36,44],rabbit_port:16,rabbit_producer_192:36,rabbit_us:[16,36],rabbitfactori:16,rabbitmq:[16,35,40,41],rabbitproduc:36,race:[5,16,41],radar:35,rage:40,raid:[],rain:[16,39,41],rais:[8,9,41,48],ran:[24,35,36,37,38,39,41,45,47,48],randint:[16,17,41],random:[16,17,36,37,39,41],random_numb:37,randomli:48,rang:[5,16,37,39,48],rank:16,rap:48,rare:48,raspberri:[16,24,36,39,44,48],rate:[5,37],rather:[8,16,37,38,40,41,42,48],ratio:[],ravel:[],raw:[],raw_weather_lookup_dict:39,raw_weather_lookup_list:39,reach:[8,16,37,38,41,48],reachabl:36,react:[4,8,12,16,27,37,38,39,40,41,42,45,47,48],reaction:[8,13,16,37,38,41,45,48],reactiv:[35,37,40,45],reactor:37,reactor_on:37,reactor_on_entri:37,reactor_on_init:37,reactor_on_prim:37,reactor_on_time_out:37,read:[5,8,9,16,26,27,35,37,38,39,40,41,42,44,45,47,48],read_fil:39,read_file_entry_sign:39,reader:[],readership:35,readi:[16,17,28,37,38,39,41,42,43,48],real:[5,16,35,36,37,39,48],realiti:[16,43],realiz:40,realli:[5,16,35,37,39,40,41,43,45,48],rearm:38,reason:[6,16,30,35,36,39,40,41,42,44,45,48],rebuild:[28,41,42],recal:[8,13,27,37,38,39,42],receiv:[8,16,26,27,34,36,37,38,39,40,41,42,43,44,45,48],receiving_entri:37,receiving_receiv:37,recent:[37,39],reciev:[],recip:[32,35,38,42],reckless:35,recogn:[16,38],recommend:[5,35,36,39,41,42,44,45],reconnect:36,reconsid:[37,47],reconstruct:5,record:48,rectang:[],rectangl:[16,39,40,41,43,45,48],rectangular:40,recurs:[16,37,38,40,48],red:[10,39,40,41,48],red_light_off:10,red_light_on:10,redefinit:35,redesign:37,redraw:37,reduc:[8,16,39,42,48],reduct:[],redund:[16,48],reef:[],ref:[],refact:8,refactor:[16,35,37,39,40],refer:[7,9,16,18,19,20,21,22,23,27,34,35,36,37,38,39,40,41,42,44,45,46,48],referenc:[8,9,15,16,35,41,42,48],refil:16,reflect:[8,16,26,32,35,37,38,41,45],reflection_sign:[26,41,42],refocu:16,refrain:[],refresh:48,regain:35,regard:[35,37,38,48],region:[8,16,37,40,48],regist:[36,41],register_live_spy_callback:36,register_live_trace_callback:36,register_par:[41,47],register_signal_callback:[41,47],registr:47,registri:0,regress:[16,29,41,42,48],regroup:16,reject:35,rejoic:48,rejoin:48,rel:[8,48],relai:[39,40,48],relat:[5,8,9,16,36,37,38,40,41,47,48],relationship:[8,9,40,41],relax:[37,48],releas:[5,8,35,37,40,48],relentlessli:48,relev:37,reli:[16,37,48],reliabl:48,reliev:[13,41],religi:5,relinquish:48,reload:16,reluct:[40,42],remain:[16,37,40,45,48],remark:[5,16],remedi:[],rememb:[5,16,37,38,40,41,43,45,48],remidi:8,remind:[8,16,39,44,48],reminder_pattern_needed_1:37,reminder_pattern_needed_2:37,remov:[16,29,36,37,39,41,42,47,48],renam:47,render:[16,40],renderexplorewidget:[],rendit:38,reorgan:16,repeat:[8,11,37,39,40,41,45,47,48],repeatedli:38,repetit:[16,48],replac:[15,16,36,41,42,44,48],replic:[15,41,42],repo:2,report:[37,41,48],repost:[13,41],repres:[8,9,15,16,37,38,40,41,42,45,48],represent:40,reproduc:48,request:[0,37,39,41,48],request_city_detail:39,request_details_for_c:39,requestdetailsforcitypayload:39,requir:[6,9,16,34,35,37,38,39,40,41,44,45,47,48],reset:[40,41],resetchart:45,resettact:16,resili:39,resist:16,resolut:16,resolv:39,resourc:[5,16,39],respect:[16,48],respond:[8,16,17,34,38,41,42,45,47,48],respons:[16,37,41,45,48],rest:[16,36,37,38,40,41,45],restart:0,restor:45,restructuredtext:48,resubscrib:36,result:[16,17,28,29,35,36,37,38,39,41,42,45,47,48],resulting_funct:47,resurrect:45,ret_sup:6,ret_super_sub:6,ret_zz:6,retir:5,retreat:[16,17],retreat_ready_war:16,retreat_ready_war_cri:[16,17],retreat_war_cri:[16,17],retriev:[],retry_after_network_error:39,return_st:[37,41,48],return_statu:[10,16,17,25,26,34,37,39,40,41,42,43,45,47,48],returncod:6,returnstatussourc:1,reus:37,reusabl:37,reveal:[5,16,41,43],rever:48,revis:44,revolt:[],rewind:45,rich:[5,41,48],richard:46,richest:5,richli:[],rid:[35,39,48],ride:[16,34,39],ridg:[],ridget:[],rig:[],right:[5,8,16,36,37,39,40,43,47,48],right_wal:[],rightfulli:[],rigid:[37,40],rigor:[5,16,48],ring:[8,27,37,41,42,48],risk:16,ritual:48,robot:[35,39],robust:[16,35,36],roll:[40,41],roman:[],ronach:8,room:[27,40,41,42],root:[],rosetta:48,rotat:[16,37],rough:[39,48],roughli:[5,48],round:[39,40,41,48],rout:[16,36,44],routin:[9,37,47],routing_kei:36,row:47,row_to_check:[],rpc:44,rtc:[0,5,8,9,27,37,40,41,42,45,48],rubbl:[],rubi:48,rule:[5,8,16,34,35,39,45,48],rule_30:[],rule_30_black_walls_200_gener:[],rule_30_white_walls_100_generations_width_30:[],rule_30_white_walls_200_gener:[],rulebook:[],ruler:[],run:[0,4,5,8,9,10,15,16,24,25,27,28,29,34,35,36,37,38,39,40,41,42,44,45,47,48],run_anim:[],run_ev:0,runtim:41,rush:[],ruthlessli:43,rx_routing_kei:16,s11:[4,43],s11_state:43,s1_state:43,s211:4,s21:[4,9,43],s21_state:[25,41,43],s2_state:[25,41,43],s_state:[25,41,43],safe:[5,16,37,40,43,48],safeti:[16,41],sai:[5,16,37,38,39,40,41,45,47,48],said:[35,37,45,48],sake:41,salari:5,salt:38,same:[0,4,5,6,7,9,11,12,16,26,29,35,36,37,38,39,40,41,42,43,44,45,47,48],samek:[5,8,9,16,35,37,38,40,43,47,48],sampl:[37,39,48],sandwich:[],saskatoon:39,satisfact:[43,48],satisfi:48,saturn:5,sausag:39,save:[11,16,37,38,41,42,44],savefig:[],saw:[16,35,39,41,45],scaffold:[],scalabl:44,scale:[35,37],scan:[16,35,39,40,45],scare:[16,17],scenario:48,scene:48,scheme:[16,37,41],scienc:[37,40],scientif:[43,46],scimitar:[16,17],scipi:[],scope:36,score:5,scotti:44,scrambl:48,scratch:16,screen:[4,16,28,36,39,41,42,48],scribbl:[8,16,17,25,34,37,43,45,48],script:[36,44,48],scroll:48,sculpt:16,search:[8,9,12,32,37,38,40,41,45,47,48],search_for_super_sign:[26,27,28,34,36,37,38,41,42,43,45,47,48],season:16,sec:[16,17],second:[8,12,16,17,30,35,37,38,39,40,41,42,43,47,48],secondari:8,secondli:[],secret:[16,44,48],secretli:37,section:[4,7,16,35,38,39,40,41,44,45,47,48],secur:[16,44],see:[0,4,5,6,8,14,15,16,25,26,30,34,35,36,37,38,39,40,42,44,45,47,48],seed:37,seek:43,seem:[5,16,35,36,37,41,45,47,48],seemingli:[],seen:[6,8,16,37,39,40,41,44,45,48],segment:35,select:[15,41,42,48],self:[6,9,10,16,17,36,37,38,39,40,41,44,48],selfpayingtoasteroven:10,sell:[],semant:[35,37,38,40],semaphor:5,semblanc:16,send:[4,6,8,15,16,35,37,38,39,40,41,42,43,44,45,47,48],senior:[16,17],senior_advance_war_cri:[16,17],senior_retreat_war_cri:16,senior_skirmish_war_cri:[16,17],sens:[16,36,38,39,40,41,42,43,44,45,48],senseless:38,sensibl:[16,35],sensit:[],sensor:[16,37],sent:[8,16,34,36,37,38,39,40,41,45,48],sentenc:[16,40,48],seoc:[],separ:[5,16,36,37,38,39,40,41,48],seper:8,sequenc:[8,9,15,16,30,34,36,37,39,42,43,48],sequence_diagram:40,seri:[35,45],serial:6,seriou:[5,48],serious:5,serv:[16,39,40,41,48],server:[36,37,39,44,48],servic:[5,8,39],session:[28,41,42],set:[0,8,9,11,16,35,37,38,39,40,41,48],set_arrai:[],set_aspect:[],set_ticks_posit:[],set_titl:[],set_trac:[28,41,42],set_xticklabel:[],set_yticklabel:[],settl:[8,9,12,16,37,40,41,45,48],setup:[16,39,44],seventi:[],sever:[41,42],shadow:9,shake:48,shallow:48,shalt:45,shape:47,share:[5,8,9,16,26,34,35,37,38,39,40,41,42,48],she2:40,she:[40,48],sheet:16,shelf:37,shell:[16,44],shelv:37,shift:[27,41,42,48],shine:37,ship:[16,48],shoot:[16,40,47,48],shop:48,shortcode1:[],shortcode2:[],shorten:[],shorter:16,shorthand:[16,40,43,48],shortli:[37,40,44],shot:[8,11,12,16,17,37],should:[5,6,8,11,12,16,29,34,35,36,37,38,39,40,41,42,44,45,47,48],shoulder:[35,48],shouldn:[29,40,41,42,48],shout:16,show:[0,8,16,34,35,36,37,38,39,40,41,44,45,47,48],shown:[4,5,48],shrink:40,shut:[36,40,45,48],shutdown:42,side:[5,16,40,48],sight:[],signal:[0,1,4,8,9,10,11,12,13,16,17,25,26,27,30,34,36,37,38,39,40,43,45,47,48],signal_callback:[8,47],signal_nam:[0,6,26,39,40,41,42],signal_numb:[26,39,41,42],signal_that_is_def:[13,41],signalsourc:[1,26,41,42],signatur:[36,38,41,47,48],signifi:40,signific:16,significantli:[5,35,36],silo:[],similar:[16,35,37,41,47,48],similarli:37,simpl:[7,15,16,18,27,35,36,37,39,40,41,42,44,46,47],simple_fsm_2:40,simpleacyncexampl:41,simpleasyncexampl:41,simpler:[16,41],simpli:[5,37,40],simplic:[15,37,41,42],simplif:16,simplifi:[5,37,39,40,48],simul:[37,48],sinc:[5,6,9,12,15,16,27,34,35,36,37,38,40,41,42,43,44,45,46,48],singl:[7,16,35,37,38,40,41,48],singleton:[0,8,26,41,42],singular:[],sissi:41,sisyphean:40,sit:[8,16,41,48],site:[9,44],situat:[13,16,25,37,41,43,48],sixti:16,size:[37,39,48],sketch:[8,16,29,35,39,40,41,42],skill:16,skip:[16,36,37,41,45],skirmish:[16,17],skirmish_ammunition_low:[16,17],skirmish_entri:[16,17],skirmish_exit:[16,17],skirmish_officer_lur:[16,17],skirmish_other_squirmish_war_cri:[16,17],skirmish_retreat_ready_war_cri:[16,17],skirmish_second:[16,17],skirmish_senior_squirmish_war_cri:[16,17],skirmish_war_cri:[16,17],sky:48,slai:16,slam:37,slaughter:16,slave:41,sleep:[10,16,34,36,37,38,39,40,41,43,45,47,48],slide:38,slight:16,slightli:[16,40,48],slip:48,slot:37,slow:[16,41,48],slower:8,slowest_tim:37,slowli:[16,48],small:[15,16,35,37,38,41,42,43,48],smaller:[16,40,41],smallest:42,smart:16,smarter:16,smash:[],smear:48,smell:48,smile:48,smurf:16,snail:[],snap:[16,48],snare:16,snippet:[16,38,40,48],snoop:16,snoop_kei:16,snoop_scribbl:16,snoop_spy_encryption_kei:16,snoop_trace_encryption_kei:16,snow:[39,41],social:[16,46],societi:48,sock_dgram:36,socket:36,softwar:[5,8,16,34,35,37,39,40,41,44,47,48],soil:[],soldier:16,solid:40,solips:48,solipsist:48,solo:[],solut:[16,35,37],solv:[8,35,36,37,39,40,41,47],solver:[],some:[5,8,12,15,26,34,35,37,38,39,40,41,42,43,45,46,47,48],some_event_the_system_has_never_seen:48,some_example_st:[26,41,42],some_st:48,some_state_funct:48,some_state_to_prove_this_work:48,somebodi:38,somehow:[16,48],someon:[16,34,37,38,39,40,41,42,48],someth:[0,5,8,16,26,29,35,36,37,38,39,40,42,43,44,45,47,48],something_els:41,sometim:[9,16,17,48],somewai:[],somewhat:[35,36],somewher:[16,39],soon:[16,36,37],sorri:5,sort:[16,34,37,38,40,41],sound:[38,48],sourc:[2,8,9,15,16,35,38,40,42,43,44,48],source_st:40,space:[9,16,35,37,38,41,48],span:[36,48],spare:41,spawn:48,speak:[8,12,38,41],spec:[18,19,20,21,22,23,37,40,48],special:[4,16,34,37,38,40,45,48],specialist:40,specif:[15,16,27,28,29,35,37,38,40,42,43,45],specifi:[0,37,40,41,48],specifici:[],speed:[5,16,35,37,39,41],spell:47,spend:[5,16,35,40,48],spent:[5,16,35],sphere:37,spike:48,spinkler:[],spirit:48,spit:36,split:[16,45,48],spoil:16,spooki:[],sporat:37,spot:[8,16,27,41,42,48],sprai:[],spread:[16,35],spreadsheet:16,sprei:[5,34],sprinker:[],sprinkler:[7,35],sprinkler_heart_beat_sec:39,sprinkler_high_level:[],sprinkler_off:39,sprinkler_off_entry_sign:39,sprinkler_off_init_sign:39,sprinkler_on:39,sprinkler_on_done_wat:39,sprinkler_on_entry_sign:39,sprinkler_on_exit_sign:39,sprinkli:[],spruce:36,spy:[0,4,8,16,24,25,27,28,34,37,38,43,45,47,48],spy_callback:36,spy_ful:[38,45],spy_lin:48,spy_liv:36,spy_of_trac:48,spy_on:[4,10,11,12,14,16,17,25,37,38,40,41,42,43,45,47,48],spy_on_buzz:48,spy_on_heater_off:48,spy_on_heater_on:48,spy_on_light_off:48,spy_on_light_on:48,spy_or_trac:48,spy_queue_nam:36,spy_result:36,squar:[30,37,41,42,43],squirrel:45,squish:[],src:[],ssh:44,ssl:[],stabil:48,stabl:48,stack:36,stadium:[],staff:5,stage:[13,16,37,41,48],stai:[16,37,41,48],stair:48,staircas:48,stamp:[30,37,41,42,48],stand:[45,47,48],standard:[15,33,35,36,40,41,42],star:[37,40,48],stare:[],start:[0,8,9,10,16,17,27,28,30,32,34,35,36,37,38,40,42,43,45,47,48],start_at:[0,9,10,15,16,17,29,30,34,36,37,38,39,40,41,42,43,45,47,48],start_consum:36,start_exampl:41,start_thread_if_not_run:0,start_tim:48,startchart:[13,41],starting_st:37,starting_state_funct:9,startup:48,starvat:5,stash:[16,17],statchart:8,statchmachin:48,state:[0,4,5,6,8,9,10,11,12,13,14,15,16,17,25,27,30,34,35,36,37,38,39,45,48],state_chart_object:48,state_fn:[14,41,42],state_method_nam:41,state_method_templ:[8,41,47],state_nam:[0,14,16,17,40,41,42,48],state_return:6,state_to_transition_to:41,statecchart:[],statechart:[0,4,5,6,7,8,9,10,12,14,15,16,24,25,29,35,37,38,39,42,43,45,48],statechart_object:[],statehandl:41,stateless:41,statemachin:[4,24,36,40,41,48],statement:[4,16,41,45,48],statemethod:[14,41,42],staticmethod:[36,39,40,41,48],station:39,statocol:39,statu:[10,11,12,16,17,25,26,34,36,37,38,39,40,41,42,43,45,47,48],steadi:37,steam:37,stencil:35,step:[8,9,16,37,38,42,43,44,48],stephen:[],stick:[16,48],still:[0,5,16,35,37,38,40,43,47,48],stimul:[8,45],stimulu:37,stitch:[],stochast:37,stock:[],stone:48,stop:[0,8,16,17,36,37,38,39,40,45,48],stop_active_object:0,stop_consum:36,stop_fabr:[],store:[5,36,37,38,39,41],stori:[5,15,16,28,35,38,41,42,45],str:[16,17,26,37,39,40,41,42,48],straight:[35,40,41],straightforward:[36,37,44],strand:16,strang:[16,38,41,43,47,48],strateg:16,strategi:[5,16,36,38,41],straw:16,stream:[4,6,16,36,48],stretch:[],strftime:[37,41,48],strike:37,string:[6,8,9,14,26,29,36,37,40,41,42,47,48],strip:[16,29,41,42,48],strip_trac:36,stripped_spec:[],stripped_target:[16,29,41,42,48],stripped_trace_result:[16,29,41,42,48],stroke:16,strong:[16,35],strongli:[5,37],structur:[1,8,16,34,35,37,38,39,43,44,45,47,48],struggl:38,stub:[],studder:[],studdler:[],studi:[16,48],studio:[],stuff:[41,48],stupid:16,stupidli:16,stutter:35,style:[8,41,48],sub:[0,36,44],sub_row_to_check:[],subclass:[6,37,40,41,48],subclassed_ao1:40,subclassed_ao:40,subject:[],suboptim:37,subordin:16,subplot:[],subscrib:[0,5,8,16,34,35,36,39,40,44],subscribing_ao:41,subscript:[0,8,16,39,41],subservi:48,subset:[5,8,16],substat:[8,9,16,37,40],subsubclassed_ao2:40,subsystem:48,subtl:[37,41],subvers:48,succe:44,succeed:36,success:[5,37],successfulli:16,suck:16,suddenli:35,sudo:44,sued:[],suffici:16,suffix:[],suggest:[39,41],suicid:[],suit:48,sum:16,summar:[36,42,45],summari:45,summer:39,summer_to_dai:39,summer_to_night:39,summer_to_summ:39,summer_to_wint:39,sun:[],sunk:40,sunni:41,sunris:39,sunset:39,superior:16,supernatur:48,superst:[8,37,40,48],suppli:16,support:[0,9,15,35,36,37,40,41,42,44,48],suppos:[15,16,30,37,41,42,43,47,48],sure:[16,17,36,37,39,40,41,47,48],surpris:[37,46,47,48],surround:[5,16],surviv:16,suspens:48,sustain:16,svg:[40,41],swap:5,swarm:16,swell:[],swing:[16,37],symmetr:16,synanoum:[],synchron:[16,35,37,41],synonym:[8,40],syntact:[16,37],syntax:[26,35,37,38,39,41,42,44,47,48],synthes:41,sys:39,system:[5,6,7,8,9,12,15,27,28,34,35,37,38,39,40,42,44,45,47,48],t_question:43,tabl:41,tabular:[],tack:[],tackl:39,tactic:17,tag:48,tail:[27,37,41,42,45],taint:40,take:[0,5,8,16,35,36,37,38,40,41,43,45,48],takeawai:[],taken:[8,16,35,41],taleb:[34,43],talk:[5,16,35,37,38,40,41,42,44,48],tar:5,tara:48,target:[8,9,12,16,28,29,35,37,40,42,43,48],target_st:40,targetandtolerancespec:48,tart_at:[15,41,42],task:[0,5,16,41,45,48],task_ev:0,tatechart:[],taught:5,taxat:16,tazor:[15,28,29,30,38,41,42],tazor_oper:[28,38,41,42],tc1:47,tc2:47,tc2_s1:41,tc2_s2:41,tc2_s3:41,teach:5,team:[16,34,35,36,40,42],teammat:[16,42],tear:48,technic:[5,40,43,48],techniqu:[0,8,16,36,37,40,41,48],technlog:[],technolog:[5,35,36,48],tediou:48,tell:[5,9,15,16,28,35,37,38,39,40,41,42,44,45,48],tem:48,temp:[9,10,11,12,16,17,25,37,38,39,40,41,43,45,47,48],temp_max:39,temp_min:39,temperatur:[8,37,39,48],templat:[8,40,44],tempor:35,temporari:[6,39,42,48],tempt:[16,48],ten:[16,39,44],tend:40,tension:48,term:[8,27,35,39,40,41,42,48],termin:[4,15,27,36,37,38,41,42,47,48],terminolog:36,terrac:48,terrain:16,terribl:16,test:[0,5,9,10,15,16,28,29,32,33,35,36,37,39,43,44],test_baking_buzz_one_shot_tim:48,test_buzz_ev:48,test_buzz_tim:48,test_toaster_buzz_one_shot_tim:48,test_typ:48,testabl:48,text:[5,8,15,40,41,42,48],textil:[],than:[5,8,10,15,16,17,24,34,36,37,38,39,40,41,42,47,48],thankfulli:[16,48],thei:[4,5,8,9,12,15,16,17,34,35,36,37,38,39,40,41,42,43,44,45,47,48],theirs:[16,48],them:[5,6,8,9,11,12,16,17,34,35,36,37,38,39,40,41,43,44,45,47,48],theme:[],themselv:[8,16,17,35,36,41,48],theo:48,theoret:[],theori:[16,35,39,40,43,46],thepihut:[],therebi:[8,16,36],therefor:[16,38],thi:[0,2,4,5,6,8,9,10,11,12,13,14,15,16,17,26,27,28,29,30,34,36,37,38,39,40,41,42,43,44,45,47,48],thickest:[],thiel:48,thin:[],thing:[5,6,8,9,13,15,16,28,35,36,37,38,39,40,41,42,43,44,47,48],thing_subscribing_ao_cares_about:41,think:[12,16,26,35,36,37,38,40,41,42,43,44,45,48],thinner:[],thinnest:[],third:[16,37],thirti:[],this_dir:39,thoma:40,those:[8,16,34,38,40,47,48],thou:45,though:[8,12,16,35,38,41,44,45,47,48],thought:[16,17,35,37,41,48],thousand:[],thread:[0,4,5,8,10,16,34,35,36,37,38,39,40,41,43,45,47,48],thread_runner_fifo:0,thread_runner_lifo:0,thread_safe_queu:41,threadsaf:41,thredo:48,three:[16,35,37,38,39,40,41,44,45,47,48],three_puls:[11,41],threshold:37,throb:48,throe:8,through:[5,6,8,9,15,16,29,35,36,37,38,39,42,43,44,45,47,48],throughput:16,thrown:42,tick:[16,17],ticket:[],tie:[16,37,38,48],tied:[8,16,43],ties:[],tight:[35,48],tight_layout:[],tighten:43,tightli:[28,40,41,42,48],till:35,timat:8,time:[0,4,5,8,10,11,12,16,17,29,34,35,36,37,38,39,40,42,43,45,47],time_1:48,time_1_str:48,time_2:48,time_2_str:48,time_compress:[16,17],time_differ:48,time_in_sec:48,time_in_second:[16,17],time_keep:9,time_out:37,timeout:36,timeout_callback:36,timer:[36,39,48],timeseri:[],timestamp:[29,41,42,45,48],timestamp_str:48,timezon:39,tini:[5,43,48],tip:45,tissu:[],titl:[5,9,38,43,48],to_b1:41,to_cod:[8,16,41,47],to_dai:39,to_method:[16,17,34,36,37,39,40,41,47],to_night:39,to_summ:39,to_tim:[16,17],to_weather_payload:39,to_wint:39,toast:[10,37,48],toast_tim:48,toast_time_in_sec:48,toaster:[10,37,40],toaster_142x5:[],toaster_:10,toaster_baking_to_toast_spec:[],toaster_off_to_baking_trace_spec:[],toaster_oven:40,toaster_oven_1:48,toaster_oven_2:48,toasteroven:[37,40,48],toasterovenmock:48,toasting_buzz_test_spec:48,toasting_entri:37,toasting_time_m:48,toateroven:[40,48],todai:16,togeth:[15,16,35,39,40,41,42,46,48],toggl:48,told:48,toler:[16,48],toleranc:48,tolern:48,tolernance_in_m:48,tome:35,tonsil:48,too:[0,8,9,15,16,35,36,37,38,39,40,41,42,43,47,48],too_cold:40,too_hot:40,took:[16,34,35,45,48],tool:[5,8,16,34,35,36,40,41,42,44,48],top:[0,7,8,9,10,15,16,17,29,30,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48],top_bound:48,topic:[16,44],topolog:[9,34,35,37,38,40,41,47,48],topology_a:9,topology_h:9,toronto:39,total:43,totalitarian:37,touch:[5,41,48],toward:[9,16,37,48],tpath:9,trace:[0,4,8,15,16,24,28,29,30,34,37,38,39,40,45,48],trace_callback:36,trace_l:36,trace_lin:48,trace_queue_nam:36,trace_result:36,trace_target:48,trace_through_all_st:48,track:[16,17,36,37,40,41,42,45,48],tracker:41,trade:[37,38,40,47,48],tradit:[5,16,35,38,40,48],traffic:16,train:[16,35,41],tran:[8,9,10,11,12,16,17,25,34,36,37,38,39,40,41,43,45,47,48],tranduc:37,trans_:9,trans_to_c2_s1:41,trans_to_c2_s2:41,trans_to_c2_s3:41,trans_to_fb11:34,trans_to_fb1:34,trans_to_fb:34,trans_to_fc1:[34,41,47],trans_to_fc2:[34,41,47],trans_to_fc:[34,41,47],trans_to_tc1:47,trans_to_tc2:47,trans_to_tc:47,transact:42,transduc:[8,16,37],transfer:[37,38,41,43],transform:[],transit:[0,4,8,9,11,12,16,17,30,34,38,39,40,42,43,45,47,48],transitori:48,translat:[35,37,42],transmit:[16,36,44],transpar:[],transpir:48,travel:[],travers:38,treat:[9,40,41,48],tremend:16,trend:35,trends_nrtr:[],tri:[8,16,35,37,41,47,48],trial:37,triangl:[],tribe:38,trick:16,tricki:40,trickl:41,trigger:[8,9,16,17,37,38,39,40,43,47,48],trigger_pul:38,trip:16,trivial:[16,34,41,48],troop:16,troubl:[5,16,38,40,47],troubleshoot:[4,35],troublesom:5,truck:37,truli:[16,40],trust:[16,48],truth:16,tube:[],tunabl:[37,48],tune:[16,37],tupl:[39,40,41],turbin:37,turn:[5,6,8,10,15,16,29,34,35,37,38,39,40,41,42,43,44,45,47,48],turn_off_sprinkl:39,turn_on_sprinkl:39,tutori:[32,35,36,44],twain:16,tweak:[16,41],twice:48,twist:35,two:[0,4,5,8,13,15,16,35,36,37,38,39,40,41,42,43,44,45,47,48],twodcellularautomatawithanglediscoveri:[],twodcellularautonomata:[],tx_routing_kei:16,type:[4,6,11,16,30,34,35,37,39,40,41,42,44,45,47,48],typic:[0,16,34,35,40,41,48],u3uc:[16,36],ubuntu:[],ugli:48,ultim:[4,8,38,40,45,48],ultimate_hook_exampl:37,ultisnip:[40,48],uml:[5,8,15,16,34,35,36,37,39,41,42,43,48],umlel:[],umlet:[15,16,35,40,41,42],umletino:41,uncom:[28,41,42],uncomfort:48,undefin:[41,48],under:[5,16,35,40,44,48],underl:48,underli:[8,48],understand:[8,9,16,27,34,35,37,38,39,40,41,42,43,45,46,47,48],understood:35,underworld:48,unexcept:16,unexpect:[16,41],unfamiliar:43,unfold:16,unforeseen:16,unfortun:[5,35,40],ungodli:5,unhandl:[6,10,11,12,16,17,25,34,37,38,40,41,43,45,47,48],unhanld:[26,41,42],unifi:40,uniform:37,uniqu:[6,16,30,41,42,47,48],unison:[16,36,37],unit:[5,8,15,17,37,39,41,42,48],univers:[8,16,35,46,48],unives:[],unless:[8,16,48],unlik:[5,8,16,38,41,46,48],unlink:16,unload:38,unlock:40,unmanag:8,unnecessari:[11,41],unneed:48,unorgan:16,unpredict:37,unprocess:41,unprotect:[5,16],unreason:[],unreli:[],unrespons:48,unseen:6,unstabl:45,unstart:[],unsupport:46,unsuspect:38,untest:48,until:[5,8,9,16,36,37,38,39,41,45,48],unus:48,unusu:16,unwind:[7,8,41,42],upcom:48,updat:[15,16,29,35,41,42,48],update_angl:[],upon:[5,8,13,16,17,26,33,34,37,38,39,40,41,42,45,47,48],upper:[16,40,48],upward:[],url:39,usag:48,use:[0,5,8,11,12,15,16,25,26,27,29,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48],used:[0,2,5,6,8,9,10,11,12,15,16,30,35,36,37,38,39,40,41,42,43,44,45,47,48],useful:[9,11,16,35,36,37,38,40,41,48],useless:48,uselessli:16,user:[0,8,36,37,38,40,41,42,44,45,48],uses:[0,4,6,8,16,35,37,38,39,40,41,44,47,48],using:[0,4,5,6,8,9,15,16,27,29,30,34,35,36,37,38,39,40,41,42,44,45,47,48],usual:[41,48],utf:39,util:[15,41,42],uuid5:0,uuid:0,vagu:[],vain:5,valid:9,valour:16,valu:[6,8,16,26,37,41,42,48],valuabl:48,valv:39,vancouv:39,vantag:[16,48],variabl:[5,8,9,16,29,34,37,38,40,41,42,44,45,48],varient:[],varieti:36,variou:[8,16,38,41,45,48],veer:16,veloc:[],vendor:40,vent:41,venv:48,verbiag:[],verbos:[],veri:[0,5,15,16,27,30,34,35,37,38,39,40,41,42,43,45,47,48],verifi:[35,37,48],vers:42,version:[4,36,39,41,44,47,48],versu:48,vertic:[41,48],vestigi:48,via:[37,44],victim:38,victori:[5,16],video:[16,41],videoid:[],view:[5,8,16,35,36,37,38,40,43,45,46,48],vigil:16,vim:[34,40,41,48],virtual:[],visibl:[39,40,41],visio:[35,42],vision:[16,34,35],visit:41,visual:[34,48],vitamin:40,vnc:[],voic:16,voltag:[38,48],volum:35,voodoo:16,vortex:37,wai:[0,5,8,11,13,16,17,34,35,36,37,38,39,40,41,42,43,44,45,47,48],waist:5,wait:[0,5,10,11,16,17,35,36,37,38,39,40,41,43,45,48],waitcomplet:45,waiting_to_adv:[16,17],waiting_to_lur:[16,17],wake:[8,37,48],walk:[37,47,48],walker:48,wall_cl:[],wallleftblackrightblack:[],wallleftblackrightwhit:[],wallleftwhiterightblack:[],wallleftwhiterightwhit:[],want:[9,12,13,16,26,27,29,35,36,37,38,39,40,41,42,44,45,47,48],war:[5,16,17],warbot:16,ward:47,warhors:16,warn:[],wasn:[16,28,37,39,41,42,45,48],wast:[8,16,37,38,42,48],watch:[0,5,16,35,36,38,45,47,48],watch_external_weather_api:41,watch_external_weather_api_entri:41,watch_external_weather_api_weather_report:41,water:[16,17,39],water_time_sec:39,wave:[16,37,39,48],weak:16,weaken:16,weapon:[5,16,34],wear:16,weather:[35,39,41],weather_dict:39,weather_read:41,weather_report:41,weather_results_dict:39,weather_track:41,weather_work:39,weather_worker_city_detail:39,weather_worker_entry_sign:39,weather_worker_get_weath:39,weather_worker_weath:39,weatheropenapiresult:39,weatherreport:41,weav:16,web:[39,44,48],websit:[39,44],weekend:[],weigh:5,weight:[5,34],weirder:41,well:[0,5,6,9,16,35,38,40,41,43,44,47,48],went:[35,44],wenzel:44,were:[0,4,5,8,16,29,35,36,37,38,39,40,41,42,45,47,48],weren:[5,16,35,47,48],western:16,what:[5,8,9,14,16,27,28,29,30,34,35,36,37,38,40,43,44,45,46,47,48],whatev:[16,35,40,41,43,44,48],whatever_name_you_w:48,when:[4,5,8,9,11,13,15,16,17,27,28,29,34,35,36,37,38,39,40,42,43,44,45,47,48],whenev:37,where:[0,5,8,9,13,16,24,34,36,37,38,39,40,41,44,45,48],wherea:42,wherev:48,whether:[47,48],which:[0,5,6,8,9,13,15,16,26,27,28,29,34,35,36,37,38,39,40,41,42,43,44,45,47,48],whichev:37,whine:38,whisper:48,white:[10,48],white_light_off:10,white_light_on:10,white_mask:[],who:[5,8,16,35,36,37,38,40,41,42,47,48],whoever:[],whole:[5,16,26,36,38,41,42,48],wholli:35,whose:[16,35],why:[15,16,34,35,37,39,40,41,42,45,46,48],wide:[],widget:40,width:[],wiki:37,wikipedia:48,willing:16,wilt:[],win:5,wind:39,window:[16,24,36,48],wipe:[],wire:[16,36,39],withe:[],within:[0,4,5,6,8,9,12,16,17,25,34,35,36,37,38,40,41,42,43,45,47,48],without:[5,8,15,16,27,35,37,40,41,42,47,48],woke:45,wolfram:[],won:[5,11,13,35,37,38,40,41,42,48],wonder:37,word:[5,8,16,35,42,44,48],work2:41,work:[0,4,5,8,9,10,13,14,15,16,29,34,35,36,37,38,39,40,42,44,45,46,47,48],worker1:41,worker2:41,worker:[5,10,40,48],workflow:16,world:[5,8,13,16,35,37,40,41,44,45,48],worri:[38,41,45,47,48],wors:[5,16,41],worst:[16,48],worth:[16,35,37,40,47],worthwhil:48,would:[0,5,8,9,11,12,13,15,16,26,27,28,29,30,34,35,36,37,38,39,40,41,42,43,45,46,47,48],wouldn:[16,35,38,39,40,41,43,47,48],wound:[16,17],wrap:[6,9,14,16,17,36,40,41,42,47,48],wrapper:9,wrestl:[16,44,47],write:[4,5,8,15,16,27,28,34,35,36,37,38,39,40,41,42,44,45,48],written:[4,5,8,9,16,34,35,36,37,38,40,41,44,47,48],wrong:[9,16,35,38,47],wrote:[5,16,35,36,37,38,39,43,44,47,48],wsl:48,wta_entri:[16,17],wta_exit:[16,17],wtl_entri:[16,17],wtl_exit:[16,17],wtl_second:[16,17],www:[],x15:48,x_px:40,xaxi:[],xml:8,xor:[],y_px:40,yaml:8,yaxi:[],year:[5,35],yell:[16,17,48],yellow:[],yes:[16,40,48],yet:[5,8,12,15,16,37,38,39,40,41,42,43,47,48],yield:37,yml:[8,44],you:[0,2,4,5,6,8,9,11,12,13,14,15,16,25,26,27,28,29,30,34,35,36,37,38,39,40,42,43,44,45,46,47,48],your:[0,4,5,6,7,8,9,11,12,13,14,15,25,26,27,28,29,30,34,35,36,37,38,39,40,43,44,45,46,47,48],your_parent_state_method:41,your_signal_nam:41,your_state_method_nam:41,yourself:[8,16,37,38,40,41,46,47],youtub:41,z_px:40,z_pz:40,zap:38,zero:[5,16,18,32,35,37,39],zero_to_on:[7,18,19,20,21,22,23,40,48],zeromq:48,zip:[16,29,41,42,48],zoologi:5,zoom:41,zuvk:[]},titles:["Active Object","Architecture","Cellular Automata","City Sprinkler","Comprehensive","Concurrency: the Good Parts","Events","Examples","Glossary","Hsm","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","Mongol Horse Archer","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","<no title>","Python Statecharts","Installation","Interacting Statecharts (Same Machine)","Introduction","Spy and Trace Across a Network","Patterns","Simple Posting Example","Quick Start","Diagrams","Recipes","Reflection","Hacking to Learn","Setting Up RabbitMQ","Active Object Example","Testing","Using and Unwinding a Factory","Tutorial: Zero To One"],titleterms:{"abstract":48,"catch":41,"class":[36,40,41,47],"final":40,"function":[36,43],"import":[36,40,43],Adding:41,And:41,For:16,Going:41,Has:41,One:[41,48],The:[16,36,40,42],Using:[41,42,47],abil:36,about:[35,40],across:36,activ:[0,41,45],activeobject:41,activeojbect:[],add:[36,41,43],analog:[],anoth:41,ansibl:44,answer:43,anyth:43,approach:47,archer:16,architectur:1,around:39,arrow:40,attach:[16,40],augment:[],augmentng:41,automata:2,balkan:[],basic:[44,48],behavior:42,better:43,boiler:[36,41],build:[16,41],callback:[36,47],can:36,cancel:41,canva:[],cellular:2,challeng:43,chart:42,citi:3,citydetail:[],cityweath:39,close:36,code:[36,41,43,48],colloqui:[],common:43,compon:37,comprehens:4,concurr:5,connect:36,construct:40,consum:36,context:[16,35,36,40],count:36,creat:[36,41,47],current:41,deceit:16,decrypt:36,deep:40,defer:[37,41],describ:41,descript:42,design:[16,36,42,48],destroi:41,detail:[16,40,42],determin:41,diagram:[40,41],docstr:36,document:35,doe:41,draw:[36,41],dynam:[],els:40,embed:[],enter:41,entropi:[],event:[6,36,37,40,41,43,47,48],exampl:[7,16,34,36,38,45,47,48],exit:41,experienc:[],explain:42,extend:40,extrem:42,fabric:0,factori:[41,47],fall:40,feder:40,fifo:41,figur:39,first:[16,43],flat:41,foreignhsm:36,frame:43,from:[41,42],game:[],gener:[],get:[36,41],glossari:8,good:5,guard:[41,43],hack:43,hardwar:48,have:[36,41,42],hiearchi:43,high:[40,42],highlevel:[],hint:[],histor:16,histori:[35,37,40,48],hook:[37,41,48],hors:16,horseman:16,how:[41,42],hsm:[9,36],hypothesi:43,icon:40,idea:[],indic:32,inform:[36,39,41],inherit:40,init:43,initi:41,insid:41,instal:[33,44],instrument:4,interact:34,intern:43,introduct:35,iter:48,its:[16,36],learn:[43,44],level:[40,42],librari:36,lifo:41,link:36,linux:44,live:[41,42],log:36,machin:34,make:[36,43],mechan:[],medium:40,mesh:16,messag:[36,44],method:[41,47],mind:16,miro:40,mistak:43,model:16,modul:6,mongol:16,most:40,multi:[41,48],multichart:37,multipl:41,multishot:41,name:41,need:[],network:[16,36,39,44],newbi:[],noth:[],number:[],object:[0,36,41,45],off:36,one:48,onedcellularautomata:[],openweathermapcitydetail:39,organ:16,orthogon:37,other:[41,42,43],our:[16,36,43],out:39,output:[36,42],oven:48,overview:16,pai:[],parent:41,part:5,partial:43,pass:[39,41],pattern:[37,44],payload:[40,41,48],pend:37,phenomenon:[],pictur:43,plate:[36,41],point:40,post:[38,41],processor:40,produc:36,program:[16,36],proof:48,provid:[],pub:40,publish:[40,41],python:32,question:[43,48],quick:39,rabbitmq:[36,44],race:37,random:[],react:36,recal:41,recip:41,refactor:[],reflect:42,regist:47,releas:41,remind:37,requir:[36,43],returnstatussourc:6,rule30:[],rule:40,run:43,same:34,scott:[],scribbl:41,see:[41,43],self:[],send:36,sequenc:[40,41],set:[36,44],setup:48,shot:[41,48],shutdown:36,signal:[6,41,42],signalsourc:6,simpl:[34,38,48],sketch:[],small:[],some:[16,36],someth:41,sourc:41,specif:[36,41,47,48],sprinkler:[3,39],spy:[36,41,42],standard:47,start:[39,41],state:[40,41,42,43,47],statechart:[32,34,36,40,41,47],statemachin:[],stop:41,stori:48,structur:[40,41],sub:40,subscrib:41,subscript:40,subsect:[],summari:47,system:[16,41],tabl:32,tactic:16,target:41,technic:16,templat:[41,47],termin:40,test:[41,42,46,48],thi:35,thought:42,through:[40,41],time:[41,48],titl:[],toaster:48,trace:[36,41,42],transit:[37,41],translat:48,turn:36,tutori:48,twodcellularautomata:[],ultim:37,uml:40,unit:16,unwind:47,view:42,visual:[],volk:[],wall:[],warn:40,what:[39,41,42],when:41,why:47,window:44,work:[41,43],worker:41,write:47,you:41,your:[16,41,42],zero:48}}) \ No newline at end of file diff --git a/examples/terminate.py b/examples/terminate.py new file mode 100644 index 0000000..a5d7953 --- /dev/null +++ b/examples/terminate.py @@ -0,0 +1,24 @@ +import time +from miros import spy_on +from miros import ActiveObject +from miros import signals, Event, return_status + +@spy_on +def some_state(chart, e): + status = return_status.UNHANDLED + if(e.signal == signals.Destroy_This_Chart): + chart.stop() + status = return_status.HANDLED + else: + chart.temp.fun = chart.top + status = return_status.SUPER + return status + +if __name__ == "__main__": + ao = ActiveObject('some_state') + ao.live_trace = True + ao.start_at(some_state) + time.sleep(2) + ao.post_fifo(Event(signal=signals.Destroy_This_Chart)) + time.sleep(200) + diff --git a/examples/test_snippets.py b/examples/test_snippets.py deleted file mode 100644 index cfb2bbe..0000000 --- a/examples/test_snippets.py +++ /dev/null @@ -1,43 +0,0 @@ -import time -from collections import namedtuple - -from miros import Event -from miros import signals -from miros import Factory -from miros import return_status - -class InstrumentedFactory(Factory): - def __init__(self, name, live_trace=None, live_spy=None): - super().__init__(name) - self.live_trace = False if live_trace == None else live_trace - self.live_spy = False if live_spy == None else live_spy - - -class Bob(InstrumentedFactory): - def __init__(self, name, a, b, live_trace=None, live_spy=None): - '''comment''' - super().__init__(name, live_trace, live_spy) - -def guard(): - return True - -@spy_on -def source_state(chart, e): - status = return_status.UNHANDLED - if(e.signal == signals.SIGNAL_NAME): - if guard(): - chart.post_fifo(Event(signal=signals.EVT_A)) - status = chart.trans(target_state) - else: - status = return_status.HANDLED - else: - self.temp.fun = chart.top - status = return_status.SUPER - return status - -@spy_on -def target_state(chart, e): - self.temp.fun = chart.top - status = return_status.SUPER - return status - diff --git a/miros/activeobject.py b/miros/activeobject.py index 10c94b4..edd0eb7 100644 --- a/miros/activeobject.py +++ b/miros/activeobject.py @@ -665,7 +665,14 @@ def stop(self): # post an item to wake up the task so it can see it's event has been cleared # this will cause it to exit its forever-loop and exit self.queue.append(HsmEvent(signal=signals.stop_active_object)) - self.thread.join() + try: + # If stop is being called outside of this active object, wait for this + # thread to stop + self.thread.join() + except RuntimeError: + # If stop is being called from within the active object thread, we can not + # join our own thread, so proceed with the next steps + pass # kill threads which were started by post_fifo or post_lifo single-shots or # multi-shots diff --git a/plan/release_notes.wiki b/plan/release_notes.wiki new file mode 100644 index 0000000..cebbf79 --- /dev/null +++ b/plan/release_notes.wiki @@ -0,0 +1,3 @@ +Allowing stop to be called within ActiveObject or Factory + +* the stop method can now be called within an ActiveObject or a Factory. diff --git a/setup.py b/setup.py index 5dbd12c..35d4541 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ py_modules=['miros'], # https://packaging.python.org/en/latest/single_source_version.html - version='4.1.00', + version='4.1.1', description='A statechart library for Python', long_description=long_description, diff --git a/test/active_object_start_stop_test.py b/test/active_object_start_stop_test.py index 7f836bd..d4df648 100644 --- a/test/active_object_start_stop_test.py +++ b/test/active_object_start_stop_test.py @@ -1,9 +1,11 @@ import time import pytest from miros import Event +from miros import spy_on from miros import signals from miros import Factory from collections import deque +from miros import ActiveObject from miros import return_status from collections import namedtuple @@ -121,6 +123,27 @@ def test_that_stopping_the_fabric_stops_the_tasks(): time.sleep(0.1) assert(ssc.thread.is_alive() == False) +@spy_on +def some_state(chart, e): + status = return_status.UNHANDLED + if(e.signal == signals.Destroy_This_Chart): + chart.stop() + status = return_status.HANDLED + else: + chart.temp.fun = chart.top + status = return_status.SUPER + return status + +@pytest.mark.stop +def test_that_stop_works_within_an_active_object(): + ao = ActiveObject('some_state') + ao.start_at(some_state) + time.sleep(0.1) + assert(ao.thread.is_alive() == True) + ao.post_fifo(Event(signal=signals.Destroy_This_Chart)) + time.sleep(0.1) + assert(ao.thread.is_alive() == False) + if __name__ == "__main__": print("hey") ssc = StartStopChart('whatever')