Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
statsmodels / formula / __init__.py
Size: Mime:
__all__ = ['handle_formula_data', 'test']
from .formulatools import handle_formula_data

from statsmodels.tools._testing import PytestTester

test = PytestTester()