243a7e669d096c281a90c7b5d38dfea989875d4b,skbio/metadata/_interval.py,IntervalMetadata,__ne__,#IntervalMetadata#Any#,727

Before Change


        --------
        skbio.metadata.IntervalMetadata.__eq__
        """
        return not self.__eq__(other)

    @experimental(as_of="0.5.0-dev")
    def __repr__(self):
        """Return a string representation of this object.

After Change


        --------
        skbio.metadata.IntervalMetadata.__eq__
        """
        return not (self == other)

    @experimental(as_of="0.5.0-dev")
    def __repr__(self):
        """Return a string representation of this object.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 6

Instances


Project Name: biocore/scikit-bio
Commit Name: 243a7e669d096c281a90c7b5d38dfea989875d4b
Time: 2016-09-27
Author: zhenjiang.xu@gmail.com
File Name: skbio/metadata/_interval.py
Class Name: IntervalMetadata
Method Name: __ne__


Project Name: stanford-mast/nn_dataflow
Commit Name: 642b9c3602ee8803ebe0029b3b4e06b714794254
Time: 2017-06-02
Author: mgao12@stanford.edu
File Name: nn_dataflow/Util.py
Class Name: ContentHashClass
Method Name: __ne__


Project Name: biocore/scikit-bio
Commit Name: b24f5ec7d32858a842ee63aa35d8ab4882ba93aa
Time: 2014-09-02
Author: jai.rideout@gmail.com
File Name: skbio/sequence/_sequence.py
Class Name: BiologicalSequence
Method Name: __ne__


Project Name: pantsbuild/pants
Commit Name: 0ea93e789eeb87c3bcee2dc0097e2a1d191a9057
Time: 2016-05-03
Author: nhoward@twopensource.com
File Name: src/python/pants/build_graph/address.py
Class Name: Address
Method Name: __ne__


Project Name: biocore/scikit-bio
Commit Name: 243a7e669d096c281a90c7b5d38dfea989875d4b
Time: 2016-09-27
Author: zhenjiang.xu@gmail.com
File Name: skbio/metadata/_interval.py
Class Name: Interval
Method Name: __ne__