MCPcopy Index your code
hub / github.com/numpy/numpy / domain

Method domain

numpy/polynomial/_polybase.py:116–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 @property
115 @abc.abstractmethod
116 def domain(self):
117 pass
118
119 @property
120 @abc.abstractmethod

Callers 1

__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected