yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #20362
Re: [Question #682919]: yade.utils module
Question #682919 on Yade changed:
https://answers.launchpad.net/yade/+question/682919
Jan Stránský proposed the following answer:
> Can I say these two are interchangeable?
No.
Why would they be?
Why would you want to say that?
yade.utils and yade._utils are two distinct python modules.
yade.utils imports everything from yade._utils, so you do not need to
use yade._utils directly (all from yade._utils is accessible from
yade.utils, but not vice versa).
cheers
Jan
PS: of course you can say it, but it is not true :-)
--
You received this question notification because your team yade-users is
an answer contact for Yade.