Your IP : 216.73.217.88


Current Path : /proc/self/root/opt/alt/python35/lib64/python3.5/site-packages/Cython/Includes/libcpp/
Upload File :
Current File : //proc/self/root/opt/alt/python35/lib64/python3.5/site-packages/Cython/Includes/libcpp/typeinfo.pxd

from libcpp cimport bool

cdef extern from "<typeinfo>" namespace "std" nogil:
    cdef cppclass type_info:
        const char* name()
        int before(const type_info&)
        bool operator==(const type_info&)
        bool operator!=(const type_info&)
        # C++11-only
        size_t hash_code()