github.Requester.Requester.resetConnectionClasses

Here are the examples of the python api github.Requester.Requester.resetConnectionClasses taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: PyGithub Source File: Framework.py
Function: tear_down
    def tearDown(self):
        unittest.TestCase.tearDown(self)
        self.__closeReplayFileIfNeeded()
        github.Requester.Requester.resetConnectionClasses()