Machinery.__using__

You're seeing just the macro __using__, go back to Machinery module for more information.
Link to this macro

__using__(opts)

View Source (macro)

Main macro function that will be executed upon the load of the module using it.

It basically stores the states and transitions.

It expects a Keyword as argument with two keys states and transitions.

P.S. The first state declared will be considered the initial state