Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aroundthecode / multidict   python

Repository URL to install this package:

Version: 4.6.1 

/ _multidict_views.pxd

from cpython.object cimport PyObject

cdef extern from "_multidict_views.h":

    object multidict_itemsview_new(object impl)
    object multidict_keysview_new(object impl)
    object multidict_valuesview_new(object impl)

    int multidict_views_init() except -1