Home
last modified time | relevance | path

Searched refs:pytype (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/python/converter/
Dpytype_object_mgr_traits.hpp23 template <PyTypeObject* pytype, class T>
25 : pyobject_type<T, pytype> // provides check()
34 template <PyTypeObject* pytype, class T>
35 inline python::detail::new_reference pytype_object_manager_traits<pytype,T>::adopt(PyObject* x) in adopt()
37 return python::detail::new_reference(python::pytype_check(pytype, x)); in adopt()
Dpyobject_type.hpp19 template <class Object, PyTypeObject* pytype>
24 return ::PyObject_IsInstance(x, (PyObject*)pytype); in check()
30 (checked_downcast_impl)(x, pytype) in checked_downcast()
34 static PyTypeObject const* get_pytype() { return pytype; } in get_pytype()
Dbuiltin_converters.hpp50 # define BOOST_PYTHON_RETURN_TO_PYTHON_BY_VALUE(T, expr, pytype)\ argument
60 return (pytype); \
72 return (pytype); \
88 # define BOOST_PYTHON_TO_PYTHON_BY_VALUE(T, expr, pytype) \ argument
89 BOOST_PYTHON_RETURN_TO_PYTHON_BY_VALUE(T,expr, pytype) \
/third_party/grpc/tools/distrib/
Dcheck_pytype.sh17 python3 -m pip install pytype==2019.11.27
19 python3 -m pytype --keep-going -j "$JOBS" --strict-import --config "setup.cfg"
/third_party/boost/boost/python/numpy/
Dinternal.hpp33 #define NUMPY_OBJECT_MANAGER_TRAITS_IMPL(pytype,manager) \ argument
34 PyTypeObject const * object_manager_traits<manager>::get_pytype() { return &pytype; }
/third_party/node/tools/gyp/
D.gitignore135 # pytype static type analyzer
136 .pytype/
/third_party/boost/boost/python/
Derrors.hpp51 BOOST_PYTHON_DECL PyObject* pytype_check(PyTypeObject* pytype, PyObject* source);
/third_party/grpc/summerofcode/
Dideas.md30 …bably errors in the implementation of gRPC Python that [pytype](https://github.com/google/pytype) …
/third_party/boost/libs/python/doc/reference/
Dpytype_function.qbk10 template < PyTypeObject const *pytype >
14 static PyTypeObject const *get_pytype(){return pytype; }
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1439 PyTypeObject *pytype; member
1506 data->pytype = 0; in SwigPyClientData_New()
1655 assert(cd->pytype); in SwigPyObject_type()
1656 return cd->pytype; in SwigPyObject_type()
2630 if (clientdata && clientdata->pytype) { in SWIG_Python_NewPointerObj()
2635 PyObject *next_self = clientdata->pytype->tp_alloc(clientdata->pytype, 0); in SWIG_Python_NewPointerObj()
2645 newobj = PyObject_New(SwigPyObject, clientdata->pytype); in SWIG_Python_NewPointerObj()
5590 SwigPyObject_clientdata.pytype = swigpyobject; in SWIG_init()
5591 } else if (swigpyobject->tp_basicsize != cd->pytype->tp_basicsize) { in SWIG_init()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1434 PyTypeObject *pytype; member
1501 data->pytype = 0; in SwigPyClientData_New()
1642 assert(cd->pytype); in SwigPyObject_type()
1643 return cd->pytype; in SwigPyObject_type()
2609 if (clientdata && clientdata->pytype) { in SWIG_Python_NewPointerObj()
2614 PyObject *next_self = clientdata->pytype->tp_alloc(clientdata->pytype, 0); in SWIG_Python_NewPointerObj()
2624 newobj = PyObject_New(SwigPyObject, clientdata->pytype); in SWIG_Python_NewPointerObj()
5557 SwigPyObject_clientdata.pytype = SwigPyObject_TypeOnce(); in SWIG_init()
5558 } else if (SwigPyObject_TypeOnce()->tp_basicsize != cd->pytype->tp_basicsize) { in SWIG_init()
/third_party/python/Doc/howto/
Dpyporting.rst447 .. _pytype: https://github.com/google/pytype target
/third_party/python/Doc/whatsnew/
D3.6.rst242 `pytype <https://github.com/google/pytype>`_, PyCharm, etc.
/third_party/python/Doc/faq/
Dprogramming.rst65 `Pytype <https://github.com/google/pytype>`_ can check type hints in Python
/third_party/gstreamer/gstreamer/
DChangeLog9619 type_ = g_type.pytype
9621 g_type.pytype = wrapper
9623 g_type.pytype = wrapper