MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / set_property

Method set_property

python/minifi/__init__.py:62–63  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

60 self._minifi = minifi
61
62 def set_property(self, name, value):
63 return self._minifi.set_property( self._proc, name.encode("UTF-8"), value.encode("UTF-8")) == 0
64
65class PyProcessor(object):
66 def __init__(self, minifi, flow):

Callers

nothing calls this directly

Calls 2

encodeMethod · 0.80
set_propertyMethod · 0.45

Tested by

no test coverage detected