MCPcopy Index your code
hub / github.com/plotly/plotly.py / create_table

Method create_table

plotly/tools.py:657–661  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

655
656 @staticmethod
657 def create_table(*args, **kwargs):
658 FigureFactory._deprecated("create_table")
659 from plotly.figure_factory import create_table
660
661 return create_table(*args, **kwargs)
662
663 @staticmethod
664 def create_trisurf(*args, **kwargs):

Callers 2

test_simple_tableMethod · 0.80
test_table_with_indexMethod · 0.80

Calls 2

create_tableFunction · 0.90
_deprecatedMethod · 0.80

Tested by 2

test_simple_tableMethod · 0.64
test_table_with_indexMethod · 0.64