autowrap icon indicating copy to clipboard operation
autowrap copied to clipboard

Generates Python Extension modules from Cythons PXD files

Results 52 autowrap issues
Sort by recently updated
recently updated
newest added

wrap-ignore on SpectrumAccessTransforming breaks building of it's derived classes, this is wrong. There's pretty clearly a bug here in autowrap's handling of derived classes where the parent is wrap-ignored, but...

See https://github.com/OpenMS/OpenMS/pull/7650 e.g. here for enums https://github.com/OpenMS/autowrap/blob/master/autowrap%2FCodeGenerator.py#L553 if doc.contains(".. deprecated:"): stub_code.add("@typing_extensions.deprecated")