yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #20359
Re: [Question #682919]: yade.utils module
Question #682919 on Yade changed:
https://answers.launchpad.net/yade/+question/682919
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
yade._utils is a module compiled from C++ code from py/_utils.cpp
yade.utils is a module (py/utils.py) containing pure python stuff (and it also does "from yade._utils import *" so you can directly use code from yade._utils)
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.