Coder Social home page Coder Social logo

关键字冲突 about addict HOT 7 CLOSED

mewwts avatar mewwts commented on June 1, 2024
关键字冲突

from addict.

Comments (7)

mewwts avatar mewwts commented on June 1, 2024

Hey @dakezuo, any chance you could type this in English?

From what I can tell from google translate, I think you're asking about using built in names with the dot syntax. This won't work!

You can not use the dot syntax for keys that collide with builtins. You would have to use the getitem syntax instead e.g. my_addict['keys']

from addict.

dakezuo avatar dakezuo commented on June 1, 2024

@mewwts Yes, that's exactly what I'm doing right now, and I'm wondering if there's a way to identify these system keywords internally and make an escape substitution in string form to allow the outside world to continue implementing a bit of syntax, which of course is just a suggestion, because I'm new to python, so I don't know if it's possible

from addict.

mewwts avatar mewwts commented on June 1, 2024

Hey @dakezuo - thanks for commenting!

I won't say it's impossible, but I'm not sure it's something I'd like to do, unfortunately. What's your specific usecase for this?

from addict.

dakezuo avatar dakezuo commented on June 1, 2024

@mewwts I've only recently used it, and I happen to encounter this return in a request.

from addict.

mewwts avatar mewwts commented on June 1, 2024

Right, so you're using addict with arbitrary returns from http request is that so, @dakezuo?

from addict.

dakezuo avatar dakezuo commented on June 1, 2024

@mewwts Yes, the key and keyword of the field returned by the server coincidentally are duplicated in the HTTP return

from addict.

mewwts avatar mewwts commented on June 1, 2024

@dakezuo I would fetch data residing on keys corresponding to builtin keywords using the getitem syntax i.e. mydict['keys'].

from addict.

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.