Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
tuple() -> empty tuple tuple(iterable) -> tuple initialized from iterable's items If the argument is a tuple, the return value is the same object.
src/p/a/papyon-HEAD/papyon/msnp/notification.py papyon(Download)
def _connect_cb(self, transport): self.__switchboard_callbacks = PriorityQueue() self._state = ProtocolState.OPENING self._send_command('VER', ProtocolConstant.VER)