提交 aebc4e7d authored 作者: Iban Harlouchet's avatar Iban Harlouchet 提交者: Arnaud Bergeron

testcode for python.txt

上级 91d0e7dc
...@@ -37,11 +37,15 @@ Theano doesn't use your grandfather's python. ...@@ -37,11 +37,15 @@ Theano doesn't use your grandfather's python.
* functions (function objects) can have attributes too. This technique * functions (function objects) can have attributes too. This technique
is often used to define a function's error messages. is often used to define a function's error messages.
.. code-block:: python .. testcode::
def f(): return f.a def f(): return f.a
f.a = 5 f.a = 5
f() # returns 5 f()
.. testoutput::
5
* Warning about mutual imports: * Warning about mutual imports:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论