Esempio n. 1
0
def nr_regions(x, max_count=None):
    return list(hashsplit._nonresident_page_regions(bytearray(x), 1,
                                                    max_count))
Esempio n. 2
0
def nr_regions(x, max_count=None):
    return list(hashsplit._nonresident_page_regions(bytearray(x), max_count))
Esempio n. 3
0
def nr_regions(x, max_count=None):
    return list(hashsplit._nonresident_page_regions(''.join(map(chr, x)),
                                                    max_count))
Esempio n. 4
0
def nr_regions(x, max_count=None):
    return list(
        hashsplit._nonresident_page_regions(''.join(map(chr, x)), max_count))