https://github.com/python/cpython
Raw File
Tip revision: d651dd0007342532c0b49bf18007b03da838c446 authored by Stephan Hoyer on 29 October 2018, 18:30:12 UTC
Include memo in the documented signature of copy.deepcopy()
Tip revision: d651dd0
pyshellext.idl
import "ocidl.idl";

[uuid(44039A76-3BDD-41C1-A31B-71C00202CE81), version(1.0)]
library PyShellExtLib
{
    [uuid(BEA218D2-6950-497B-9434-61683EC065FE), version(1.0)]
    coclass PyShellExt
    {
        [default] interface IDropTarget;
        interface IPersistFile;
    }
};
back to top