Giter Site home page Giter Site logo

Comments (4)

sydney-runkle avatar sydney-runkle commented on June 15, 2024

@devkral,

Thanks for the requests. I'd say anything we can do to make it more similar to the FieldInfo constructor would be welcome.

The exclude stuff might be tricky due to when that happens at serialization time, but definitely something worth looking into.

Perhaps you could provide some examples of what your last two requests might look like?

from pydantic.

devkral avatar devkral commented on June 15, 2024

sry, for the late answer, was deep in coding.

The constructor doesn't contain default arguments like it does in FieldInfo.

The exclude stuff should work like it is documented for normal fields.

from pydantic.

devkral avatar devkral commented on June 15, 2024

Pseudo python Code:

class Foo(ComputedFileInfo):
  def __init__(self, wrapped_property, **kwargs):
    kwargs.setdefault("exclude", False)
    super().__init__(self, wrapped_property=wrapped_property, **kwargs)

# And:
foo().metadata should exists, so if someone iterates through properties he doesn't fall over.
# Or maybe we can add some info here

should be possible. The exclude is an example for kwargs could be transformed.

from pydantic.

devkral avatar devkral commented on June 15, 2024

why do we want exclude? Of course you can have normal properties which are excluded but maybe you want the metainformation.

from pydantic.

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.