Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_subprocess.py3518 instances_created = [] variable in MiscTests.RecordingPopen
3522 self.instances_created.append(self)
3563 process = self.RecordingPopen.instances_created.pop()
3566 self.assertEqual([], self.RecordingPopen.instances_created)