← Back to team overview

yade-dev team mailing list archive

Re: checking values of registered attributes

 

Sorry, cannot test it right now, but maybe something like

 print(O.engines[5].keys())

would work.

Luc

2010/7/6 Janek Kozicki <janek_listy@xxxxx>

> what is the python command to see a listing of all values of all
> registered attributes of a given engine?
>
> For example I want to check what are the values of O.engines[5] so I try
>
>  print(O.engines[5])
>
> and but doesn't work :) I tried to use pickle to save it into a
> textfile, but no success again.
>
> --
> Janek Kozicki                               http://janek.kozicki.pl/  |
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-dev<https://launchpad.net/%7Eyade-dev>
> Post to     : yade-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-dev<https://launchpad.net/%7Eyade-dev>
> More help   : https://help.launchpad.net/ListHelp
>

Follow ups

References