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

Method __init__

pattern/graph/__init__.py:42–44  ·  view source on GitHub ↗
(self, string, **kwargs)

Source from the content-addressed store, hash-verified

40
41class Text(object):
42 def __init__(self, string, **kwargs):
43 self.string = string
44 self.__dict__.update(kwargs)
45 def copy(self):
46 k = self.__dict__.copy()
47 k.pop("string")

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected