531452908b70f7eeb128c955aebe2e4247e5ee08,bokeh/core/property/either.py,Either,from_json,#Either#Any#Any#,87

Before Change


                return tp.from_json(json, models)
            except DeserializationError:
                pass
        raise DeserializationError("%s couldn"t deserialize %s" % (self, json))

    def transform(self, value):
        for param in self.type_params:
            try:

After Change


                return tp.from_json(json, models)
            except DeserializationError:
                pass
        raise DeserializationError(f"{self} couldn"t deserialize {json}")

    def transform(self, value):
        for param in self.type_params:
            try:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 6

Non-data size: 6

Instances


Project Name: bokeh/bokeh
Commit Name: 531452908b70f7eeb128c955aebe2e4247e5ee08
Time: 2020-11-01
Author: bryan@bokeh.org
File Name: bokeh/core/property/either.py
Class Name: Either
Method Name: from_json


Project Name: bokeh/bokeh
Commit Name: 531452908b70f7eeb128c955aebe2e4247e5ee08
Time: 2020-11-01
Author: bryan@bokeh.org
File Name: bokeh/core/property/container.py
Class Name: Dict
Method Name: from_json


Project Name: bokeh/bokeh
Commit Name: 531452908b70f7eeb128c955aebe2e4247e5ee08
Time: 2020-11-01
Author: bryan@bokeh.org
File Name: bokeh/core/property/bases.py
Class Name: PrimitiveProperty
Method Name: from_json


Project Name: bokeh/bokeh
Commit Name: 531452908b70f7eeb128c955aebe2e4247e5ee08
Time: 2020-11-01
Author: bryan@bokeh.org
File Name: bokeh/core/property/container.py
Class Name: Tuple
Method Name: from_json


Project Name: bokeh/bokeh
Commit Name: 531452908b70f7eeb128c955aebe2e4247e5ee08
Time: 2020-11-01
Author: bryan@bokeh.org
File Name: bokeh/core/property/container.py
Class Name: Seq
Method Name: from_json


Project Name: bokeh/bokeh
Commit Name: 531452908b70f7eeb128c955aebe2e4247e5ee08
Time: 2020-11-01
Author: bryan@bokeh.org
File Name: bokeh/core/property/container.py
Class Name: ColumnData
Method Name: from_json