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

Method _pow

numpy/polynomial/_polybase.py:151–152  ·  view source on GitHub ↗
(c, pow, maxpower=None)

Source from the content-addressed store, hash-verified

149 @staticmethod
150 @abc.abstractmethod
151 def _pow(c, pow, maxpower=None):
152 pass
153
154 @staticmethod
155 @abc.abstractmethod

Callers 6

__pow__Method · 0.95
hermepowFunction · 0.80
legpowFunction · 0.80
lagpowFunction · 0.80
polypowFunction · 0.80
hermpowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected