Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/b/3/b3-1.9.2/b3/parsers/iourt41.py b3(Download)
def ban(self, client, reason='', admin=None, silent=False, *kwargs): self.debug('BAN : client: %s, reason: %s', client, reason) if isinstance(client, b3.clients.Client) and not client.guid: # client has no guid, kick instead return self.kick(client, reason, admin, silent)
src/b/i/big-brother-bot-HEAD/b3/parsers/iourt41.py big-brother-bot(Download)
def ban(self, client, reason='', admin=None, silent=False, *kwargs): self.debug('BAN : client: %s, reason: %s', client, reason) if isinstance(client, b3.clients.Client) and not client.guid: # client has no guid, kick instead return self.kick(client, reason, admin, silent)
src/b/3/b3-1.9.2/b3/parsers/oa081.py b3(Download)
def ban(self, client, reason='', admin=None, silent=False, *kwargs): self.debug('BAN : client: %s, reason: %s', client, reason) if isinstance(client, b3.clients.Client) and not client.guid: # client has no guid, kick instead return self.kick(client, reason, admin, silent)
src/b/i/big-brother-bot-HEAD/b3/parsers/oa081.py big-brother-bot(Download)
def ban(self, client, reason='', admin=None, silent=False, *kwargs): self.debug('BAN : client: %s, reason: %s', client, reason) if isinstance(client, b3.clients.Client) and not client.guid: # client has no guid, kick instead return self.kick(client, reason, admin, silent)