MCPcopy Create free account
hub / github.com/pydata/numexpr / __repr__

Method __repr__

code_generators/interp_generator.py:845–846  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

843 return ''.join(testCode)
844
845 def __repr__(self) -> str:
846 return ''.join( [str(self.py_Name),'_',str(self.libs)])
847
848def CastFactory(opsList: List[Operation], casting: str='safe') -> None:
849 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected