Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_grp.py24 entries = grp.getgrall()
30 entries = grp.getgrall()
52 self.assertRaises(TypeError, grp.getgrall, 42)
57 for (n, p, g, mem) in grp.getgrall():
/external/python/cpython2/Lib/plat-os2emx/
Dgrp.py176 def getgrall(): function
182 getgrall()
/external/python/cpython2/Doc/library/
Dgrp.rst53 .. function:: getgrall()