Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mako テンプレートで特定の変数「testvar」の「ログ」を取得するにはどうすればよいですか? testvar がすでに数値であると仮定します。これをどのように行うかについては、ドキュメントでは明確ではないようです。
mathテンプレート内にインポートしてから呼び出すことができますmath.log:
math
math.log
>>> from mako.template import Template >>> print Template("<%import math%>${math.log(testvar)}").render(testvar=2) 0.69314718056