Home
last modified time | relevance | path

Searched refs:dict_pop (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/cython/Cython-0.29.24/tests/run/
H A Ddict_pop.pyx8 def dict_pop(dict d, key): function
11 >>> dict_pop(d, 1)
13 >>> dict_pop(d, 3)
16 >>> dict_pop(d, 2)
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Ddict_pop.pyx8 def dict_pop(dict d, key): function
11 >>> dict_pop(d, 1)
13 >>> dict_pop(d, 3)
16 >>> dict_pop(d, 2)
/dports/lang/python311/Python-3.11.0a3/Objects/clinic/
H A Ddictobject.c.h129 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
135 dict_pop(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_pop() function
/dports/lang/python310/Python-3.10.1/Objects/clinic/
H A Ddictobject.c.h129 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
135 dict_pop(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_pop() function
/dports/lang/python39/Python-3.9.9/Objects/clinic/
H A Ddictobject.c.h128 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
134 dict_pop(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_pop() function
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Objects/clinic/
H A Ddictobject.c.h128 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
134 dict_pop(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_pop() function
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Objects/clinic/
H A Ddictobject.c.h129 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
135 dict_pop(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_pop() function
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/clinic/
H A Dfrozendictobject.c.h44 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Ddict.h40 void *dict_pop(struct dict *, const char *);
H A Ddict.c126 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/clinic/
H A Dfrozendictobject.c.h74 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/clinic/
H A Dfrozendictobject.c.h78 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/clinic/
H A Dfrozendictobject.c.h78 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/clinic/
H A Dfrozendictobject.c.h78 {"pop", (PyCFunction)(void(*)(void))dict_pop, METH_FASTCALL, dict_pop__doc__},
/dports/mail/opensmtpd-extras-table-ldap/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/mail/opensmtpd-extras-table-mysql/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/mail/opensmtpd-extras/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/mail/opensmtpd-extras-queue-ram/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/mail/opensmtpd-extras-scheduler-ram/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/mail/opensmtpd-extras-table-passwd/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/mail/opensmtpd-extras-table-postgresql/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/mail/opensmtpd-extras-table-redis/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/mail/opensmtpd-extras-table-sqlite/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/mail/opensmtpd-extras-table-socketmap/opensmtpd-extras-6.7.1/api/
H A Ddict.c124 dict_pop(struct dict *d, const char *k) in dict_pop() function
/dports/lang/micropython/micropython-1.17/py/
H A Dobjdict.c329 STATIC mp_obj_t dict_pop(size_t n_args, const mp_obj_t *args) { in dict_pop() function
332 STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(dict_pop_obj, 2, 3, dict_pop);

123