File: //usr/lib/python3/dist-packages/twisted/positioning/test/__pycache__/receiver.cpython-38.pyc
U
W[� � @ s: d Z ddlmZmZ ddlmZmZ G dd� dej�ZdS )z
Receivers for use in tests.
� )�absolute_import�division)�base�ipositioningc @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) �MockPositioningReceivera
A mock positioning receiver.
Mocks all the L{IPositioningReceiver} methods with stubs that don't do
anything but register that they were called.
@ivar called: A mapping of names of callbacks that have been called to
C{True}.
@type called: C{dict}
c C s"