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/r/o/RosterCore-0.17/roster_core/core_helpers.py RosterCore(Download)
reserved = constants.RESERVED_IPV6 elif( cidr_block_ipy.version() == 4 ): reserved = constants.RESERVED_IPV4 for cidr in reserved: reserved_ips.append(IPy.IP(cidr))