b5276f49bbe9e81f65caae4fc6a6f310cd3332f9,lib/streamlit/type_util.py,,,#,59

Before Change


        return fqn_type_pattern.match(actual_fqn) is not None


_SYMPY_RE = re.compile(r"^sympy.*$")


def is_sympy_expession(obj):
    True if input is a SymPy expression.

After Change


    _NUMPY_ARRAY_TYPE_STR,
)

_DATAFRAME_COMPATIBLE_TYPES = (
    dict,
    type({}),  // For Python 2. See dict_types in compatibility.py.
    list,
    type(None),
)


def is_dataframe_like(obj):
    return any(is_type(obj, t) for t in _DATAFRAME_LIKE_TYPES)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 6

Instances


Project Name: streamlit/streamlit
Commit Name: b5276f49bbe9e81f65caae4fc6a6f310cd3332f9
Time: 2019-12-20
Author: thiago@streamlit.io
File Name: lib/streamlit/type_util.py
Class Name:
Method Name:


Project Name: BVLC/caffe
Commit Name: 9572a68b8832a09f716017742fbd3b4f1da3d131
Time: 2014-08-12
Author: jeff.donahue@gmail.com
File Name: scripts/cpp_lint.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 89ff0a812370c9bdc22b1d2297c09806f0d1375f
Time: 2019-11-19
Author: pnaomi@gmail.com
File Name: lib/streamlit/__init__.py
Class Name:
Method Name:


Project Name: pantsbuild/pants
Commit Name: 347e68a37421aa2282c31a07559dcb28b7e52e64
Time: 2015-08-25
Author: benjyw@gmail.com
File Name: src/python/pants/option/parser.py
Class Name: Parser
Method Name: Parser_2


Project Name: BVLC/caffe
Commit Name: 16176a2d3e934528c1b6a4c80d0fc53c86ec5933
Time: 2014-04-22
Author: jeff.donahue@gmail.com
File Name: scripts/cpp_lint.py
Class Name:
Method Name: