MCPcopy Create free account
hub / github.com/caelan/pddlstream / __init__

Method __init__

pddlstream/language/function.py:69–71  ·  view source on GitHub ↗
(self, external, input_objects)

Source from the content-addressed store, hash-verified

67 _Result = FunctionResult
68 #_opt_value = 0
69 def __init__(self, external, input_objects):
70 super(FunctionInstance, self).__init__(external, input_objects)
71 self._head = None
72 @property
73 def head(self):
74 if self._head is None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected