(self)
| 843 | return ''.join(testCode) |
| 844 | |
| 845 | def __repr__(self) -> str: |
| 846 | return ''.join( [str(self.py_Name),'_',str(self.libs)]) |
| 847 | |
| 848 | def CastFactory(opsList: List[Operation], casting: str='safe') -> None: |
| 849 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected