Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(0) | Import(2)
bool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
src/f/r/FriendlyTorrent-HEAD/src/tornado/BitTornado/BT1/track.py FriendlyTorrent(Download)
from BitTornado.HTTPHandler import HTTPHandler, months, weekdays from BitTornado.parsedir import parsedir from NatCheck import NatCheck, CHECK_PEER_ID_ENCRYPTED from BitTornado.BTcrypto import CRYPTO_OK from T2T import T2TList
self.only_local_override_ip = not config['nat_check'] if CHECK_PEER_ID_ENCRYPTED and not CRYPTO_OK: print ('**warning** crypto library not installed,' + ' cannot completely verify encrypted peers')
src/b/i/BitTornado-HEAD/BitTornado/BT1/track.py BitTornado(Download)
from BitTornado.HTTPHandler import HTTPHandler, months from BitTornado.parsedir import parsedir from NatCheck import NatCheck, CHECK_PEER_ID_ENCRYPTED from BitTornado.BTcrypto import CRYPTO_OK from T2T import T2TList
self.only_local_override_ip = not config['nat_check'] if CHECK_PEER_ID_ENCRYPTED and not CRYPTO_OK: print '**warning** crypto library not installed, cannot ' \ 'completely verify encrypted peers'