Home
last modified time | relevance | path

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

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