[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] primitives: divine class of slot



this is wrong:

        if(isKindOf(b,class_identdict)) {
            printf("dict\n");
        }

how do i easily fetch a PyrClass pointer to "Dictionary" ?

what's the best method to use to check class ? ( i want isKindOf :
subclasses included)

thanks.

-felix