Skip to content
Snippets Groups Projects
Commit e2222bc1 authored by Kaushik Kulkarni's avatar Kaushik Kulkarni
Browse files

changes the doctrings

parent 442a4504
No related branches found
No related tags found
2 merge requests!426Discussion: kernel_callables_v3-edit2,!246WIP: Kernel Callables
...@@ -1836,8 +1836,8 @@ def apply_single_writer_depencency_heuristic(kernel, warn_if_used=True): ...@@ -1836,8 +1836,8 @@ def apply_single_writer_depencency_heuristic(kernel, warn_if_used=True):
class FunctionScoper(IdentityMapper): class FunctionScoper(IdentityMapper):
""" """
Subclass of :class:`IdentityMapper` which converts functions known to Converts functions known to the kernel as instances of
the kernel at to instances of :class:`ScopedFunction`. :class:`ScopedFunction`.
.. _example: .. _example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment