MCPcopy Index your code
hub / github.com/clips/pattern / __init__

Method __init__

pattern/graph/commonsense.py:29–33  ·  view source on GitHub ↗

A concept in the sematic network.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

27class Concept(Node):
28
29 def __init__(self, *args, **kwargs):
30 """ A concept in the sematic network.
31 """
32 Node.__init__(self, *args, **kwargs)
33 self._properties = None
34
35 @property
36 def halo(self, depth=2):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected