MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / afficher_le_graphique

Method afficher_le_graphique

seleniumbase/translate/french.py:468–470  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

466 return self.save_chart(*args, **kwargs)
467
468 def afficher_le_graphique(self, *args, **kwargs):
469 # display_chart(chart_name=None, filename=None, interval=0)
470 return self.display_chart(*args, **kwargs)
471
472 def extraire_le_graphique(self, *args, **kwargs):
473 # extract_chart(chart_name=None)

Callers

nothing calls this directly

Calls 1

display_chartMethod · 0.80

Tested by

no test coverage detected