windows - How do I create custom DataObjects in Python? -



windows - How do I create custom DataObjects in Python? -

i'm searching python alternative of .net's dataobject class, can set info , re-create dataobject clipboard. pseudocode:

dataobject = dataobject() dataobject.setdata('somekey', 'somevalue') dataobject.setdata('somekey2', 'somevalue2') dataobject.copy_to_clipboard()

is there libraries this?

python windows data-objects

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -