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

Method open

share/docs/extract_docstrings.py:284–288  ·  view source on GitHub ↗
(self, result)

Source from the content-addressed store, hash-verified

282
283class simplesectsep(ElementRenderer):
284 def open(self, result):
285 # Repeat parent simplesect
286 parent = self.get_first_parent(simplesect)
287 if parent:
288 return parent.open(result)
289
290
291class programlisting(ElementRenderer):

Callers

nothing calls this directly

Calls 2

get_first_parentMethod · 0.80
openMethod · 0.45

Tested by

no test coverage detected