Giter Club home page Giter Club logo

Comments (2)

tfredian avatar tfredian commented on May 25, 2024

I can't reproduce this problem either.

==== pytest.py ====
def pytest(arg):
print(type(arg))

return arg.data()

[twf@fc22-vm tdi]$ tditest
_a=42
_a=42
42
pytest(_a)
pytest(_a)
<class 'MDSplus.ident.Ident'>
42

-tom

On 9/11/2015 9:02 AM, zack-vii wrote:

This is probably one for Tom.
The variable type "Ident" should not be passes as object of itself but
its content.
Or in short: Variables should be evaluated (one layer) before sending
to python.

_a=1
pytest(_a)

returns

""

instead of

""

since the variable does not exist inside the python environment
getting its value will fail


Reply to this email directly or view it on GitHub
#78.

from mdsplus.

zack-vii avatar zack-vii commented on May 25, 2024

Hmm, after some resetting, it works now on my machine, too.
Thanks for testing and verifying that it should work.

from mdsplus.

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.