Searched defs:LinkError (Results 1 – 13 of 13) sorted by relevance
102 type LinkError struct { struct103 Op string104 Old string105 New string106 Err error109 func (e *LinkError) Error() string {113 func (e *LinkError) Unwrap() error {
92 class LinkError (CCompilerError): class
121 class LinkError(CCompilerError): class
19 LinkError = _distutils_errors.LinkError variable