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

Method setBase

python/minifi/__init__.py:71–72  ·  view source on GitHub ↗
(self, proc)

Source from the content-addressed store, hash-verified

69 self._flow = flow
70
71 def setBase(self, proc):
72 self._proc = proc
73
74 def get(self, session, context):
75 ff = self._minifi.get(session, context)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected