Staging
v0.5.1
https://github.com/python/cpython
Revision 85a2eef473a2c9ed3ab9c6ee339891fe99adbbc9 authored by Serhiy Storchaka on 17 February 2020, 09:03:00 UTC, committed by GitHub on 17 February 2020, 09:03:00 UTC
1 parent c33bdbb
Raw File
Tip revision: 85a2eef473a2c9ed3ab9c6ee339891fe99adbbc9 authored by Serhiy Storchaka on 17 February 2020, 09:03:00 UTC
bpo-32892: Update the documentation for handling constants in AST. (GH-18514)
Tip revision: 85a2eef
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