Searched refs:pytype (Results 1 – 15 of 15) sorted by relevance
/third_party/boost/boost/python/converter/ |
D | pytype_object_mgr_traits.hpp | 23 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()
|
D | pyobject_type.hpp | 19 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()
|
D | builtin_converters.hpp | 50 # 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/ |
D | check_pytype.sh | 17 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/ |
D | internal.hpp | 33 #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 | .gitignore | 135 # pytype static type analyzer 136 .pytype/
|
/third_party/boost/boost/python/ |
D | errors.hpp | 51 BOOST_PYTHON_DECL PyObject* pytype_check(PyTypeObject* pytype, PyObject* source);
|
/third_party/grpc/summerofcode/ |
D | ideas.md | 30 …bably errors in the implementation of gRPC Python that [pytype](https://github.com/google/pytype) …
|
/third_party/boost/libs/python/doc/reference/ |
D | pytype_function.qbk | 10 template < PyTypeObject const *pytype > 14 static PyTypeObject const *get_pytype(){return pytype; }
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 1439 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/ |
D | libwebp_python_wrap.c | 1434 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/ |
D | pyporting.rst | 447 .. _pytype: https://github.com/google/pytype target
|
/third_party/python/Doc/whatsnew/ |
D | 3.6.rst | 242 `pytype <https://github.com/google/pytype>`_, PyCharm, etc.
|
/third_party/python/Doc/faq/ |
D | programming.rst | 65 `Pytype <https://github.com/google/pytype>`_ can check type hints in Python
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 9619 type_ = g_type.pytype 9621 g_type.pytype = wrapper 9623 g_type.pytype = wrapper
|