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

Function binary_op_transformer

share/docs/prettymethods.py:103–114  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

101
102
103def binary_op_transformer(op):
104 def xf(name_node, parameters_node, details):
105 return inline(
106 "", "",
107 emphasis("", "self"),
108 Text(" "),
109 patch_node(name_node, op, ()),
110 Text(" "),
111 emphasis("", get_children(parameters_node)[0].astext())
112 )
113
114 return xf
115
116
117def brackets(parameters_node):

Callers 1

prettymethods.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected