MCPcopy Create free account
hub / github.com/Distrotech/reportlab / getStyles

Function getStyles

tools/pythonpoint/pythonpoint.py:943–947  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

941#make a singleton and a function to access it
942_styles = None
943def getStyles():
944 global _styles
945 if not _styles:
946 _styles = getSampleStyleSheet()
947 return _styles
948
949
950def setStyles(newStyleSheet):

Callers 4

getFlowableMethod · 0.85
getFlowableMethod · 0.85
getFlowableMethod · 0.85
getFlowableMethod · 0.85

Calls 1

getSampleStyleSheetFunction · 0.70

Tested by

no test coverage detected