MCPcopy Create free account
hub / github.com/scanny/python-pptx / then_the_chart_has_new_chart_data

Function then_the_chart_has_new_chart_data

features/steps/chart.py:377–380  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

375
376@then("the chart has new chart data")
377def then_the_chart_has_new_chart_data(context):
378 orig_xlsx_sha1 = context.xlsx_sha1
379 new_xlsx_sha1 = hashlib.sha1(context.chart._workbook.xlsx_part.blob).hexdigest()
380 assert new_xlsx_sha1 != orig_xlsx_sha1

Callers

nothing calls this directly

Calls 1

sha1Method · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…