Esempio n. 1
0
def check_typeid(typeid):
    # xxx does not perform a full check of validity, just checks for nonzero
    ll_assert(llop.is_group_member_nonzero(lltype.Bool, typeid),
              "invalid type_id")
Esempio n. 2
0
def _check_typeid(typeid):
    ll_assert(llop.is_group_member_nonzero(lltype.Bool, typeid),
              "invalid type_id")
Esempio n. 3
0
def _check_typeid(typeid):
    ll_assert(llop.is_group_member_nonzero(lltype.Bool, typeid),
              "invalid type_id")
Esempio n. 4
0
def check_typeid(typeid):
    # xxx does not perform a full check of validity, just checks for nonzero
    ll_assert(llop.is_group_member_nonzero(lltype.Bool, typeid),
              "invalid type_id")