Home
last modified time | relevance | path

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

/external/libnl/python/netlink/
Dcapi.i910 PyObject *listobj; in nla_get_nested() local
915 listobj = PyList_New(0); in nla_get_nested()
919 PyList_Append(listobj, nestattrobj); in nla_get_nested()
921 return listobj; in nla_get_nested()
969 PyObject *listobj; in nla_policy_array() local
974 listobj = PyList_New(n_items); in nla_policy_array()
978 PyList_SetItem(listobj, i, polobj); in nla_policy_array()
980 return listobj; in nla_policy_array()
/external/python/cpython3/Lib/test/
Dtest_marshal.py436 listobj = [obj, obj]
437 self.helper(listobj)
438 self.helper3(listobj)