File: //usr/lib/python3/dist-packages/twisted/positioning/test/__pycache__/receiver.cpython-310.pyc
o
�b] � @ s* d Z ddlmZmZ G dd� dej�ZdS )z
Receivers for use in tests.
� )�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"