Skip to content

Instantly share code, notes, and snippets.

@havocp
Created November 12, 2015 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save havocp/2177fc9fc3aaa03860b6 to your computer and use it in GitHub Desktop.
Save havocp/2177fc9fc3aaa03860b6 to your computer and use it in GitHub Desktop.
2015-11-12 8am output of bokeh coffee/python comparison test
AjaxDataSource: coffee is missing some properties found in Python
AjaxDataSource.callback: python defaults to null but coffee has no such property
AjaxDataSource.column_names: python defaults to [] but coffee has no such property
AjaxDataSource.data_url: python defaults to null but coffee has no such property
AjaxDataSource.if_modified: python defaults to false but coffee has no such property
AjaxDataSource.max_size: python defaults to null but coffee has no such property
AjaxDataSource.method: python defaults to "POST" but coffee has no such property
AjaxDataSource.name: python defaults to null but coffee has no such property
AjaxDataSource.polling_interval: python defaults to null but coffee has no such property
AjaxDataSource.session: python defaults to null but coffee has no such property
AjaxDataSource.tags: python defaults to [] but coffee has no such property
AnnularWedge: coffee is missing some properties found in Python
AnnularWedge.direction: python defaults to "clock" but coffee has no such property
AnnularWedge.end_angle: python defaults to "end_angle" but coffee has no such property
AnnularWedge.end_angle_units: python defaults to "rad" but coffee has no such property
AnnularWedge.fill_alpha: python defaults to 1 but coffee has no such property
AnnularWedge.fill_color: python defaults to "gray" but coffee has no such property
AnnularWedge.inner_radius: python defaults to "inner_radius" but coffee has no such property
AnnularWedge.inner_radius_units: python defaults to "data" but coffee has no such property
AnnularWedge.line_alpha: python defaults to 1 but coffee has no such property
AnnularWedge.line_cap: python defaults to "butt" but coffee has no such property
AnnularWedge.line_color: python defaults to "black" but coffee has no such property
AnnularWedge.line_dash: python defaults to [] but coffee has no such property
AnnularWedge.line_dash_offset: python defaults to 0 but coffee has no such property
AnnularWedge.line_join: python defaults to "miter" but coffee has no such property
AnnularWedge.line_width: python defaults to 1 but coffee has no such property
AnnularWedge.name: python defaults to null but coffee has no such property
AnnularWedge.outer_radius: python defaults to "outer_radius" but coffee has no such property
AnnularWedge.outer_radius_units: python defaults to "data" but coffee has no such property
AnnularWedge.session: python defaults to null but coffee has no such property
AnnularWedge.start_angle: python defaults to "start_angle" but coffee has no such property
AnnularWedge.start_angle_units: python defaults to "rad" but coffee has no such property
AnnularWedge.tags: python defaults to [] but coffee has no such property
AnnularWedge.x: python defaults to "x" but coffee has no such property
AnnularWedge.y: python defaults to "y" but coffee has no such property
Annulus: coffee is missing some properties found in Python
Annulus.fill_alpha: python defaults to 1 but coffee has no such property
Annulus.fill_color: python defaults to "gray" but coffee has no such property
Annulus.inner_radius: python defaults to "inner_radius" but coffee has no such property
Annulus.inner_radius_units: python defaults to "data" but coffee has no such property
Annulus.line_alpha: python defaults to 1 but coffee has no such property
Annulus.line_cap: python defaults to "butt" but coffee has no such property
Annulus.line_color: python defaults to "black" but coffee has no such property
Annulus.line_dash: python defaults to [] but coffee has no such property
Annulus.line_dash_offset: python defaults to 0 but coffee has no such property
Annulus.line_join: python defaults to "miter" but coffee has no such property
Annulus.line_width: python defaults to 1 but coffee has no such property
Annulus.name: python defaults to null but coffee has no such property
Annulus.outer_radius: python defaults to "outer_radius" but coffee has no such property
Annulus.outer_radius_units: python defaults to "data" but coffee has no such property
Annulus.session: python defaults to null but coffee has no such property
Annulus.tags: python defaults to [] but coffee has no such property
Annulus.x: python defaults to "x" but coffee has no such property
Annulus.y: python defaults to "y" but coffee has no such property
Arc: coffee is missing some properties found in Python
Arc.direction: python defaults to "clock" but coffee has no such property
Arc.end_angle: python defaults to "end_angle" but coffee has no such property
Arc.end_angle_units: python defaults to "rad" but coffee has no such property
Arc.line_alpha: python defaults to 1 but coffee has no such property
Arc.line_cap: python defaults to "butt" but coffee has no such property
Arc.line_color: python defaults to "black" but coffee has no such property
Arc.line_dash: python defaults to [] but coffee has no such property
Arc.line_dash_offset: python defaults to 0 but coffee has no such property
Arc.line_join: python defaults to "miter" but coffee has no such property
Arc.line_width: python defaults to 1 but coffee has no such property
Arc.name: python defaults to null but coffee has no such property
Arc.radius: python defaults to "radius" but coffee has no such property
Arc.radius_units: python defaults to "data" but coffee has no such property
Arc.session: python defaults to null but coffee has no such property
Arc.start_angle: python defaults to "start_angle" but coffee has no such property
Arc.start_angle_units: python defaults to "rad" but coffee has no such property
Arc.tags: python defaults to [] but coffee has no such property
Arc.x: python defaults to "x" but coffee has no such property
Arc.y: python defaults to "y" but coffee has no such property
Asterisk: coffee is missing some properties found in Python
Asterisk.angle: python defaults to "angle" but coffee has no such property
Asterisk.fill_alpha: python defaults to 1 but coffee has no such property
Asterisk.fill_color: python defaults to "gray" but coffee has no such property
Asterisk.line_alpha: python defaults to 1 but coffee has no such property
Asterisk.line_cap: python defaults to "butt" but coffee has no such property
Asterisk.line_color: python defaults to "black" but coffee has no such property
Asterisk.line_dash: python defaults to [] but coffee has no such property
Asterisk.line_dash_offset: python defaults to 0 but coffee has no such property
Asterisk.line_join: python defaults to "miter" but coffee has no such property
Asterisk.line_width: python defaults to 1 but coffee has no such property
Asterisk.name: python defaults to null but coffee has no such property
Asterisk.session: python defaults to null but coffee has no such property
Asterisk.size: python defaults to 4 but coffee has no such property
Asterisk.tags: python defaults to [] but coffee has no such property
Asterisk.x: python defaults to "x" but coffee has no such property
Asterisk.y: python defaults to "y" but coffee has no such property
BBoxTileSource: defaults are out of sync between Python and CoffeeScript
BBoxTileSource.url: coffee defaults to "" but python defaults to "url"
BBoxTileSource.initial_resolution: coffee defaults to 156543.03392804097 but python defaults to 1
BBoxTileSource: python is missing some properties found in CoffeeScript
BBoxTileSource.full_extent: coffee defaults to [-20037508.34,-20037508.34,20037508.34,20037508.34] but python has no such property
BBoxTileSource.resolutions: coffee defaults to [156543.03392804097,78271.51696402048,39135.75848201024,19567.87924100512,9783.93962050256,4891.96981025128,2445.98490512564,1222.99245256282,611.49622628141,305.748113140705,152.8740565703525,76.43702828517625,38.21851414258813,19.109257071294063,9.554628535647032,4.777314267823516,2.388657133911758,1.194328566955879,0.5971642834779395,0.29858214173896974,0.14929107086948487,0.07464553543474244,0.03732276771737122,0.01866138385868561,0.009330691929342804,0.004665345964671402,0.002332672982335701,0.0011663364911678506,0.0005831682455839253,0.00029158412279196264,0.00014579206139598132,0.00007289603069799066,0.00003644801534899533,0.000018224007674497665,0.000009112003837248832,0.000004556001918624416,0.000002278000959312208,0.000001139000479656104,5.69500239828052e-7,2.84750119914026e-7,1.42375059957013e-7,7.11875299785065e-8,3.559376498925325e-8,1.7796882494626626e-8,8.898441247313313e-9,4.4492206236566565e-9,2.2246103118283282e-9,1.1123051559141641e-9,5.561525779570821e-10,2.7807628897854103e-10,1.3903814448927051e-10] but python has no such property
BBoxTileSource: coffee is missing some properties found in Python
BBoxTileSource.name: python defaults to null but coffee has no such property
BBoxTileSource.session: python defaults to null but coffee has no such property
BBoxTileSource.tags: python defaults to [] but coffee has no such property
BasicTickFormatter: coffee is missing some properties found in Python
BasicTickFormatter.name: python defaults to null but coffee has no such property
BasicTickFormatter.session: python defaults to null but coffee has no such property
BasicTickFormatter.tags: python defaults to [] but coffee has no such property
BasicTicker: defaults are out of sync between Python and CoffeeScript
BasicTicker.mantissas: coffee defaults to [1,2,5] but python defaults to [2,5,10]
BasicTicker.max_interval: coffee defaults to null but python defaults to null
BasicTicker: coffee is missing some properties found in Python
BasicTicker.name: python defaults to null but coffee has no such property
BasicTicker.session: python defaults to null but coffee has no such property
BasicTicker.tags: python defaults to [] but coffee has no such property
Bezier: coffee is missing some properties found in Python
Bezier.cx0: python defaults to "cx0" but coffee has no such property
Bezier.cx1: python defaults to "cx1" but coffee has no such property
Bezier.cy0: python defaults to "cy0" but coffee has no such property
Bezier.cy1: python defaults to "cy1" but coffee has no such property
Bezier.line_alpha: python defaults to 1 but coffee has no such property
Bezier.line_cap: python defaults to "butt" but coffee has no such property
Bezier.line_color: python defaults to "black" but coffee has no such property
Bezier.line_dash: python defaults to [] but coffee has no such property
Bezier.line_dash_offset: python defaults to 0 but coffee has no such property
Bezier.line_join: python defaults to "miter" but coffee has no such property
Bezier.line_width: python defaults to 1 but coffee has no such property
Bezier.name: python defaults to null but coffee has no such property
Bezier.session: python defaults to null but coffee has no such property
Bezier.tags: python defaults to [] but coffee has no such property
Bezier.x0: python defaults to "x0" but coffee has no such property
Bezier.x1: python defaults to "x1" but coffee has no such property
Bezier.y0: python defaults to "y0" but coffee has no such property
Bezier.y1: python defaults to "y1" but coffee has no such property
BooleanFormatter: coffee is missing some properties found in Python
BooleanFormatter.name: python defaults to null but coffee has no such property
BooleanFormatter.session: python defaults to null but coffee has no such property
BooleanFormatter.tags: python defaults to [] but coffee has no such property
BoxAnnotation: coffee is missing some properties found in Python
BoxAnnotation.bottom: python defaults to null but coffee has no such property
BoxAnnotation.bottom_units: python defaults to "data" but coffee has no such property
BoxAnnotation.fill_alpha: python defaults to 1 but coffee has no such property
BoxAnnotation.fill_color: python defaults to "gray" but coffee has no such property
BoxAnnotation.left: python defaults to null but coffee has no such property
BoxAnnotation.left_units: python defaults to "data" but coffee has no such property
BoxAnnotation.level: python defaults to "annotation" but coffee has no such property
BoxAnnotation.line_alpha: python defaults to 1 but coffee has no such property
BoxAnnotation.line_cap: python defaults to "butt" but coffee has no such property
BoxAnnotation.line_color: python defaults to "black" but coffee has no such property
BoxAnnotation.line_dash: python defaults to [] but coffee has no such property
BoxAnnotation.line_dash_offset: python defaults to 0 but coffee has no such property
BoxAnnotation.line_join: python defaults to "miter" but coffee has no such property
BoxAnnotation.line_width: python defaults to 1 but coffee has no such property
BoxAnnotation.name: python defaults to null but coffee has no such property
BoxAnnotation.plot: python defaults to null but coffee has no such property
BoxAnnotation.right: python defaults to null but coffee has no such property
BoxAnnotation.right_units: python defaults to "data" but coffee has no such property
BoxAnnotation.session: python defaults to null but coffee has no such property
BoxAnnotation.tags: python defaults to [] but coffee has no such property
BoxAnnotation.top: python defaults to null but coffee has no such property
BoxAnnotation.top_units: python defaults to "data" but coffee has no such property
BoxSelectTool: coffee is missing some properties found in Python
BoxSelectTool.callback: python defaults to null but coffee has no such property
BoxSelectTool.name: python defaults to null but coffee has no such property
BoxSelectTool.plot: python defaults to null but coffee has no such property
BoxSelectTool.session: python defaults to null but coffee has no such property
BoxSelectTool.tags: python defaults to [] but coffee has no such property
BoxSelection: python is missing some properties found in CoffeeScript
BoxSelection.level: coffee defaults to "overlay" but python has no such property
BoxSelection.data: coffee defaults to {} but python has no such property
BoxSelection: coffee is missing some properties found in Python
BoxSelection.name: python defaults to null but coffee has no such property
BoxSelection.session: python defaults to null but coffee has no such property
BoxSelection.tags: python defaults to [] but coffee has no such property
BoxSelection.tool: python defaults to null but coffee has no such property
BoxZoomTool: coffee is missing some properties found in Python
BoxZoomTool.name: python defaults to null but coffee has no such property
BoxZoomTool.plot: python defaults to null but coffee has no such property
BoxZoomTool.session: python defaults to null but coffee has no such property
BoxZoomTool.tags: python defaults to [] but coffee has no such property
CategoricalAxis: coffee is missing some properties found in Python
CategoricalAxis.axis_label: python defaults to null but coffee has no such property
CategoricalAxis.axis_label_standoff: python defaults to null but coffee has no such property
CategoricalAxis.axis_label_text_align: python defaults to "left" but coffee has no such property
CategoricalAxis.axis_label_text_alpha: python defaults to 1 but coffee has no such property
CategoricalAxis.axis_label_text_baseline: python defaults to "bottom" but coffee has no such property
CategoricalAxis.axis_label_text_color: python defaults to "#444444" but coffee has no such property
CategoricalAxis.axis_label_text_font: python defaults to "Helvetica" but coffee has no such property
CategoricalAxis.axis_label_text_font_size: python defaults to "12pt" but coffee has no such property
CategoricalAxis.axis_label_text_font_style: python defaults to "normal" but coffee has no such property
CategoricalAxis.axis_line_alpha: python defaults to 1 but coffee has no such property
CategoricalAxis.axis_line_cap: python defaults to "butt" but coffee has no such property
CategoricalAxis.axis_line_color: python defaults to "black" but coffee has no such property
CategoricalAxis.axis_line_dash: python defaults to [] but coffee has no such property
CategoricalAxis.axis_line_dash_offset: python defaults to 0 but coffee has no such property
CategoricalAxis.axis_line_join: python defaults to "miter" but coffee has no such property
CategoricalAxis.axis_line_width: python defaults to 1 but coffee has no such property
CategoricalAxis.bounds: python defaults to "auto" but coffee has no such property
CategoricalAxis.formatter: python defaults to null but coffee has no such property
CategoricalAxis.major_label_orientation: python defaults to "horizontal" but coffee has no such property
CategoricalAxis.major_label_standoff: python defaults to null but coffee has no such property
CategoricalAxis.major_label_text_align: python defaults to "left" but coffee has no such property
CategoricalAxis.major_label_text_alpha: python defaults to 1 but coffee has no such property
CategoricalAxis.major_label_text_baseline: python defaults to "bottom" but coffee has no such property
CategoricalAxis.major_label_text_color: python defaults to "#444444" but coffee has no such property
CategoricalAxis.major_label_text_font: python defaults to "Helvetica" but coffee has no such property
CategoricalAxis.major_label_text_font_size: python defaults to "12pt" but coffee has no such property
CategoricalAxis.major_label_text_font_style: python defaults to "normal" but coffee has no such property
CategoricalAxis.major_tick_in: python defaults to null but coffee has no such property
CategoricalAxis.major_tick_line_alpha: python defaults to 1 but coffee has no such property
CategoricalAxis.major_tick_line_cap: python defaults to "butt" but coffee has no such property
CategoricalAxis.major_tick_line_color: python defaults to "black" but coffee has no such property
CategoricalAxis.major_tick_line_dash: python defaults to [] but coffee has no such property
CategoricalAxis.major_tick_line_dash_offset: python defaults to 0 but coffee has no such property
CategoricalAxis.major_tick_line_join: python defaults to "miter" but coffee has no such property
CategoricalAxis.major_tick_line_width: python defaults to 1 but coffee has no such property
CategoricalAxis.major_tick_out: python defaults to null but coffee has no such property
CategoricalAxis.minor_tick_in: python defaults to null but coffee has no such property
CategoricalAxis.minor_tick_line_alpha: python defaults to 1 but coffee has no such property
CategoricalAxis.minor_tick_line_cap: python defaults to "butt" but coffee has no such property
CategoricalAxis.minor_tick_line_color: python defaults to "black" but coffee has no such property
CategoricalAxis.minor_tick_line_dash: python defaults to [] but coffee has no such property
CategoricalAxis.minor_tick_line_dash_offset: python defaults to 0 but coffee has no such property
CategoricalAxis.minor_tick_line_join: python defaults to "miter" but coffee has no such property
CategoricalAxis.minor_tick_line_width: python defaults to 1 but coffee has no such property
CategoricalAxis.minor_tick_out: python defaults to null but coffee has no such property
CategoricalAxis.name: python defaults to null but coffee has no such property
CategoricalAxis.plot: python defaults to null but coffee has no such property
CategoricalAxis.session: python defaults to null but coffee has no such property
CategoricalAxis.tags: python defaults to [] but coffee has no such property
CategoricalAxis.ticker: python defaults to null but coffee has no such property
CategoricalAxis.visible: python defaults to true but coffee has no such property
CategoricalTickFormatter: coffee is missing some properties found in Python
CategoricalTickFormatter.name: python defaults to null but coffee has no such property
CategoricalTickFormatter.session: python defaults to null but coffee has no such property
CategoricalTickFormatter.tags: python defaults to [] but coffee has no such property
CategoricalTicker: coffee is missing some properties found in Python
CategoricalTicker.desired_num_ticks: python defaults to 6 but coffee has no such property
CategoricalTicker.name: python defaults to null but coffee has no such property
CategoricalTicker.num_minor_ticks: python defaults to 5 but coffee has no such property
CategoricalTicker.session: python defaults to null but coffee has no such property
CategoricalTicker.tags: python defaults to [] but coffee has no such property
CheckboxEditor: coffee is missing some properties found in Python
CheckboxEditor.name: python defaults to null but coffee has no such property
CheckboxEditor.session: python defaults to null but coffee has no such property
CheckboxEditor.tags: python defaults to [] but coffee has no such property
Circle: coffee is missing some properties found in Python
Circle.angle: python defaults to "angle" but coffee has no such property
Circle.fill_alpha: python defaults to 1 but coffee has no such property
Circle.fill_color: python defaults to "gray" but coffee has no such property
Circle.line_alpha: python defaults to 1 but coffee has no such property
Circle.line_cap: python defaults to "butt" but coffee has no such property
Circle.line_color: python defaults to "black" but coffee has no such property
Circle.line_dash: python defaults to [] but coffee has no such property
Circle.line_dash_offset: python defaults to 0 but coffee has no such property
Circle.line_join: python defaults to "miter" but coffee has no such property
Circle.line_width: python defaults to 1 but coffee has no such property
Circle.name: python defaults to null but coffee has no such property
Circle.radius: python defaults to null but coffee has no such property
Circle.radius_units: python defaults to "data" but coffee has no such property
Circle.session: python defaults to null but coffee has no such property
Circle.size: python defaults to 4 but coffee has no such property
Circle.tags: python defaults to [] but coffee has no such property
Circle.x: python defaults to "x" but coffee has no such property
Circle.y: python defaults to "y" but coffee has no such property
CircleCross: coffee is missing some properties found in Python
CircleCross.angle: python defaults to "angle" but coffee has no such property
CircleCross.fill_alpha: python defaults to 1 but coffee has no such property
CircleCross.fill_color: python defaults to "gray" but coffee has no such property
CircleCross.line_alpha: python defaults to 1 but coffee has no such property
CircleCross.line_cap: python defaults to "butt" but coffee has no such property
CircleCross.line_color: python defaults to "black" but coffee has no such property
CircleCross.line_dash: python defaults to [] but coffee has no such property
CircleCross.line_dash_offset: python defaults to 0 but coffee has no such property
CircleCross.line_join: python defaults to "miter" but coffee has no such property
CircleCross.line_width: python defaults to 1 but coffee has no such property
CircleCross.name: python defaults to null but coffee has no such property
CircleCross.session: python defaults to null but coffee has no such property
CircleCross.size: python defaults to 4 but coffee has no such property
CircleCross.tags: python defaults to [] but coffee has no such property
CircleCross.x: python defaults to "x" but coffee has no such property
CircleCross.y: python defaults to "y" but coffee has no such property
CircleX: coffee is missing some properties found in Python
CircleX.angle: python defaults to "angle" but coffee has no such property
CircleX.fill_alpha: python defaults to 1 but coffee has no such property
CircleX.fill_color: python defaults to "gray" but coffee has no such property
CircleX.line_alpha: python defaults to 1 but coffee has no such property
CircleX.line_cap: python defaults to "butt" but coffee has no such property
CircleX.line_color: python defaults to "black" but coffee has no such property
CircleX.line_dash: python defaults to [] but coffee has no such property
CircleX.line_dash_offset: python defaults to 0 but coffee has no such property
CircleX.line_join: python defaults to "miter" but coffee has no such property
CircleX.line_width: python defaults to 1 but coffee has no such property
CircleX.name: python defaults to null but coffee has no such property
CircleX.session: python defaults to null but coffee has no such property
CircleX.size: python defaults to 4 but coffee has no such property
CircleX.tags: python defaults to [] but coffee has no such property
CircleX.x: python defaults to "x" but coffee has no such property
CircleX.y: python defaults to "y" but coffee has no such property
ColumnDataSource: coffee is missing some properties found in Python
ColumnDataSource.callback: python defaults to null but coffee has no such property
ColumnDataSource.column_names: python defaults to [] but coffee has no such property
ColumnDataSource.name: python defaults to null but coffee has no such property
ColumnDataSource.session: python defaults to null but coffee has no such property
ColumnDataSource.tags: python defaults to [] but coffee has no such property
CompositeTicker: coffee is missing some properties found in Python
CompositeTicker.name: python defaults to null but coffee has no such property
CompositeTicker.session: python defaults to null but coffee has no such property
CompositeTicker.tags: python defaults to [] but coffee has no such property
CompositeTicker.tickers: python defaults to null but coffee has no such property
Cross: coffee is missing some properties found in Python
Cross.angle: python defaults to "angle" but coffee has no such property
Cross.fill_alpha: python defaults to 1 but coffee has no such property
Cross.fill_color: python defaults to "gray" but coffee has no such property
Cross.line_alpha: python defaults to 1 but coffee has no such property
Cross.line_cap: python defaults to "butt" but coffee has no such property
Cross.line_color: python defaults to "black" but coffee has no such property
Cross.line_dash: python defaults to [] but coffee has no such property
Cross.line_dash_offset: python defaults to 0 but coffee has no such property
Cross.line_join: python defaults to "miter" but coffee has no such property
Cross.line_width: python defaults to 1 but coffee has no such property
Cross.name: python defaults to null but coffee has no such property
Cross.session: python defaults to null but coffee has no such property
Cross.size: python defaults to 4 but coffee has no such property
Cross.tags: python defaults to [] but coffee has no such property
Cross.x: python defaults to "x" but coffee has no such property
Cross.y: python defaults to "y" but coffee has no such property
CrosshairTool: coffee is missing some properties found in Python
CrosshairTool.line_alpha: python defaults to 1 but coffee has no such property
CrosshairTool.line_color: python defaults to "black" but coffee has no such property
CrosshairTool.line_width: python defaults to 1 but coffee has no such property
CrosshairTool.name: python defaults to null but coffee has no such property
CrosshairTool.plot: python defaults to null but coffee has no such property
CrosshairTool.session: python defaults to null but coffee has no such property
CrosshairTool.tags: python defaults to [] but coffee has no such property
CustomJS: defaults are out of sync between Python and CoffeeScript
CustomJS.code: coffee defaults to "" but python defaults to null
CustomJS: coffee is missing some properties found in Python
CustomJS.name: python defaults to null but coffee has no such property
CustomJS.session: python defaults to null but coffee has no such property
CustomJS.tags: python defaults to [] but coffee has no such property
DataRange1d: defaults are out of sync between Python and CoffeeScript
DataRange1d.start: coffee defaults to 0 but python defaults to null
DataRange1d.end: coffee defaults to 1 but python defaults to null
DataRange1d: coffee is missing some properties found in Python
DataRange1d.callback: python defaults to null but coffee has no such property
DataRange1d.name: python defaults to null but coffee has no such property
DataRange1d.names: python defaults to [] but coffee has no such property
DataRange1d.renderers: python defaults to [] but coffee has no such property
DataRange1d.session: python defaults to null but coffee has no such property
DataRange1d.tags: python defaults to [] but coffee has no such property
DateEditor: coffee is missing some properties found in Python
DateEditor.name: python defaults to null but coffee has no such property
DateEditor.session: python defaults to null but coffee has no such property
DateEditor.tags: python defaults to [] but coffee has no such property
DateFormatter: coffee is missing some properties found in Python
DateFormatter.name: python defaults to null but coffee has no such property
DateFormatter.session: python defaults to null but coffee has no such property
DateFormatter.tags: python defaults to [] but coffee has no such property
DatetimeAxis: coffee is missing some properties found in Python
DatetimeAxis.axis_label: python defaults to "date" but coffee has no such property
DatetimeAxis.axis_label_standoff: python defaults to null but coffee has no such property
DatetimeAxis.axis_label_text_align: python defaults to "left" but coffee has no such property
DatetimeAxis.axis_label_text_alpha: python defaults to 1 but coffee has no such property
DatetimeAxis.axis_label_text_baseline: python defaults to "bottom" but coffee has no such property
DatetimeAxis.axis_label_text_color: python defaults to "#444444" but coffee has no such property
DatetimeAxis.axis_label_text_font: python defaults to "Helvetica" but coffee has no such property
DatetimeAxis.axis_label_text_font_size: python defaults to "12pt" but coffee has no such property
DatetimeAxis.axis_label_text_font_style: python defaults to "normal" but coffee has no such property
DatetimeAxis.axis_line_alpha: python defaults to 1 but coffee has no such property
DatetimeAxis.axis_line_cap: python defaults to "butt" but coffee has no such property
DatetimeAxis.axis_line_color: python defaults to "black" but coffee has no such property
DatetimeAxis.axis_line_dash: python defaults to [] but coffee has no such property
DatetimeAxis.axis_line_dash_offset: python defaults to 0 but coffee has no such property
DatetimeAxis.axis_line_join: python defaults to "miter" but coffee has no such property
DatetimeAxis.axis_line_width: python defaults to 1 but coffee has no such property
DatetimeAxis.bounds: python defaults to "auto" but coffee has no such property
DatetimeAxis.char_width: python defaults to 10 but coffee has no such property
DatetimeAxis.fill_ratio: python defaults to 0.3 but coffee has no such property
DatetimeAxis.formatter: python defaults to null but coffee has no such property
DatetimeAxis.major_label_orientation: python defaults to "horizontal" but coffee has no such property
DatetimeAxis.major_label_standoff: python defaults to null but coffee has no such property
DatetimeAxis.major_label_text_align: python defaults to "left" but coffee has no such property
DatetimeAxis.major_label_text_alpha: python defaults to 1 but coffee has no such property
DatetimeAxis.major_label_text_baseline: python defaults to "bottom" but coffee has no such property
DatetimeAxis.major_label_text_color: python defaults to "#444444" but coffee has no such property
DatetimeAxis.major_label_text_font: python defaults to "Helvetica" but coffee has no such property
DatetimeAxis.major_label_text_font_size: python defaults to "12pt" but coffee has no such property
DatetimeAxis.major_label_text_font_style: python defaults to "normal" but coffee has no such property
DatetimeAxis.major_tick_in: python defaults to null but coffee has no such property
DatetimeAxis.major_tick_line_alpha: python defaults to 1 but coffee has no such property
DatetimeAxis.major_tick_line_cap: python defaults to "butt" but coffee has no such property
DatetimeAxis.major_tick_line_color: python defaults to "black" but coffee has no such property
DatetimeAxis.major_tick_line_dash: python defaults to [] but coffee has no such property
DatetimeAxis.major_tick_line_dash_offset: python defaults to 0 but coffee has no such property
DatetimeAxis.major_tick_line_join: python defaults to "miter" but coffee has no such property
DatetimeAxis.major_tick_line_width: python defaults to 1 but coffee has no such property
DatetimeAxis.major_tick_out: python defaults to null but coffee has no such property
DatetimeAxis.minor_tick_in: python defaults to null but coffee has no such property
DatetimeAxis.minor_tick_line_alpha: python defaults to 1 but coffee has no such property
DatetimeAxis.minor_tick_line_cap: python defaults to "butt" but coffee has no such property
DatetimeAxis.minor_tick_line_color: python defaults to "black" but coffee has no such property
DatetimeAxis.minor_tick_line_dash: python defaults to [] but coffee has no such property
DatetimeAxis.minor_tick_line_dash_offset: python defaults to 0 but coffee has no such property
DatetimeAxis.minor_tick_line_join: python defaults to "miter" but coffee has no such property
DatetimeAxis.minor_tick_line_width: python defaults to 1 but coffee has no such property
DatetimeAxis.minor_tick_out: python defaults to null but coffee has no such property
DatetimeAxis.name: python defaults to null but coffee has no such property
DatetimeAxis.num_labels: python defaults to 8 but coffee has no such property
DatetimeAxis.plot: python defaults to null but coffee has no such property
DatetimeAxis.scale: python defaults to "time" but coffee has no such property
DatetimeAxis.session: python defaults to null but coffee has no such property
DatetimeAxis.tags: python defaults to [] but coffee has no such property
DatetimeAxis.ticker: python defaults to null but coffee has no such property
DatetimeAxis.visible: python defaults to true but coffee has no such property
DatetimeTickFormatter: coffee is missing some properties found in Python
DatetimeTickFormatter.name: python defaults to null but coffee has no such property
DatetimeTickFormatter.session: python defaults to null but coffee has no such property
DatetimeTickFormatter.tags: python defaults to [] but coffee has no such property
DatetimeTicker: defaults are out of sync between Python and CoffeeScript
DatetimeTicker.num_minor_ticks: coffee defaults to 0 but python defaults to 5
DatetimeTicker: python is missing some properties found in CoffeeScript
DatetimeTicker.tickers: coffee defaults to [{"type":"AdaptiveTicker"},{"type":"AdaptiveTicker"},{"type":"AdaptiveTicker"},{"type":"DaysTicker"},{"type":"DaysTicker"},{"type":"DaysTicker"},{"type":"DaysTicker"},{"type":"MonthsTicker"},{"type":"MonthsTicker"},{"type":"MonthsTicker"},{"type":"MonthsTicker"},{"type":"YearsTicker"}] but python has no such property
DatetimeTicker: coffee is missing some properties found in Python
DatetimeTicker.name: python defaults to null but coffee has no such property
DatetimeTicker.session: python defaults to null but coffee has no such property
DatetimeTicker.tags: python defaults to [] but coffee has no such property
DaysTicker: coffee is missing some properties found in Python
DaysTicker.days: python defaults to null but coffee has no such property
DaysTicker.interval: python defaults to null but coffee has no such property
DaysTicker.name: python defaults to null but coffee has no such property
DaysTicker.session: python defaults to null but coffee has no such property
DaysTicker.tags: python defaults to [] but coffee has no such property
Diamond: coffee is missing some properties found in Python
Diamond.angle: python defaults to "angle" but coffee has no such property
Diamond.fill_alpha: python defaults to 1 but coffee has no such property
Diamond.fill_color: python defaults to "gray" but coffee has no such property
Diamond.line_alpha: python defaults to 1 but coffee has no such property
Diamond.line_cap: python defaults to "butt" but coffee has no such property
Diamond.line_color: python defaults to "black" but coffee has no such property
Diamond.line_dash: python defaults to [] but coffee has no such property
Diamond.line_dash_offset: python defaults to 0 but coffee has no such property
Diamond.line_join: python defaults to "miter" but coffee has no such property
Diamond.line_width: python defaults to 1 but coffee has no such property
Diamond.name: python defaults to null but coffee has no such property
Diamond.session: python defaults to null but coffee has no such property
Diamond.size: python defaults to 4 but coffee has no such property
Diamond.tags: python defaults to [] but coffee has no such property
Diamond.x: python defaults to "x" but coffee has no such property
Diamond.y: python defaults to "y" but coffee has no such property
DiamondCross: coffee is missing some properties found in Python
DiamondCross.angle: python defaults to "angle" but coffee has no such property
DiamondCross.fill_alpha: python defaults to 1 but coffee has no such property
DiamondCross.fill_color: python defaults to "gray" but coffee has no such property
DiamondCross.line_alpha: python defaults to 1 but coffee has no such property
DiamondCross.line_cap: python defaults to "butt" but coffee has no such property
DiamondCross.line_color: python defaults to "black" but coffee has no such property
DiamondCross.line_dash: python defaults to [] but coffee has no such property
DiamondCross.line_dash_offset: python defaults to 0 but coffee has no such property
DiamondCross.line_join: python defaults to "miter" but coffee has no such property
DiamondCross.line_width: python defaults to 1 but coffee has no such property
DiamondCross.name: python defaults to null but coffee has no such property
DiamondCross.session: python defaults to null but coffee has no such property
DiamondCross.size: python defaults to 4 but coffee has no such property
DiamondCross.tags: python defaults to [] but coffee has no such property
DiamondCross.x: python defaults to "x" but coffee has no such property
DiamondCross.y: python defaults to "y" but coffee has no such property
FactorRange: coffee is missing some properties found in Python
FactorRange.callback: python defaults to null but coffee has no such property
FactorRange.name: python defaults to null but coffee has no such property
FactorRange.session: python defaults to null but coffee has no such property
FactorRange.tags: python defaults to [] but coffee has no such property
FixedTicker: defaults are out of sync between Python and CoffeeScript
FixedTicker.ticks: coffee defaults to [] but python defaults to null
FixedTicker: coffee is missing some properties found in Python
FixedTicker.name: python defaults to null but coffee has no such property
FixedTicker.session: python defaults to null but coffee has no such property
FixedTicker.tags: python defaults to [] but coffee has no such property
GMapPlot: defaults are out of sync between Python and CoffeeScript
GMapPlot.title: coffee defaults to "GMapPlot" but python defaults to ""
GMapPlot: coffee is missing some properties found in Python
GMapPlot.above: python defaults to [] but coffee has no such property
GMapPlot.background_fill: python defaults to "white" but coffee has no such property
GMapPlot.below: python defaults to [] but coffee has no such property
GMapPlot.border_fill: python defaults to "white" but coffee has no such property
GMapPlot.disabled: python defaults to false but coffee has no such property
GMapPlot.extra_x_ranges: python defaults to {} but coffee has no such property
GMapPlot.extra_y_ranges: python defaults to {} but coffee has no such property
GMapPlot.left: python defaults to [] but coffee has no such property
GMapPlot.map_options: python defaults to null but coffee has no such property
GMapPlot.min_border: python defaults to 50 but coffee has no such property
GMapPlot.min_border_bottom: python defaults to 50 but coffee has no such property
GMapPlot.min_border_left: python defaults to 50 but coffee has no such property
GMapPlot.min_border_right: python defaults to 50 but coffee has no such property
GMapPlot.min_border_top: python defaults to 50 but coffee has no such property
GMapPlot.name: python defaults to null but coffee has no such property
GMapPlot.outline_line_alpha: python defaults to 1 but coffee has no such property
GMapPlot.outline_line_cap: python defaults to "butt" but coffee has no such property
GMapPlot.outline_line_color: python defaults to "black" but coffee has no such property
GMapPlot.outline_line_dash: python defaults to [] but coffee has no such property
GMapPlot.outline_line_dash_offset: python defaults to 0 but coffee has no such property
GMapPlot.outline_line_join: python defaults to "miter" but coffee has no such property
GMapPlot.outline_line_width: python defaults to 1 but coffee has no such property
GMapPlot.right: python defaults to [] but coffee has no such property
GMapPlot.session: python defaults to null but coffee has no such property
GMapPlot.tags: python defaults to [] but coffee has no such property
GMapPlot.title_text_align: python defaults to "left" but coffee has no such property
GMapPlot.title_text_alpha: python defaults to 1 but coffee has no such property
GMapPlot.title_text_baseline: python defaults to "bottom" but coffee has no such property
GMapPlot.title_text_color: python defaults to "#444444" but coffee has no such property
GMapPlot.title_text_font: python defaults to "Helvetica" but coffee has no such property
GMapPlot.title_text_font_size: python defaults to "12pt" but coffee has no such property
GMapPlot.title_text_font_style: python defaults to "normal" but coffee has no such property
GMapPlot.tool_events: python defaults to null but coffee has no such property
GMapPlot.x_range: python defaults to null but coffee has no such property
GMapPlot.y_range: python defaults to null but coffee has no such property
Gear: coffee is missing some properties found in Python
Gear.angle_units: python defaults to "rad" but coffee has no such property
Gear.fill_alpha: python defaults to 1 but coffee has no such property
Gear.fill_color: python defaults to "gray" but coffee has no such property
Gear.line_alpha: python defaults to 1 but coffee has no such property
Gear.line_cap: python defaults to "butt" but coffee has no such property
Gear.line_color: python defaults to "black" but coffee has no such property
Gear.line_dash: python defaults to [] but coffee has no such property
Gear.line_dash_offset: python defaults to 0 but coffee has no such property
Gear.line_join: python defaults to "miter" but coffee has no such property
Gear.line_width: python defaults to 1 but coffee has no such property
Gear.module: python defaults to "module" but coffee has no such property
Gear.name: python defaults to null but coffee has no such property
Gear.session: python defaults to null but coffee has no such property
Gear.tags: python defaults to [] but coffee has no such property
Gear.teeth: python defaults to "teeth" but coffee has no such property
Gear.x: python defaults to "x" but coffee has no such property
Gear.y: python defaults to "y" but coffee has no such property
GeoJSPlot: defaults are out of sync between Python and CoffeeScript
GeoJSPlot.title: coffee defaults to "GeoJSPlot" but python defaults to ""
GeoJSPlot: coffee is missing some properties found in Python
GeoJSPlot.above: python defaults to [] but coffee has no such property
GeoJSPlot.background_fill: python defaults to "white" but coffee has no such property
GeoJSPlot.below: python defaults to [] but coffee has no such property
GeoJSPlot.border_fill: python defaults to "white" but coffee has no such property
GeoJSPlot.disabled: python defaults to false but coffee has no such property
GeoJSPlot.extra_x_ranges: python defaults to {} but coffee has no such property
GeoJSPlot.extra_y_ranges: python defaults to {} but coffee has no such property
GeoJSPlot.left: python defaults to [] but coffee has no such property
GeoJSPlot.map_options: python defaults to null but coffee has no such property
GeoJSPlot.min_border: python defaults to 50 but coffee has no such property
GeoJSPlot.min_border_bottom: python defaults to 50 but coffee has no such property
GeoJSPlot.min_border_left: python defaults to 50 but coffee has no such property
GeoJSPlot.min_border_right: python defaults to 50 but coffee has no such property
GeoJSPlot.min_border_top: python defaults to 50 but coffee has no such property
GeoJSPlot.name: python defaults to null but coffee has no such property
GeoJSPlot.outline_line_alpha: python defaults to 1 but coffee has no such property
GeoJSPlot.outline_line_cap: python defaults to "butt" but coffee has no such property
GeoJSPlot.outline_line_color: python defaults to "black" but coffee has no such property
GeoJSPlot.outline_line_dash: python defaults to [] but coffee has no such property
GeoJSPlot.outline_line_dash_offset: python defaults to 0 but coffee has no such property
GeoJSPlot.outline_line_join: python defaults to "miter" but coffee has no such property
GeoJSPlot.outline_line_width: python defaults to 1 but coffee has no such property
GeoJSPlot.right: python defaults to [] but coffee has no such property
GeoJSPlot.session: python defaults to null but coffee has no such property
GeoJSPlot.tags: python defaults to [] but coffee has no such property
GeoJSPlot.title_text_align: python defaults to "left" but coffee has no such property
GeoJSPlot.title_text_alpha: python defaults to 1 but coffee has no such property
GeoJSPlot.title_text_baseline: python defaults to "bottom" but coffee has no such property
GeoJSPlot.title_text_color: python defaults to "#444444" but coffee has no such property
GeoJSPlot.title_text_font: python defaults to "Helvetica" but coffee has no such property
GeoJSPlot.title_text_font_size: python defaults to "12pt" but coffee has no such property
GeoJSPlot.title_text_font_style: python defaults to "normal" but coffee has no such property
GeoJSPlot.tool_events: python defaults to null but coffee has no such property
GeoJSPlot.x_range: python defaults to null but coffee has no such property
GeoJSPlot.y_range: python defaults to null but coffee has no such property
GlyphRenderer: coffee is missing some properties found in Python
GlyphRenderer.glyph: python defaults to null but coffee has no such property
GlyphRenderer.level: python defaults to "glyph" but coffee has no such property
GlyphRenderer.name: python defaults to null but coffee has no such property
GlyphRenderer.nonselection_glyph: python defaults to null but coffee has no such property
GlyphRenderer.selection_glyph: python defaults to null but coffee has no such property
GlyphRenderer.session: python defaults to null but coffee has no such property
GlyphRenderer.tags: python defaults to [] but coffee has no such property
GlyphRenderer.units: python defaults to "screen" but coffee has no such property
Grid: coffee is missing some properties found in Python
Grid.band_fill_alpha: python defaults to 1 but coffee has no such property
Grid.band_fill_color: python defaults to "gray" but coffee has no such property
Grid.bounds: python defaults to "auto" but coffee has no such property
Grid.dimension: python defaults to 0 but coffee has no such property
Grid.grid_line_alpha: python defaults to 1 but coffee has no such property
Grid.grid_line_cap: python defaults to "butt" but coffee has no such property
Grid.grid_line_color: python defaults to "black" but coffee has no such property
Grid.grid_line_dash: python defaults to [] but coffee has no such property
Grid.grid_line_dash_offset: python defaults to 0 but coffee has no such property
Grid.grid_line_join: python defaults to "miter" but coffee has no such property
Grid.grid_line_width: python defaults to 1 but coffee has no such property
Grid.minor_grid_line_alpha: python defaults to 1 but coffee has no such property
Grid.minor_grid_line_cap: python defaults to "butt" but coffee has no such property
Grid.minor_grid_line_color: python defaults to "black" but coffee has no such property
Grid.minor_grid_line_dash: python defaults to [] but coffee has no such property
Grid.minor_grid_line_dash_offset: python defaults to 0 but coffee has no such property
Grid.minor_grid_line_join: python defaults to "miter" but coffee has no such property
Grid.minor_grid_line_width: python defaults to 1 but coffee has no such property
Grid.name: python defaults to null but coffee has no such property
Grid.plot: python defaults to null but coffee has no such property
Grid.session: python defaults to null but coffee has no such property
Grid.tags: python defaults to [] but coffee has no such property
Grid.ticker: python defaults to null but coffee has no such property
GridPlot: defaults are out of sync between Python and CoffeeScript
GridPlot.children: coffee defaults to [[]] but python defaults to []
GridPlot.toolbar_location: coffee defaults to "left" but python defaults to "above"
GridPlot: coffee is missing some properties found in Python
GridPlot.above: python defaults to [] but coffee has no such property
GridPlot.background_fill: python defaults to "white" but coffee has no such property
GridPlot.below: python defaults to [] but coffee has no such property
GridPlot.border_fill: python defaults to "white" but coffee has no such property
GridPlot.border_space: python defaults to 0 but coffee has no such property
GridPlot.disabled: python defaults to false but coffee has no such property
GridPlot.extra_x_ranges: python defaults to {} but coffee has no such property
GridPlot.extra_y_ranges: python defaults to {} but coffee has no such property
GridPlot.h_symmetry: python defaults to true but coffee has no such property
GridPlot.left: python defaults to [] but coffee has no such property
GridPlot.lod_factor: python defaults to 10 but coffee has no such property
GridPlot.lod_interval: python defaults to 300 but coffee has no such property
GridPlot.lod_threshold: python defaults to 2000 but coffee has no such property
GridPlot.lod_timeout: python defaults to 500 but coffee has no such property
GridPlot.logo: python defaults to "normal" but coffee has no such property
GridPlot.min_border: python defaults to 50 but coffee has no such property
GridPlot.min_border_bottom: python defaults to 50 but coffee has no such property
GridPlot.min_border_left: python defaults to 50 but coffee has no such property
GridPlot.min_border_right: python defaults to 50 but coffee has no such property
GridPlot.min_border_top: python defaults to 50 but coffee has no such property
GridPlot.name: python defaults to null but coffee has no such property
GridPlot.outline_line_alpha: python defaults to 1 but coffee has no such property
GridPlot.outline_line_cap: python defaults to "butt" but coffee has no such property
GridPlot.outline_line_color: python defaults to "black" but coffee has no such property
GridPlot.outline_line_dash: python defaults to [] but coffee has no such property
GridPlot.outline_line_dash_offset: python defaults to 0 but coffee has no such property
GridPlot.outline_line_join: python defaults to "miter" but coffee has no such property
GridPlot.outline_line_width: python defaults to 1 but coffee has no such property
GridPlot.plot_height: python defaults to 600 but coffee has no such property
GridPlot.plot_width: python defaults to 600 but coffee has no such property
GridPlot.renderers: python defaults to [] but coffee has no such property
GridPlot.responsive: python defaults to false but coffee has no such property
GridPlot.right: python defaults to [] but coffee has no such property
GridPlot.session: python defaults to null but coffee has no such property
GridPlot.tags: python defaults to [] but coffee has no such property
GridPlot.title: python defaults to "" but coffee has no such property
GridPlot.title_text_align: python defaults to "left" but coffee has no such property
GridPlot.title_text_alpha: python defaults to 1 but coffee has no such property
GridPlot.title_text_baseline: python defaults to "bottom" but coffee has no such property
GridPlot.title_text_color: python defaults to "#444444" but coffee has no such property
GridPlot.title_text_font: python defaults to "Helvetica" but coffee has no such property
GridPlot.title_text_font_size: python defaults to "12pt" but coffee has no such property
GridPlot.title_text_font_style: python defaults to "normal" but coffee has no such property
GridPlot.tool_events: python defaults to null but coffee has no such property
GridPlot.tools: python defaults to [] but coffee has no such property
GridPlot.v_symmetry: python defaults to false but coffee has no such property
GridPlot.webgl: python defaults to false but coffee has no such property
GridPlot.x_mapper_type: python defaults to "auto" but coffee has no such property
GridPlot.x_range: python defaults to null but coffee has no such property
GridPlot.y_mapper_type: python defaults to "auto" but coffee has no such property
GridPlot.y_range: python defaults to null but coffee has no such property
HTMLTemplateFormatter: coffee is missing some properties found in Python
HTMLTemplateFormatter.name: python defaults to null but coffee has no such property
HTMLTemplateFormatter.session: python defaults to null but coffee has no such property
HTMLTemplateFormatter.tags: python defaults to [] but coffee has no such property
HelpTool: defaults are out of sync between Python and CoffeeScript
HelpTool.help_tooltip: coffee defaults to "Click the question mark to learn more about Bokeh plot tools." but python defaults to null
HelpTool.redirect: coffee defaults to "http://bokeh.pydata.org/en/latest/docs/user_guide/tools.html" but python defaults to null
HelpTool: coffee is missing some properties found in Python
HelpTool.name: python defaults to null but coffee has no such property
HelpTool.plot: python defaults to null but coffee has no such property
HelpTool.session: python defaults to null but coffee has no such property
HelpTool.tags: python defaults to [] but coffee has no such property
HoverTool: defaults are out of sync between Python and CoffeeScript
HoverTool.tooltips: coffee defaults to [["index","$index"],["data (x, y)","($x, $y)"],["canvas (x, y)","($sx, $sy)"]] but python defaults to null
HoverTool: coffee is missing some properties found in Python
HoverTool.always_active: python defaults to true but coffee has no such property
HoverTool.callback: python defaults to null but coffee has no such property
HoverTool.name: python defaults to null but coffee has no such property
HoverTool.names: python defaults to [] but coffee has no such property
HoverTool.plot: python defaults to null but coffee has no such property
HoverTool.renderers: python defaults to [] but coffee has no such property
HoverTool.session: python defaults to null but coffee has no such property
HoverTool.tags: python defaults to [] but coffee has no such property
Image: coffee is missing some properties found in Python
Image.color_mapper: python defaults to null but coffee has no such property
Image.dh: python defaults to "dh" but coffee has no such property
Image.dh_units: python defaults to "data" but coffee has no such property
Image.dilate: python defaults to false but coffee has no such property
Image.dw: python defaults to "dw" but coffee has no such property
Image.dw_units: python defaults to "data" but coffee has no such property
Image.image: python defaults to "image" but coffee has no such property
Image.name: python defaults to null but coffee has no such property
Image.session: python defaults to null but coffee has no such property
Image.tags: python defaults to [] but coffee has no such property
Image.x: python defaults to "x" but coffee has no such property
Image.y: python defaults to "y" but coffee has no such property
ImageRGBA: coffee is missing some properties found in Python
ImageRGBA.cols: python defaults to null but coffee has no such property
ImageRGBA.dh: python defaults to "dh" but coffee has no such property
ImageRGBA.dh_units: python defaults to "data" but coffee has no such property
ImageRGBA.dilate: python defaults to false but coffee has no such property
ImageRGBA.dw: python defaults to "dw" but coffee has no such property
ImageRGBA.dw_units: python defaults to "data" but coffee has no such property
ImageRGBA.image: python defaults to "image" but coffee has no such property
ImageRGBA.name: python defaults to null but coffee has no such property
ImageRGBA.rows: python defaults to null but coffee has no such property
ImageRGBA.session: python defaults to null but coffee has no such property
ImageRGBA.tags: python defaults to [] but coffee has no such property
ImageRGBA.x: python defaults to "x" but coffee has no such property
ImageRGBA.y: python defaults to "y" but coffee has no such property
ImageURL: coffee is missing some properties found in Python
ImageURL.anchor: python defaults to "top_left" but coffee has no such property
ImageURL.angle_units: python defaults to "rad" but coffee has no such property
ImageURL.dilate: python defaults to false but coffee has no such property
ImageURL.h: python defaults to "h" but coffee has no such property
ImageURL.h_units: python defaults to "data" but coffee has no such property
ImageURL.name: python defaults to null but coffee has no such property
ImageURL.session: python defaults to null but coffee has no such property
ImageURL.tags: python defaults to [] but coffee has no such property
ImageURL.url: python defaults to "url" but coffee has no such property
ImageURL.w: python defaults to "w" but coffee has no such property
ImageURL.w_units: python defaults to "data" but coffee has no such property
ImageURL.x: python defaults to "x" but coffee has no such property
ImageURL.y: python defaults to "y" but coffee has no such property
IntEditor: coffee is missing some properties found in Python
IntEditor.name: python defaults to null but coffee has no such property
IntEditor.session: python defaults to null but coffee has no such property
IntEditor.tags: python defaults to [] but coffee has no such property
InvertedTriangle: coffee is missing some properties found in Python
InvertedTriangle.angle: python defaults to "angle" but coffee has no such property
InvertedTriangle.fill_alpha: python defaults to 1 but coffee has no such property
InvertedTriangle.fill_color: python defaults to "gray" but coffee has no such property
InvertedTriangle.line_alpha: python defaults to 1 but coffee has no such property
InvertedTriangle.line_cap: python defaults to "butt" but coffee has no such property
InvertedTriangle.line_color: python defaults to "black" but coffee has no such property
InvertedTriangle.line_dash: python defaults to [] but coffee has no such property
InvertedTriangle.line_dash_offset: python defaults to 0 but coffee has no such property
InvertedTriangle.line_join: python defaults to "miter" but coffee has no such property
InvertedTriangle.line_width: python defaults to 1 but coffee has no such property
InvertedTriangle.name: python defaults to null but coffee has no such property
InvertedTriangle.session: python defaults to null but coffee has no such property
InvertedTriangle.size: python defaults to 4 but coffee has no such property
InvertedTriangle.tags: python defaults to [] but coffee has no such property
InvertedTriangle.x: python defaults to "x" but coffee has no such property
InvertedTriangle.y: python defaults to "y" but coffee has no such property
LassoSelectTool: coffee is missing some properties found in Python
LassoSelectTool.name: python defaults to null but coffee has no such property
LassoSelectTool.plot: python defaults to null but coffee has no such property
LassoSelectTool.session: python defaults to null but coffee has no such property
LassoSelectTool.tags: python defaults to [] but coffee has no such property
Legend: coffee is missing some properties found in Python
Legend.background_fill_alpha: python defaults to 1 but coffee has no such property
Legend.background_fill_color: python defaults to "gray" but coffee has no such property
Legend.border_line_alpha: python defaults to 1 but coffee has no such property
Legend.border_line_cap: python defaults to "butt" but coffee has no such property
Legend.border_line_color: python defaults to "black" but coffee has no such property
Legend.border_line_dash: python defaults to [] but coffee has no such property
Legend.border_line_dash_offset: python defaults to 0 but coffee has no such property
Legend.border_line_join: python defaults to "miter" but coffee has no such property
Legend.border_line_width: python defaults to 1 but coffee has no such property
Legend.glyph_height: python defaults to 20 but coffee has no such property
Legend.glyph_width: python defaults to 20 but coffee has no such property
Legend.label_height: python defaults to 20 but coffee has no such property
Legend.label_standoff: python defaults to 15 but coffee has no such property
Legend.label_text_align: python defaults to "left" but coffee has no such property
Legend.label_text_alpha: python defaults to 1 but coffee has no such property
Legend.label_text_baseline: python defaults to "bottom" but coffee has no such property
Legend.label_text_color: python defaults to "#444444" but coffee has no such property
Legend.label_text_font: python defaults to "Helvetica" but coffee has no such property
Legend.label_text_font_size: python defaults to "12pt" but coffee has no such property
Legend.label_text_font_style: python defaults to "normal" but coffee has no such property
Legend.label_width: python defaults to 50 but coffee has no such property
Legend.legend_padding: python defaults to 10 but coffee has no such property
Legend.legend_spacing: python defaults to 3 but coffee has no such property
Legend.name: python defaults to null but coffee has no such property
Legend.orientation: python defaults to "top_right" but coffee has no such property
Legend.plot: python defaults to null but coffee has no such property
Legend.session: python defaults to null but coffee has no such property
Legend.tags: python defaults to [] but coffee has no such property
Line: coffee is missing some properties found in Python
Line.line_alpha: python defaults to 1 but coffee has no such property
Line.line_cap: python defaults to "butt" but coffee has no such property
Line.line_color: python defaults to "black" but coffee has no such property
Line.line_dash: python defaults to [] but coffee has no such property
Line.line_dash_offset: python defaults to 0 but coffee has no such property
Line.line_join: python defaults to "miter" but coffee has no such property
Line.line_width: python defaults to 1 but coffee has no such property
Line.name: python defaults to null but coffee has no such property
Line.session: python defaults to null but coffee has no such property
Line.tags: python defaults to [] but coffee has no such property
Line.x: python defaults to "x" but coffee has no such property
Line.y: python defaults to "y" but coffee has no such property
LinearColorMapper: coffee is missing some properties found in Python
LinearColorMapper.high: python defaults to null but coffee has no such property
LinearColorMapper.low: python defaults to null but coffee has no such property
LinearColorMapper.name: python defaults to null but coffee has no such property
LinearColorMapper.palette: python defaults to null but coffee has no such property
LinearColorMapper.reserve_color: python defaults to "#ffffff" but coffee has no such property
LinearColorMapper.reserve_val: python defaults to null but coffee has no such property
LinearColorMapper.session: python defaults to null but coffee has no such property
LinearColorMapper.tags: python defaults to [] but coffee has no such property
LogAxis: coffee is missing some properties found in Python
LogAxis.axis_label: python defaults to null but coffee has no such property
LogAxis.axis_label_standoff: python defaults to null but coffee has no such property
LogAxis.axis_label_text_align: python defaults to "left" but coffee has no such property
LogAxis.axis_label_text_alpha: python defaults to 1 but coffee has no such property
LogAxis.axis_label_text_baseline: python defaults to "bottom" but coffee has no such property
LogAxis.axis_label_text_color: python defaults to "#444444" but coffee has no such property
LogAxis.axis_label_text_font: python defaults to "Helvetica" but coffee has no such property
LogAxis.axis_label_text_font_size: python defaults to "12pt" but coffee has no such property
LogAxis.axis_label_text_font_style: python defaults to "normal" but coffee has no such property
LogAxis.axis_line_alpha: python defaults to 1 but coffee has no such property
LogAxis.axis_line_cap: python defaults to "butt" but coffee has no such property
LogAxis.axis_line_color: python defaults to "black" but coffee has no such property
LogAxis.axis_line_dash: python defaults to [] but coffee has no such property
LogAxis.axis_line_dash_offset: python defaults to 0 but coffee has no such property
LogAxis.axis_line_join: python defaults to "miter" but coffee has no such property
LogAxis.axis_line_width: python defaults to 1 but coffee has no such property
LogAxis.bounds: python defaults to "auto" but coffee has no such property
LogAxis.formatter: python defaults to null but coffee has no such property
LogAxis.major_label_orientation: python defaults to "horizontal" but coffee has no such property
LogAxis.major_label_standoff: python defaults to null but coffee has no such property
LogAxis.major_label_text_align: python defaults to "left" but coffee has no such property
LogAxis.major_label_text_alpha: python defaults to 1 but coffee has no such property
LogAxis.major_label_text_baseline: python defaults to "bottom" but coffee has no such property
LogAxis.major_label_text_color: python defaults to "#444444" but coffee has no such property
LogAxis.major_label_text_font: python defaults to "Helvetica" but coffee has no such property
LogAxis.major_label_text_font_size: python defaults to "12pt" but coffee has no such property
LogAxis.major_label_text_font_style: python defaults to "normal" but coffee has no such property
LogAxis.major_tick_in: python defaults to null but coffee has no such property
LogAxis.major_tick_line_alpha: python defaults to 1 but coffee has no such property
LogAxis.major_tick_line_cap: python defaults to "butt" but coffee has no such property
LogAxis.major_tick_line_color: python defaults to "black" but coffee has no such property
LogAxis.major_tick_line_dash: python defaults to [] but coffee has no such property
LogAxis.major_tick_line_dash_offset: python defaults to 0 but coffee has no such property
LogAxis.major_tick_line_join: python defaults to "miter" but coffee has no such property
LogAxis.major_tick_line_width: python defaults to 1 but coffee has no such property
LogAxis.major_tick_out: python defaults to null but coffee has no such property
LogAxis.minor_tick_in: python defaults to null but coffee has no such property
LogAxis.minor_tick_line_alpha: python defaults to 1 but coffee has no such property
LogAxis.minor_tick_line_cap: python defaults to "butt" but coffee has no such property
LogAxis.minor_tick_line_color: python defaults to "black" but coffee has no such property
LogAxis.minor_tick_line_dash: python defaults to [] but coffee has no such property
LogAxis.minor_tick_line_dash_offset: python defaults to 0 but coffee has no such property
LogAxis.minor_tick_line_join: python defaults to "miter" but coffee has no such property
LogAxis.minor_tick_line_width: python defaults to 1 but coffee has no such property
LogAxis.minor_tick_out: python defaults to null but coffee has no such property
LogAxis.name: python defaults to null but coffee has no such property
LogAxis.plot: python defaults to null but coffee has no such property
LogAxis.session: python defaults to null but coffee has no such property
LogAxis.tags: python defaults to [] but coffee has no such property
LogAxis.ticker: python defaults to null but coffee has no such property
LogAxis.visible: python defaults to true but coffee has no such property
LogTickFormatter: coffee is missing some properties found in Python
LogTickFormatter.name: python defaults to null but coffee has no such property
LogTickFormatter.session: python defaults to null but coffee has no such property
LogTickFormatter.tags: python defaults to [] but coffee has no such property
LogTickFormatter.ticker: python defaults to null but coffee has no such property
LogTicker: defaults are out of sync between Python and CoffeeScript
LogTicker.mantissas: coffee defaults to [1,5] but python defaults to [2,5,10]
LogTicker.max_interval: coffee defaults to null but python defaults to null
LogTicker: coffee is missing some properties found in Python
LogTicker.name: python defaults to null but coffee has no such property
LogTicker.session: python defaults to null but coffee has no such property
LogTicker.tags: python defaults to [] but coffee has no such property
MonthsTicker: coffee is missing some properties found in Python
MonthsTicker.interval: python defaults to null but coffee has no such property
MonthsTicker.months: python defaults to null but coffee has no such property
MonthsTicker.name: python defaults to null but coffee has no such property
MonthsTicker.session: python defaults to null but coffee has no such property
MonthsTicker.tags: python defaults to [] but coffee has no such property
MultiLine: coffee is missing some properties found in Python
MultiLine.line_alpha: python defaults to 1 but coffee has no such property
MultiLine.line_cap: python defaults to "butt" but coffee has no such property
MultiLine.line_color: python defaults to "black" but coffee has no such property
MultiLine.line_dash: python defaults to [] but coffee has no such property
MultiLine.line_dash_offset: python defaults to 0 but coffee has no such property
MultiLine.line_join: python defaults to "miter" but coffee has no such property
MultiLine.line_width: python defaults to 1 but coffee has no such property
MultiLine.name: python defaults to null but coffee has no such property
MultiLine.session: python defaults to null but coffee has no such property
MultiLine.tags: python defaults to [] but coffee has no such property
MultiLine.xs: python defaults to "xs" but coffee has no such property
MultiLine.ys: python defaults to "ys" but coffee has no such property
NumberEditor: coffee is missing some properties found in Python
NumberEditor.name: python defaults to null but coffee has no such property
NumberEditor.session: python defaults to null but coffee has no such property
NumberEditor.tags: python defaults to [] but coffee has no such property
NumberFormatter: defaults are out of sync between Python and CoffeeScript
NumberFormatter.font_style: coffee defaults to null but python defaults to "normal"
NumberFormatter.text_align: coffee defaults to null but python defaults to "left"
NumberFormatter: coffee is missing some properties found in Python
NumberFormatter.name: python defaults to null but coffee has no such property
NumberFormatter.session: python defaults to null but coffee has no such property
NumberFormatter.tags: python defaults to [] but coffee has no such property
NumeralTickFormatter: coffee is missing some properties found in Python
NumeralTickFormatter.name: python defaults to null but coffee has no such property
NumeralTickFormatter.session: python defaults to null but coffee has no such property
NumeralTickFormatter.tags: python defaults to [] but coffee has no such property
OpenURL: coffee is missing some properties found in Python
OpenURL.name: python defaults to null but coffee has no such property
OpenURL.session: python defaults to null but coffee has no such property
OpenURL.tags: python defaults to [] but coffee has no such property
Oval: coffee is missing some properties found in Python
Oval.angle: python defaults to "angle" but coffee has no such property
Oval.angle_units: python defaults to "rad" but coffee has no such property
Oval.fill_alpha: python defaults to 1 but coffee has no such property
Oval.fill_color: python defaults to "gray" but coffee has no such property
Oval.height: python defaults to "height" but coffee has no such property
Oval.height_units: python defaults to "data" but coffee has no such property
Oval.line_alpha: python defaults to 1 but coffee has no such property
Oval.line_cap: python defaults to "butt" but coffee has no such property
Oval.line_color: python defaults to "black" but coffee has no such property
Oval.line_dash: python defaults to [] but coffee has no such property
Oval.line_dash_offset: python defaults to 0 but coffee has no such property
Oval.line_join: python defaults to "miter" but coffee has no such property
Oval.line_width: python defaults to 1 but coffee has no such property
Oval.name: python defaults to null but coffee has no such property
Oval.session: python defaults to null but coffee has no such property
Oval.tags: python defaults to [] but coffee has no such property
Oval.width: python defaults to "width" but coffee has no such property
Oval.width_units: python defaults to "data" but coffee has no such property
Oval.x: python defaults to "x" but coffee has no such property
Oval.y: python defaults to "y" but coffee has no such property
PanTool: coffee is missing some properties found in Python
PanTool.name: python defaults to null but coffee has no such property
PanTool.plot: python defaults to null but coffee has no such property
PanTool.session: python defaults to null but coffee has no such property
PanTool.tags: python defaults to [] but coffee has no such property
Patch: coffee is missing some properties found in Python
Patch.fill_alpha: python defaults to 1 but coffee has no such property
Patch.fill_color: python defaults to "gray" but coffee has no such property
Patch.line_alpha: python defaults to 1 but coffee has no such property
Patch.line_cap: python defaults to "butt" but coffee has no such property
Patch.line_color: python defaults to "black" but coffee has no such property
Patch.line_dash: python defaults to [] but coffee has no such property
Patch.line_dash_offset: python defaults to 0 but coffee has no such property
Patch.line_join: python defaults to "miter" but coffee has no such property
Patch.line_width: python defaults to 1 but coffee has no such property
Patch.name: python defaults to null but coffee has no such property
Patch.session: python defaults to null but coffee has no such property
Patch.tags: python defaults to [] but coffee has no such property
Patch.x: python defaults to "x" but coffee has no such property
Patch.y: python defaults to "y" but coffee has no such property
Patches: coffee is missing some properties found in Python
Patches.fill_alpha: python defaults to 1 but coffee has no such property
Patches.fill_color: python defaults to "gray" but coffee has no such property
Patches.line_alpha: python defaults to 1 but coffee has no such property
Patches.line_cap: python defaults to "butt" but coffee has no such property
Patches.line_color: python defaults to "black" but coffee has no such property
Patches.line_dash: python defaults to [] but coffee has no such property
Patches.line_dash_offset: python defaults to 0 but coffee has no such property
Patches.line_join: python defaults to "miter" but coffee has no such property
Patches.line_width: python defaults to 1 but coffee has no such property
Patches.name: python defaults to null but coffee has no such property
Patches.session: python defaults to null but coffee has no such property
Patches.tags: python defaults to [] but coffee has no such property
Patches.xs: python defaults to "xs" but coffee has no such property
Patches.ys: python defaults to "ys" but coffee has no such property
PercentEditor: coffee is missing some properties found in Python
PercentEditor.name: python defaults to null but coffee has no such property
PercentEditor.session: python defaults to null but coffee has no such property
PercentEditor.tags: python defaults to [] but coffee has no such property
PolySelectTool: coffee is missing some properties found in Python
PolySelectTool.name: python defaults to null but coffee has no such property
PolySelectTool.plot: python defaults to null but coffee has no such property
PolySelectTool.session: python defaults to null but coffee has no such property
PolySelectTool.tags: python defaults to [] but coffee has no such property
PreviewSaveTool: coffee is missing some properties found in Python
PreviewSaveTool.name: python defaults to null but coffee has no such property
PreviewSaveTool.plot: python defaults to null but coffee has no such property
PreviewSaveTool.session: python defaults to null but coffee has no such property
PreviewSaveTool.tags: python defaults to [] but coffee has no such property
PrintfTickFormatter: coffee is missing some properties found in Python
PrintfTickFormatter.name: python defaults to null but coffee has no such property
PrintfTickFormatter.session: python defaults to null but coffee has no such property
PrintfTickFormatter.tags: python defaults to [] but coffee has no such property
QUADKEYTileSource: defaults are out of sync between Python and CoffeeScript
QUADKEYTileSource.url: coffee defaults to "" but python defaults to "url"
QUADKEYTileSource.initial_resolution: coffee defaults to 156543.03392804097 but python defaults to 1
QUADKEYTileSource: python is missing some properties found in CoffeeScript
QUADKEYTileSource.full_extent: coffee defaults to [-20037508.34,-20037508.34,20037508.34,20037508.34] but python has no such property
QUADKEYTileSource.resolutions: coffee defaults to [156543.03392804097,78271.51696402048,39135.75848201024,19567.87924100512,9783.93962050256,4891.96981025128,2445.98490512564,1222.99245256282,611.49622628141,305.748113140705,152.8740565703525,76.43702828517625,38.21851414258813,19.109257071294063,9.554628535647032,4.777314267823516,2.388657133911758,1.194328566955879,0.5971642834779395,0.29858214173896974,0.14929107086948487,0.07464553543474244,0.03732276771737122,0.01866138385868561,0.009330691929342804,0.004665345964671402,0.002332672982335701,0.0011663364911678506,0.0005831682455839253,0.00029158412279196264,0.00014579206139598132,0.00007289603069799066,0.00003644801534899533,0.000018224007674497665,0.000009112003837248832,0.000004556001918624416,0.000002278000959312208,0.000001139000479656104,5.69500239828052e-7,2.84750119914026e-7,1.42375059957013e-7,7.11875299785065e-8,3.559376498925325e-8,1.7796882494626626e-8,8.898441247313313e-9,4.4492206236566565e-9,2.2246103118283282e-9,1.1123051559141641e-9,5.561525779570821e-10,2.7807628897854103e-10,1.3903814448927051e-10] but python has no such property
QUADKEYTileSource: coffee is missing some properties found in Python
QUADKEYTileSource.name: python defaults to null but coffee has no such property
QUADKEYTileSource.session: python defaults to null but coffee has no such property
QUADKEYTileSource.tags: python defaults to [] but coffee has no such property
Quad: coffee is missing some properties found in Python
Quad.bottom: python defaults to "bottom" but coffee has no such property
Quad.fill_alpha: python defaults to 1 but coffee has no such property
Quad.fill_color: python defaults to "gray" but coffee has no such property
Quad.left: python defaults to "left" but coffee has no such property
Quad.line_alpha: python defaults to 1 but coffee has no such property
Quad.line_cap: python defaults to "butt" but coffee has no such property
Quad.line_color: python defaults to "black" but coffee has no such property
Quad.line_dash: python defaults to [] but coffee has no such property
Quad.line_dash_offset: python defaults to 0 but coffee has no such property
Quad.line_join: python defaults to "miter" but coffee has no such property
Quad.line_width: python defaults to 1 but coffee has no such property
Quad.name: python defaults to null but coffee has no such property
Quad.right: python defaults to "right" but coffee has no such property
Quad.session: python defaults to null but coffee has no such property
Quad.tags: python defaults to [] but coffee has no such property
Quad.top: python defaults to "top" but coffee has no such property
Quadratic: coffee is missing some properties found in Python
Quadratic.cx: python defaults to "cx" but coffee has no such property
Quadratic.cy: python defaults to "cy" but coffee has no such property
Quadratic.line_alpha: python defaults to 1 but coffee has no such property
Quadratic.line_cap: python defaults to "butt" but coffee has no such property
Quadratic.line_color: python defaults to "black" but coffee has no such property
Quadratic.line_dash: python defaults to [] but coffee has no such property
Quadratic.line_dash_offset: python defaults to 0 but coffee has no such property
Quadratic.line_join: python defaults to "miter" but coffee has no such property
Quadratic.line_width: python defaults to 1 but coffee has no such property
Quadratic.name: python defaults to null but coffee has no such property
Quadratic.session: python defaults to null but coffee has no such property
Quadratic.tags: python defaults to [] but coffee has no such property
Quadratic.x0: python defaults to "x0" but coffee has no such property
Quadratic.x1: python defaults to "x1" but coffee has no such property
Quadratic.y0: python defaults to "y0" but coffee has no such property
Quadratic.y1: python defaults to "y1" but coffee has no such property
Range1d: defaults are out of sync between Python and CoffeeScript
Range1d.start: coffee defaults to 0 but python defaults to null
Range1d.end: coffee defaults to 1 but python defaults to null
Range1d: coffee is missing some properties found in Python
Range1d.callback: python defaults to null but coffee has no such property
Range1d.name: python defaults to null but coffee has no such property
Range1d.session: python defaults to null but coffee has no such property
Range1d.tags: python defaults to [] but coffee has no such property
Ray: coffee is missing some properties found in Python
Ray.angle: python defaults to "angle" but coffee has no such property
Ray.angle_units: python defaults to "rad" but coffee has no such property
Ray.length: python defaults to "length" but coffee has no such property
Ray.length_units: python defaults to "data" but coffee has no such property
Ray.line_alpha: python defaults to 1 but coffee has no such property
Ray.line_cap: python defaults to "butt" but coffee has no such property
Ray.line_color: python defaults to "black" but coffee has no such property
Ray.line_dash: python defaults to [] but coffee has no such property
Ray.line_dash_offset: python defaults to 0 but coffee has no such property
Ray.line_join: python defaults to "miter" but coffee has no such property
Ray.line_width: python defaults to 1 but coffee has no such property
Ray.name: python defaults to null but coffee has no such property
Ray.session: python defaults to null but coffee has no such property
Ray.tags: python defaults to [] but coffee has no such property
Ray.x: python defaults to "x" but coffee has no such property
Ray.y: python defaults to "y" but coffee has no such property
Rect: coffee is missing some properties found in Python
Rect.angle: python defaults to "angle" but coffee has no such property
Rect.angle_units: python defaults to "rad" but coffee has no such property
Rect.dilate: python defaults to false but coffee has no such property
Rect.fill_alpha: python defaults to 1 but coffee has no such property
Rect.fill_color: python defaults to "gray" but coffee has no such property
Rect.height: python defaults to "height" but coffee has no such property
Rect.height_units: python defaults to "data" but coffee has no such property
Rect.line_alpha: python defaults to 1 but coffee has no such property
Rect.line_cap: python defaults to "butt" but coffee has no such property
Rect.line_color: python defaults to "black" but coffee has no such property
Rect.line_dash: python defaults to [] but coffee has no such property
Rect.line_dash_offset: python defaults to 0 but coffee has no such property
Rect.line_join: python defaults to "miter" but coffee has no such property
Rect.line_width: python defaults to 1 but coffee has no such property
Rect.name: python defaults to null but coffee has no such property
Rect.session: python defaults to null but coffee has no such property
Rect.tags: python defaults to [] but coffee has no such property
Rect.width: python defaults to "width" but coffee has no such property
Rect.width_units: python defaults to "data" but coffee has no such property
Rect.x: python defaults to "x" but coffee has no such property
Rect.y: python defaults to "y" but coffee has no such property
ResetTool: coffee is missing some properties found in Python
ResetTool.name: python defaults to null but coffee has no such property
ResetTool.plot: python defaults to null but coffee has no such property
ResetTool.session: python defaults to null but coffee has no such property
ResetTool.tags: python defaults to [] but coffee has no such property
ResizeTool: coffee is missing some properties found in Python
ResizeTool.name: python defaults to null but coffee has no such property
ResizeTool.plot: python defaults to null but coffee has no such property
ResizeTool.session: python defaults to null but coffee has no such property
ResizeTool.tags: python defaults to [] but coffee has no such property
Segment: coffee is missing some properties found in Python
Segment.line_alpha: python defaults to 1 but coffee has no such property
Segment.line_cap: python defaults to "butt" but coffee has no such property
Segment.line_color: python defaults to "black" but coffee has no such property
Segment.line_dash: python defaults to [] but coffee has no such property
Segment.line_dash_offset: python defaults to 0 but coffee has no such property
Segment.line_join: python defaults to "miter" but coffee has no such property
Segment.line_width: python defaults to 1 but coffee has no such property
Segment.name: python defaults to null but coffee has no such property
Segment.session: python defaults to null but coffee has no such property
Segment.tags: python defaults to [] but coffee has no such property
Segment.x0: python defaults to "x0" but coffee has no such property
Segment.x1: python defaults to "x1" but coffee has no such property
Segment.y0: python defaults to "y0" but coffee has no such property
Segment.y1: python defaults to "y1" but coffee has no such property
SelectEditor: coffee is missing some properties found in Python
SelectEditor.name: python defaults to null but coffee has no such property
SelectEditor.session: python defaults to null but coffee has no such property
SelectEditor.tags: python defaults to [] but coffee has no such property
ServerDataSource: coffee is missing some properties found in Python
ServerDataSource.callback: python defaults to null but coffee has no such property
ServerDataSource.column_names: python defaults to [] but coffee has no such property
ServerDataSource.data_url: python defaults to null but coffee has no such property
ServerDataSource.expr: python defaults to {} but coffee has no such property
ServerDataSource.local: python defaults to null but coffee has no such property
ServerDataSource.name: python defaults to null but coffee has no such property
ServerDataSource.namespace: python defaults to {} but coffee has no such property
ServerDataSource.polling_interval: python defaults to null but coffee has no such property
ServerDataSource.session: python defaults to null but coffee has no such property
ServerDataSource.tags: python defaults to [] but coffee has no such property
ServerDataSource.transform: python defaults to {} but coffee has no such property
Span: coffee is missing some properties found in Python
Span.dimension: python defaults to "width" but coffee has no such property
Span.level: python defaults to "annotation" but coffee has no such property
Span.line_alpha: python defaults to 1 but coffee has no such property
Span.line_cap: python defaults to "butt" but coffee has no such property
Span.line_color: python defaults to "black" but coffee has no such property
Span.line_dash: python defaults to [] but coffee has no such property
Span.line_dash_offset: python defaults to 0 but coffee has no such property
Span.line_join: python defaults to "miter" but coffee has no such property
Span.line_width: python defaults to 1 but coffee has no such property
Span.location: python defaults to null but coffee has no such property
Span.name: python defaults to null but coffee has no such property
Span.plot: python defaults to null but coffee has no such property
Span.session: python defaults to null but coffee has no such property
Span.tags: python defaults to [] but coffee has no such property
Square: coffee is missing some properties found in Python
Square.angle: python defaults to "angle" but coffee has no such property
Square.fill_alpha: python defaults to 1 but coffee has no such property
Square.fill_color: python defaults to "gray" but coffee has no such property
Square.line_alpha: python defaults to 1 but coffee has no such property
Square.line_cap: python defaults to "butt" but coffee has no such property
Square.line_color: python defaults to "black" but coffee has no such property
Square.line_dash: python defaults to [] but coffee has no such property
Square.line_dash_offset: python defaults to 0 but coffee has no such property
Square.line_join: python defaults to "miter" but coffee has no such property
Square.line_width: python defaults to 1 but coffee has no such property
Square.name: python defaults to null but coffee has no such property
Square.session: python defaults to null but coffee has no such property
Square.size: python defaults to 4 but coffee has no such property
Square.tags: python defaults to [] but coffee has no such property
Square.x: python defaults to "x" but coffee has no such property
Square.y: python defaults to "y" but coffee has no such property
SquareCross: coffee is missing some properties found in Python
SquareCross.angle: python defaults to "angle" but coffee has no such property
SquareCross.fill_alpha: python defaults to 1 but coffee has no such property
SquareCross.fill_color: python defaults to "gray" but coffee has no such property
SquareCross.line_alpha: python defaults to 1 but coffee has no such property
SquareCross.line_cap: python defaults to "butt" but coffee has no such property
SquareCross.line_color: python defaults to "black" but coffee has no such property
SquareCross.line_dash: python defaults to [] but coffee has no such property
SquareCross.line_dash_offset: python defaults to 0 but coffee has no such property
SquareCross.line_join: python defaults to "miter" but coffee has no such property
SquareCross.line_width: python defaults to 1 but coffee has no such property
SquareCross.name: python defaults to null but coffee has no such property
SquareCross.session: python defaults to null but coffee has no such property
SquareCross.size: python defaults to 4 but coffee has no such property
SquareCross.tags: python defaults to [] but coffee has no such property
SquareCross.x: python defaults to "x" but coffee has no such property
SquareCross.y: python defaults to "y" but coffee has no such property
SquareX: coffee is missing some properties found in Python
SquareX.angle: python defaults to "angle" but coffee has no such property
SquareX.fill_alpha: python defaults to 1 but coffee has no such property
SquareX.fill_color: python defaults to "gray" but coffee has no such property
SquareX.line_alpha: python defaults to 1 but coffee has no such property
SquareX.line_cap: python defaults to "butt" but coffee has no such property
SquareX.line_color: python defaults to "black" but coffee has no such property
SquareX.line_dash: python defaults to [] but coffee has no such property
SquareX.line_dash_offset: python defaults to 0 but coffee has no such property
SquareX.line_join: python defaults to "miter" but coffee has no such property
SquareX.line_width: python defaults to 1 but coffee has no such property
SquareX.name: python defaults to null but coffee has no such property
SquareX.session: python defaults to null but coffee has no such property
SquareX.size: python defaults to 4 but coffee has no such property
SquareX.tags: python defaults to [] but coffee has no such property
SquareX.x: python defaults to "x" but coffee has no such property
SquareX.y: python defaults to "y" but coffee has no such property
StringEditor: coffee is missing some properties found in Python
StringEditor.name: python defaults to null but coffee has no such property
StringEditor.session: python defaults to null but coffee has no such property
StringEditor.tags: python defaults to [] but coffee has no such property
TMSTileSource: defaults are out of sync between Python and CoffeeScript
TMSTileSource.url: coffee defaults to "" but python defaults to "url"
TMSTileSource.initial_resolution: coffee defaults to 156543.03392804097 but python defaults to 1
TMSTileSource: python is missing some properties found in CoffeeScript
TMSTileSource.full_extent: coffee defaults to [-20037508.34,-20037508.34,20037508.34,20037508.34] but python has no such property
TMSTileSource.resolutions: coffee defaults to [156543.03392804097,78271.51696402048,39135.75848201024,19567.87924100512,9783.93962050256,4891.96981025128,2445.98490512564,1222.99245256282,611.49622628141,305.748113140705,152.8740565703525,76.43702828517625,38.21851414258813,19.109257071294063,9.554628535647032,4.777314267823516,2.388657133911758,1.194328566955879,0.5971642834779395,0.29858214173896974,0.14929107086948487,0.07464553543474244,0.03732276771737122,0.01866138385868561,0.009330691929342804,0.004665345964671402,0.002332672982335701,0.0011663364911678506,0.0005831682455839253,0.00029158412279196264,0.00014579206139598132,0.00007289603069799066,0.00003644801534899533,0.000018224007674497665,0.000009112003837248832,0.000004556001918624416,0.000002278000959312208,0.000001139000479656104,5.69500239828052e-7,2.84750119914026e-7,1.42375059957013e-7,7.11875299785065e-8,3.559376498925325e-8,1.7796882494626626e-8,8.898441247313313e-9,4.4492206236566565e-9,2.2246103118283282e-9,1.1123051559141641e-9,5.561525779570821e-10,2.7807628897854103e-10,1.3903814448927051e-10] but python has no such property
TMSTileSource: coffee is missing some properties found in Python
TMSTileSource.name: python defaults to null but coffee has no such property
TMSTileSource.session: python defaults to null but coffee has no such property
TMSTileSource.tags: python defaults to [] but coffee has no such property
TableColumn: defaults are out of sync between Python and CoffeeScript
TableColumn.formatter: coffee defaults to null but python defaults to {"attributes":{"font_style":"normal","name":null,"tags":[],"text_align":"left","text_color":null},"type":"StringFormatter"}
TableColumn.editor: coffee defaults to null but python defaults to {"attributes":{"completions":[],"name":null,"tags":[]},"type":"StringEditor"}
TableColumn: coffee is missing some properties found in Python
TableColumn.name: python defaults to null but coffee has no such property
TableColumn.session: python defaults to null but coffee has no such property
TableColumn.tags: python defaults to [] but coffee has no such property
TapTool: coffee is missing some properties found in Python
TapTool.always_active: python defaults to true but coffee has no such property
TapTool.callback: python defaults to null but coffee has no such property
TapTool.name: python defaults to null but coffee has no such property
TapTool.plot: python defaults to null but coffee has no such property
TapTool.session: python defaults to null but coffee has no such property
TapTool.tags: python defaults to [] but coffee has no such property
Text: coffee is missing some properties found in Python
Text.angle_units: python defaults to "rad" but coffee has no such property
Text.name: python defaults to null but coffee has no such property
Text.session: python defaults to null but coffee has no such property
Text.tags: python defaults to [] but coffee has no such property
Text.text: python defaults to "text" but coffee has no such property
Text.text_align: python defaults to "left" but coffee has no such property
Text.text_alpha: python defaults to 1 but coffee has no such property
Text.text_baseline: python defaults to "bottom" but coffee has no such property
Text.text_color: python defaults to "#444444" but coffee has no such property
Text.text_font: python defaults to "Helvetica" but coffee has no such property
Text.text_font_size: python defaults to "12pt" but coffee has no such property
Text.text_font_style: python defaults to "normal" but coffee has no such property
Text.x: python defaults to "x" but coffee has no such property
Text.y: python defaults to "y" but coffee has no such property
TextEditor: coffee is missing some properties found in Python
TextEditor.name: python defaults to null but coffee has no such property
TextEditor.session: python defaults to null but coffee has no such property
TextEditor.tags: python defaults to [] but coffee has no such property
TileRenderer: defaults are out of sync between Python and CoffeeScript
TileRenderer.tile_source: coffee defaults to {"type":"WMTSTileSource"} but python defaults to null
TileRenderer: python is missing some properties found in CoffeeScript
TileRenderer.angle: coffee defaults to 0 but python has no such property
TileRenderer: coffee is missing some properties found in Python
TileRenderer.level: python defaults to "underlay" but coffee has no such property
TileRenderer.name: python defaults to null but coffee has no such property
TileRenderer.session: python defaults to null but coffee has no such property
TileRenderer.tags: python defaults to [] but coffee has no such property
TimeEditor: coffee is missing some properties found in Python
TimeEditor.name: python defaults to null but coffee has no such property
TimeEditor.session: python defaults to null but coffee has no such property
TimeEditor.tags: python defaults to [] but coffee has no such property
ToolEvents: coffee is missing some properties found in Python
ToolEvents.geometries: python defaults to [] but coffee has no such property
ToolEvents.name: python defaults to null but coffee has no such property
ToolEvents.session: python defaults to null but coffee has no such property
ToolEvents.tags: python defaults to [] but coffee has no such property
Triangle: coffee is missing some properties found in Python
Triangle.angle: python defaults to "angle" but coffee has no such property
Triangle.fill_alpha: python defaults to 1 but coffee has no such property
Triangle.fill_color: python defaults to "gray" but coffee has no such property
Triangle.line_alpha: python defaults to 1 but coffee has no such property
Triangle.line_cap: python defaults to "butt" but coffee has no such property
Triangle.line_color: python defaults to "black" but coffee has no such property
Triangle.line_dash: python defaults to [] but coffee has no such property
Triangle.line_dash_offset: python defaults to 0 but coffee has no such property
Triangle.line_join: python defaults to "miter" but coffee has no such property
Triangle.line_width: python defaults to 1 but coffee has no such property
Triangle.name: python defaults to null but coffee has no such property
Triangle.session: python defaults to null but coffee has no such property
Triangle.size: python defaults to 4 but coffee has no such property
Triangle.tags: python defaults to [] but coffee has no such property
Triangle.x: python defaults to "x" but coffee has no such property
Triangle.y: python defaults to "y" but coffee has no such property
WMTSTileSource: defaults are out of sync between Python and CoffeeScript
WMTSTileSource.url: coffee defaults to "" but python defaults to "url"
WMTSTileSource.initial_resolution: coffee defaults to 156543.03392804097 but python defaults to 1
WMTSTileSource: python is missing some properties found in CoffeeScript
WMTSTileSource.full_extent: coffee defaults to [-20037508.34,-20037508.34,20037508.34,20037508.34] but python has no such property
WMTSTileSource.resolutions: coffee defaults to [156543.03392804097,78271.51696402048,39135.75848201024,19567.87924100512,9783.93962050256,4891.96981025128,2445.98490512564,1222.99245256282,611.49622628141,305.748113140705,152.8740565703525,76.43702828517625,38.21851414258813,19.109257071294063,9.554628535647032,4.777314267823516,2.388657133911758,1.194328566955879,0.5971642834779395,0.29858214173896974,0.14929107086948487,0.07464553543474244,0.03732276771737122,0.01866138385868561,0.009330691929342804,0.004665345964671402,0.002332672982335701,0.0011663364911678506,0.0005831682455839253,0.00029158412279196264,0.00014579206139598132,0.00007289603069799066,0.00003644801534899533,0.000018224007674497665,0.000009112003837248832,0.000004556001918624416,0.000002278000959312208,0.000001139000479656104,5.69500239828052e-7,2.84750119914026e-7,1.42375059957013e-7,7.11875299785065e-8,3.559376498925325e-8,1.7796882494626626e-8,8.898441247313313e-9,4.4492206236566565e-9,2.2246103118283282e-9,1.1123051559141641e-9,5.561525779570821e-10,2.7807628897854103e-10,1.3903814448927051e-10] but python has no such property
WMTSTileSource: coffee is missing some properties found in Python
WMTSTileSource.name: python defaults to null but coffee has no such property
WMTSTileSource.session: python defaults to null but coffee has no such property
WMTSTileSource.tags: python defaults to [] but coffee has no such property
Wedge: coffee is missing some properties found in Python
Wedge.direction: python defaults to "clock" but coffee has no such property
Wedge.end_angle: python defaults to "end_angle" but coffee has no such property
Wedge.end_angle_units: python defaults to "rad" but coffee has no such property
Wedge.fill_alpha: python defaults to 1 but coffee has no such property
Wedge.fill_color: python defaults to "gray" but coffee has no such property
Wedge.line_alpha: python defaults to 1 but coffee has no such property
Wedge.line_cap: python defaults to "butt" but coffee has no such property
Wedge.line_color: python defaults to "black" but coffee has no such property
Wedge.line_dash: python defaults to [] but coffee has no such property
Wedge.line_dash_offset: python defaults to 0 but coffee has no such property
Wedge.line_join: python defaults to "miter" but coffee has no such property
Wedge.line_width: python defaults to 1 but coffee has no such property
Wedge.name: python defaults to null but coffee has no such property
Wedge.radius: python defaults to "radius" but coffee has no such property
Wedge.radius_units: python defaults to "data" but coffee has no such property
Wedge.session: python defaults to null but coffee has no such property
Wedge.start_angle: python defaults to "start_angle" but coffee has no such property
Wedge.start_angle_units: python defaults to "rad" but coffee has no such property
Wedge.tags: python defaults to [] but coffee has no such property
Wedge.x: python defaults to "x" but coffee has no such property
Wedge.y: python defaults to "y" but coffee has no such property
WheelZoomTool: coffee is missing some properties found in Python
WheelZoomTool.name: python defaults to null but coffee has no such property
WheelZoomTool.plot: python defaults to null but coffee has no such property
WheelZoomTool.session: python defaults to null but coffee has no such property
WheelZoomTool.tags: python defaults to [] but coffee has no such property
X: coffee is missing some properties found in Python
X.angle: python defaults to "angle" but coffee has no such property
X.fill_alpha: python defaults to 1 but coffee has no such property
X.fill_color: python defaults to "gray" but coffee has no such property
X.line_alpha: python defaults to 1 but coffee has no such property
X.line_cap: python defaults to "butt" but coffee has no such property
X.line_color: python defaults to "black" but coffee has no such property
X.line_dash: python defaults to [] but coffee has no such property
X.line_dash_offset: python defaults to 0 but coffee has no such property
X.line_join: python defaults to "miter" but coffee has no such property
X.line_width: python defaults to 1 but coffee has no such property
X.name: python defaults to null but coffee has no such property
X.session: python defaults to null but coffee has no such property
X.size: python defaults to 4 but coffee has no such property
X.tags: python defaults to [] but coffee has no such property
X.x: python defaults to "x" but coffee has no such property
X.y: python defaults to "y" but coffee has no such property
YearsTicker: coffee is missing some properties found in Python
YearsTicker.interval: python defaults to null but coffee has no such property
YearsTicker.name: python defaults to null but coffee has no such property
YearsTicker.session: python defaults to null but coffee has no such property
YearsTicker.tags: python defaults to [] but coffee has no such property
AppHBox: coffee is missing some properties found in Python
AppHBox.app: python defaults to null but coffee has no such property
AppHBox.children: python defaults to [] but coffee has no such property
AppHBox.disabled: python defaults to false but coffee has no such property
AppHBox.height: python defaults to null but coffee has no such property
AppHBox.name: python defaults to null but coffee has no such property
AppHBox.session: python defaults to null but coffee has no such property
AppHBox.tags: python defaults to [] but coffee has no such property
AppHBox.width: python defaults to null but coffee has no such property
AppVBox: coffee is missing some properties found in Python
AppVBox.app: python defaults to null but coffee has no such property
AppVBox.children: python defaults to [] but coffee has no such property
AppVBox.disabled: python defaults to false but coffee has no such property
AppVBox.height: python defaults to null but coffee has no such property
AppVBox.name: python defaults to null but coffee has no such property
AppVBox.session: python defaults to null but coffee has no such property
AppVBox.tags: python defaults to [] but coffee has no such property
AppVBox.width: python defaults to null but coffee has no such property
AppVBoxForm: coffee is missing some properties found in Python
AppVBoxForm.app: python defaults to null but coffee has no such property
AppVBoxForm.children: python defaults to [] but coffee has no such property
AppVBoxForm.disabled: python defaults to false but coffee has no such property
AppVBoxForm.height: python defaults to null but coffee has no such property
AppVBoxForm.name: python defaults to null but coffee has no such property
AppVBoxForm.session: python defaults to null but coffee has no such property
AppVBoxForm.tags: python defaults to [] but coffee has no such property
AppVBoxForm.width: python defaults to null but coffee has no such property
AutocompleteInput: defaults are out of sync between Python and CoffeeScript
AutocompleteInput.name: coffee defaults to "" but python defaults to null
AutocompleteInput.value: coffee defaults to "" but python defaults to null
AutocompleteInput.title: coffee defaults to "" but python defaults to null
AutocompleteInput: coffee is missing some properties found in Python
AutocompleteInput.callback: python defaults to null but coffee has no such property
AutocompleteInput.disabled: python defaults to false but coffee has no such property
AutocompleteInput.session: python defaults to null but coffee has no such property
AutocompleteInput.tags: python defaults to [] but coffee has no such property
Button: coffee is missing some properties found in Python
Button.callback: python defaults to null but coffee has no such property
Button.name: python defaults to null but coffee has no such property
Button.session: python defaults to null but coffee has no such property
Button.tags: python defaults to [] but coffee has no such property
CheckboxButtonGroup: coffee is missing some properties found in Python
CheckboxButtonGroup.name: python defaults to null but coffee has no such property
CheckboxButtonGroup.session: python defaults to null but coffee has no such property
CheckboxButtonGroup.tags: python defaults to [] but coffee has no such property
CheckboxGroup: coffee is missing some properties found in Python
CheckboxGroup.name: python defaults to null but coffee has no such property
CheckboxGroup.session: python defaults to null but coffee has no such property
CheckboxGroup.tags: python defaults to [] but coffee has no such property
DataTable: coffee is missing some properties found in Python
DataTable.disabled: python defaults to false but coffee has no such property
DataTable.name: python defaults to null but coffee has no such property
DataTable.session: python defaults to null but coffee has no such property
DataTable.source: python defaults to null but coffee has no such property
DataTable.tags: python defaults to [] but coffee has no such property
DatePicker: defaults are out of sync between Python and CoffeeScript
DatePicker.value: coffee defaults to 1447332125703 but python defaults to 1447286400000
DatePicker: coffee is missing some properties found in Python
DatePicker.callback: python defaults to null but coffee has no such property
DatePicker.disabled: python defaults to false but coffee has no such property
DatePicker.max_date: python defaults to null but coffee has no such property
DatePicker.min_date: python defaults to null but coffee has no such property
DatePicker.name: python defaults to null but coffee has no such property
DatePicker.session: python defaults to null but coffee has no such property
DatePicker.tags: python defaults to [] but coffee has no such property
DatePicker.title: python defaults to null but coffee has no such property
DateRangeSlider: coffee is missing some properties found in Python
DateRangeSlider.arrows: python defaults to true but coffee has no such property
DateRangeSlider.bounds: python defaults to null but coffee has no such property
DateRangeSlider.callback: python defaults to null but coffee has no such property
DateRangeSlider.disabled: python defaults to false but coffee has no such property
DateRangeSlider.enabled: python defaults to true but coffee has no such property
DateRangeSlider.name: python defaults to null but coffee has no such property
DateRangeSlider.range: python defaults to null but coffee has no such property
DateRangeSlider.session: python defaults to null but coffee has no such property
DateRangeSlider.step: python defaults to {} but coffee has no such property
DateRangeSlider.tags: python defaults to [] but coffee has no such property
DateRangeSlider.title: python defaults to null but coffee has no such property
DateRangeSlider.value: python defaults to null but coffee has no such property
DateRangeSlider.value_labels: python defaults to "show" but coffee has no such property
DateRangeSlider.wheel_mode: python defaults to null but coffee has no such property
Dialog: defaults are out of sync between Python and CoffeeScript
Dialog.title: coffee defaults to "" but python defaults to null
Dialog.content: coffee defaults to "" but python defaults to null
Dialog: coffee is missing some properties found in Python
Dialog.disabled: python defaults to false but coffee has no such property
Dialog.name: python defaults to null but coffee has no such property
Dialog.session: python defaults to null but coffee has no such property
Dialog.tags: python defaults to [] but coffee has no such property
Dropdown: defaults are out of sync between Python and CoffeeScript
Dropdown.label: coffee defaults to "Dropdown" but python defaults to "Button"
Dropdown: coffee is missing some properties found in Python
Dropdown.callback: python defaults to null but coffee has no such property
Dropdown.name: python defaults to null but coffee has no such property
Dropdown.session: python defaults to null but coffee has no such property
Dropdown.tags: python defaults to [] but coffee has no such property
Icon: defaults are out of sync between Python and CoffeeScript
Icon.name: coffee defaults to "" but python defaults to "adjust"
Icon: coffee is missing some properties found in Python
Icon.disabled: python defaults to false but coffee has no such property
Icon.session: python defaults to null but coffee has no such property
Icon.tags: python defaults to [] but coffee has no such property
MultiSelect: defaults are out of sync between Python and CoffeeScript
MultiSelect.title: coffee defaults to "" but python defaults to null
MultiSelect: coffee is missing some properties found in Python
MultiSelect.callback: python defaults to null but coffee has no such property
MultiSelect.disabled: python defaults to false but coffee has no such property
MultiSelect.name: python defaults to null but coffee has no such property
MultiSelect.session: python defaults to null but coffee has no such property
MultiSelect.tags: python defaults to [] but coffee has no such property
Panel: defaults are out of sync between Python and CoffeeScript
Panel.title: coffee defaults to "" but python defaults to null
Panel: coffee is missing some properties found in Python
Panel.disabled: python defaults to false but coffee has no such property
Panel.name: python defaults to null but coffee has no such property
Panel.session: python defaults to null but coffee has no such property
Panel.tags: python defaults to [] but coffee has no such property
PreText: defaults are out of sync between Python and CoffeeScript
PreText.text: coffee defaults to "" but python defaults to null
PreText.width: coffee defaults to 400 but python defaults to 500
PreText: coffee is missing some properties found in Python
PreText.disabled: python defaults to false but coffee has no such property
PreText.name: python defaults to null but coffee has no such property
PreText.session: python defaults to null but coffee has no such property
PreText.tags: python defaults to [] but coffee has no such property
RadioButtonGroup: coffee is missing some properties found in Python
RadioButtonGroup.name: python defaults to null but coffee has no such property
RadioButtonGroup.session: python defaults to null but coffee has no such property
RadioButtonGroup.tags: python defaults to [] but coffee has no such property
RadioGroup: coffee is missing some properties found in Python
RadioGroup.name: python defaults to null but coffee has no such property
RadioGroup.session: python defaults to null but coffee has no such property
RadioGroup.tags: python defaults to [] but coffee has no such property
SimpleApp: coffee is missing some properties found in Python
SimpleApp.disabled: python defaults to false but coffee has no such property
SimpleApp.layout: python defaults to null but coffee has no such property
SimpleApp.name: python defaults to null but coffee has no such property
SimpleApp.objects: python defaults to {} but coffee has no such property
SimpleApp.session: python defaults to null but coffee has no such property
SimpleApp.tags: python defaults to [] but coffee has no such property
SimpleApp.widget_list: python defaults to [] but coffee has no such property
Slider: defaults are out of sync between Python and CoffeeScript
Slider.title: coffee defaults to "" but python defaults to null
Slider.value: coffee defaults to 0.5 but python defaults to null
Slider.start: coffee defaults to 0 but python defaults to null
Slider.end: coffee defaults to 1 but python defaults to null
Slider.step: coffee defaults to 0 but python defaults to null
Slider: coffee is missing some properties found in Python
Slider.callback: python defaults to null but coffee has no such property
Slider.disabled: python defaults to false but coffee has no such property
Slider.name: python defaults to null but coffee has no such property
Slider.session: python defaults to null but coffee has no such property
Slider.tags: python defaults to [] but coffee has no such property
Tabs: coffee is missing some properties found in Python
Tabs.callback: python defaults to null but coffee has no such property
Tabs.disabled: python defaults to false but coffee has no such property
Tabs.name: python defaults to null but coffee has no such property
Tabs.session: python defaults to null but coffee has no such property
Tabs.tags: python defaults to [] but coffee has no such property
Toggle: defaults are out of sync between Python and CoffeeScript
Toggle.label: coffee defaults to "Toggle" but python defaults to "Button"
Toggle: coffee is missing some properties found in Python
Toggle.callback: python defaults to null but coffee has no such property
Toggle.name: python defaults to null but coffee has no such property
Toggle.session: python defaults to null but coffee has no such property
Toggle.tags: python defaults to [] but coffee has no such property
VBoxForm: coffee is missing some properties found in Python
VBoxForm.disabled: python defaults to false but coffee has no such property
VBoxForm.height: python defaults to null but coffee has no such property
VBoxForm.name: python defaults to null but coffee has no such property
VBoxForm.session: python defaults to null but coffee has no such property
VBoxForm.tags: python defaults to [] but coffee has no such property
VBoxForm.width: python defaults to null but coffee has no such property
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment