Code Monkey home page Code Monkey logo

Comments (8)

ybastide avatar ybastide commented on June 19, 2024

[Speculating] Could we use metaclass thingies to defer the call to __init__ or wrap somewhat the future arguments?

from simpleflow.

jbbarth avatar jbbarth commented on June 19, 2024

I don't know "metaclass thingies" (yet), pointer?

from simpleflow.

ybastide avatar ybastide commented on June 19, 2024

Sorry, no pointer found... __metaclass__, __new__, __call__ or some such things, but it's hand waving...

from simpleflow.

jbbarth avatar jbbarth commented on June 19, 2024

Oh ok, I thought there was something special in abc or equivalent to do lazy evaluation or some other black magic. I'll read the docs about metaclasses then!

from simpleflow.

ybastide avatar ybastide commented on June 19, 2024

No magic, just metaprogramming :-)

It's easy, really. Just parse __init__'s arguments. If any is a Future, replace it with its result getter 😉

(I discovered a really marvelous implementation that this comment box's margin is too small to contain)

from simpleflow.

ampelmann avatar ampelmann commented on June 19, 2024

@ybastide gist it ? :)

from simpleflow.

jbbarth avatar jbbarth commented on June 19, 2024

Thanks Mr Fermat ;-) Actually I may find a smart solution with __new__, didn't know you have access to that in python!

from simpleflow.

jbbarth avatar jbbarth commented on June 19, 2024

Arg, last problem (but not least): examples work well with ONE instance of a given task, but they'll mix up in the registry if there are two of them. We need to refine their name to include a unique ID per object. Going down the rabbit hole :(

from simpleflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.