The directions module

The directions module contains classes for creating decorators that allow functions to match objects that were recieved from a specific source (e.g., from the iPhone).

pysiriproxy.plugins.directions.From_Guzzoni

The From_Guzzoni property is a decorator which can be used to allow functions to match objects that are received from the Guzzoni web server.

pysiriproxy.plugins.directions.From_iPhone

The From_iPhone property is a decorator which can be used to allow functions to match objects that are received from the iPhone.

pysiriproxy.plugins.directions.directionsMatch(function, direction)[source]

Determine if the given direction is found in the list of directions for this function.

  • function – The function
  • direction – The given direction
pysiriproxy.plugins.directions.getDirections(function)[source]

Get the list of directions for the given function.

  • function – The function
pysiriproxy.plugins.directions.isDirectionFilter(function)[source]

Determine if the given function is a directions filter.

  • function – The function

Previous topic

The plugins module

Next topic

The manager module

This Page