Home
last modified time | relevance | path

Searched defs:_Py_STATIC_CAST (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Include/
Dpyport.h14 # define _Py_STATIC_CAST(type, expr) static_cast<type>(expr) macro
16 # define _Py_STATIC_CAST(type, expr) ((type)(expr)) macro