e0ba43f85537ba7e516de294c27947a8ad6f0abb,scanpy/__init__.py,,,#,7

Before Change


__version__ = get_versions()["version"]
del get_versions

if sys.version_info < (3, 0):
    warnings.warn("Scanpy only runs reliably with Python 3, preferrably >=3.5.")

import pandas as pd
if pd.__version__ < LooseVersion("0.21"):
    raise ImportError("Scanpy needs pandas version >=0.21, not {}.\n"
                      "Run `pip install pandas --upgrade`."

After Change


__version__ = get_versions()["version"]
check_versions()
annotate_doc_types(sys.modules[__name__], "scanpy")
del get_versions, sys, check_versions, annotate_doc_types

// the actual API
from . import tools as tl
from . import preprocessing as pp
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: theislab/scanpy
Commit Name: e0ba43f85537ba7e516de294c27947a8ad6f0abb
Time: 2018-12-27
Author: f.alex.wolf@gmx.de
File Name: scanpy/__init__.py
Class Name:
Method Name:


Project Name: scipy/scipy
Commit Name: 891a2d47c5ac3d2fff3fa86e15ad8a9344b8c157
Time: 2013-12-30
Author: ralf.gommers@googlemail.com
File Name: scipy/__init__.py
Class Name:
Method Name:


Project Name: tgsmith61591/pmdarima
Commit Name: 75b1b6d5ee141a4bbe55f69f140c0106f2ae8b67
Time: 2018-09-07
Author: tgsmith61591@gmail.com
File Name: pyramid/__init__.py
Class Name:
Method Name: