Skip to content

Commit

Permalink
add more docs for api
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Feb 1, 2017
1 parent cde2b15 commit 9bdf7dc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/api/index.rst
@@ -1,8 +1,24 @@
API von RestrictedPython 4.0
============================

.. code:: Python
compile_restricted(source, filename, mode [, flags [, dont_inherit]])
.. code:: Python
compile_restricted(source, filename, mode [, flags [, dont_inherit]])
compile_restricted_exec(source, filename, mode [, flags [, dont_inherit [, policy]]])
.. code:: Python
compile_restricted_eval(source, filename, mode [, flags [, dont_inherit [, policy]]])
.. code:: Python
compile_restricted_single(source, filename, mode [, flags [, dont_inherit [, policy]]])
.. code:: Python
compile_restricted_function(source, filename, mode [, flags [, dont_inherit [, policy]]])

0 comments on commit 9bdf7dc

Please sign in to comment.