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

Method _div

numpy/polynomial/_polybase.py:146–147  ·  view source on GitHub ↗
(c1, c2)

Source from the content-addressed store, hash-verified

144 @staticmethod
145 @abc.abstractmethod
146 def _div(c1, c2):
147 pass
148
149 @staticmethod
150 @abc.abstractmethod

Callers 6

__divmod__Method · 0.95
__rdivmod__Method · 0.95
hermedivFunction · 0.80
legdivFunction · 0.80
lagdivFunction · 0.80
hermdivFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected