Giter Site home page Giter Site logo

Comments (3)

mmomtchev avatar mmomtchev commented on June 12, 2024 1

Not really. item() exists for a reason. In JavaScript the subscript operator is much more limited. It accepts only scalars.

For example this:

p['a', 'b']

is functionally equivalent to

p['b']

'a', 'b' evaluated in a scalar context is 'b'.

There are cases where using [] works, but it is not supported and you are on your own risk. Only a function as .item() can accept all the values that Python can accept.

from pymport.

mmomtchev avatar mmomtchev commented on June 12, 2024

In case you haven't seen my profile, I am currently living on social welfare because an ex-employer is extorting me with the help of the French police and the French judiciary over a series of false judicial proceedings, including some very serious allegations, in order to cover up his intimate personal problem. In order to further intimidate me, people are simultaneously posting on my projects. Yours is one, it is posted simultaneously with a StackOverflow issue with similar content. You don't happen to know anything about this affair?

from pymport.

antl3x avatar antl3x commented on June 12, 2024

Not really. item() exists for a reason. In JavaScript the subscript operator is much more limited. It accepts only scalars.

For example this:

p['a', 'b']

is functionally equivalent to

p['b']

'a', 'b' evaluated in a scalar context is 'b'.

There are cases where using [] works, but it is not supported and you are on your own risk. Only a function as .item() can accept all the values that Python can accept.

Got it. Thanks for clarifying.

In case you haven't seen my profile, I am currently living on social welfare because an ex-employer is extorting me with the help of the French police and the French judiciary over a series of false judicial proceedings, including some very serious allegations, in order to cover up his intimate personal problem. In order to further intimidate me, people are simultaneously posting on my projects. Yours is one, it is posted simultaneously with a StackOverflow issue with similar content. You don't happen to know anything about this affair?

I'm sorry, I don't know what you are talking about. I hope you stay well.

from pymport.

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.