MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

numpy/linalg/lapack_lite/clapack_scrub.py:17–18  ·  view source on GitHub ↗
(self, info, name='<default>')

Source from the content-addressed store, hash-verified

15
16class MyScanner(Scanner):
17 def __init__(self, info, name='<default>'):
18 Scanner.__init__(self, self.lexicon, info, name)
19
20 def begin(self, state_name):
21 Scanner.begin(self, state_name)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected