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

Function toolsDir

tools/pythonpoint/pythonpoint.py:937–939  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

935 return getParagraphStyles()
936
937def toolsDir():
938 import tools
939 return tools.__path__[0]
940
941#make a singleton and a function to access it
942_styles = None

Callers 1

validateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected