twisted.internet.test.test_posixprocess.FakeResourceModule(object) class documentationtwisted.internet.test.test_posixprocess
(View In Hierarchy)
Fake version of resource
which hard-codes a particular rlimit for maximum open files.
| Method | __init__ | Undocumented |
| Method | getrlimit | A fake of resource.getrlimit
which returns a pre-determined result. |
| Instance Variable | _limit | The value to return for the hard limit of number of open files. |