Home
last modified time | relevance | path

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

/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A D_objects.c67 PyObject *ret, *item, *name, *sha, *py_strict = NULL; in py_parse_tree() local
72 &text, &len, &py_strict)) in py_parse_tree()
75 &text, &len, &py_strict)) in py_parse_tree()
78 strict = py_strict ? PyObject_IsTrue(py_strict) : 0; in py_parse_tree()