Searched defs:hash (Results 1 - 2 of 2) sorted by relevance

/pkg/src/tests/cli/
H A Dt_pkg_info.py832 license {hash} license=foo chash={chash} pkg.csize={csize} \
834 hash=a.hash, variable in class:TestPkgInfoPerTestRepo
/pkg/src/modules/actions/
H A D_actions.c52 static const char *notident = "hash attribute not identical to positional hash";
168 PyObject *hash = NULL; local
192 Py_XDECREF(hash);\
302 if (PyDict_Size(attrs) > 0 || hash != NULL) {
308 hash = PyUnicode_FromStringAndSize(
311 hash = PyString_FromStringAndSize(
314 if (hash == NULL) {
347 strncmp(keystr, "hash", keysize) == 0) {
494 if (strncmp(keystr, "hash
[all...]

Completed in 12 milliseconds