(self, did)
| 164 | # xxx finished. pickleable? |
| 165 | ### Will probably need to extend rpc.py:SocketIO._proxify at that time. |
| 166 | def dict_keys_list(self, did): |
| 167 | return list(dicttable[did].keys()) |
| 168 | |
| 169 | def dict_item(self, did, key): |
| 170 | value = dicttable[did][key] |