Searched refs:getgrall (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_grp.py | 24 entries = grp.getgrall() 30 entries = grp.getgrall() 52 self.assertRaises(TypeError, grp.getgrall, 42) 59 for (n, p, g, mem) in grp.getgrall(): 98 entries = grp.getgrall()
|
/external/python/cpython2/Lib/test/ |
D | test_grp.py | 24 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/ |
D | grp.py | 176 def getgrall(): function 182 getgrall()
|
/external/python/cpython2/Doc/library/ |
D | grp.rst | 53 .. function:: getgrall()
|
/external/python/cpython3/Doc/library/ |
D | grp.rst | 56 .. function:: getgrall()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 4280 Fix test_os.test_chown(): use os.getgroups() rather than grp.getgrall() to
|