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

Function unary_op_transformer

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

Source from the content-addressed store, hash-verified

91
92
93def unary_op_transformer(op):
94 def xf(name_node, parameters_node, details):
95 return (
96 patch_node(name_node, op, ()),
97 emphasis("", "self"),
98 )
99
100 return xf
101
102
103def binary_op_transformer(op):

Callers 1

prettymethods.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected