Python setuptools.dist._get_unpatched() Examples

The following are 2 code examples of setuptools.dist._get_unpatched(). You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may also want to check out all available functions/classes of the module setuptools.dist , or try the search function .
Example #1
Source File: core.py    From auto-alt-text-lambda-api with MIT License 5 votes vote down vote up
def _monkeypatch_distribution():
    core.Distribution = dist._get_unpatched(core.Distribution) 
Example #2
Source File: core.py    From keras-lambda with MIT License 5 votes vote down vote up
def _monkeypatch_distribution():
    core.Distribution = dist._get_unpatched(core.Distribution)