文件操作 - receiver.cpython-310.pyc
返回文件管理
返回主菜单
删除本文件
文件: /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"