Anton Gladky píše v Pá 27. 11. 2009 v 15:53 +0100: > Ok, thanks, will use it. But now I need such file. > Actually, what functions includes _utils.cpp? Is it wrapped C++ > functions, accessible from python to get higher productivity?
Yes, for performance reasone. They are however accessible thorugh yade.utils, since it imports all its symbols into itself: py/utils.py:21: from yade._utils import * (same with _pack*.cpp, _eudoxos.cpp) Cheers, v. _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

