MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / __init__

Method __init__

openlibrary/plugins/upstream/jsdef.py:92–95  ·  view source on GitHub ↗
(self, *a, **kw)

Source from the content-addressed store, hash-verified

90 """Node to represent jsdef block."""
91
92 def __init__(self, *a, **kw):
93 DefNode.__init__(self, *a, **kw)
94 self.suite.sections.append(JSNode(self))
95 self.stmt = self.stmt.replace("jsdef", "def")
96
97
98class JSNode:

Callers

nothing calls this directly

Calls 2

JSNodeClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected