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

Method __init__

pattern/web/pdf/psparser.py:45–47  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

43 """
44
45 def __init__(self, name):
46 self.name = name
47 return
48
49 def __repr__(self):
50 return '/%s' % self.name

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected