MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / emphasis

Class emphasis

share/docs/extract_docstrings.py:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266class emphasis(ElementRenderer):
267 def open(self, result):
268 return "*"
269
270 def close(self, result):
271 return "*"
272
273
274class simplesect(ElementRenderer):

Callers 3

xfFunction · 0.85
bracketsFunction · 0.85
prettymethods.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected