Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/s/p/spyke-0.1/spyke/connection.py spyke(Download)
import skype from helper_functions import * from list_channel import SpykeListChannel from text_channel import SpykeTextChannel from contact_interfaces import ( SpykePresence,
channel = self._channel_map[handle_type, handle] elif handle_type == HANDLE_TYPE_LIST: channel = SpykeListChannel(conn, handle_) self._channel_map[handle_type, handle] = channel self._channels.add(channel)