Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Zoppi <[email protected]>
  • Loading branch information
TexZK committed Mar 7, 2024
1 parent 1a78f87 commit a984ecd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/bytesparse/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3392,6 +3392,7 @@ class MutableMemory(ImmutableMemory,
Merging:
:meth:`__ior__`
:meth:`align`
:meth:`fill`
:meth:`flood`
:meth:`update`
Expand All @@ -3416,6 +3417,7 @@ class MutableMemory(ImmutableMemory,
:meth:`remove`
Backup:
:meth:`align_backup`
:meth:`append_backup`
:meth:`clear_backup`
:meth:`crop_backup`
Expand All @@ -3435,6 +3437,7 @@ class MutableMemory(ImmutableMemory,
:meth:`write_backup`
Restore:
:meth:`align_restore`
:meth:`append_restore`
:meth:`clear_restore`
:meth:`crop_restore`
Expand Down
3 changes: 2 additions & 1 deletion src/bytesparse/inplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ class Memory(MutableMemory):
address is automatically discarded; disabled if ``None``.
"""
__doc__ += ImmutableMemory.__doc__[ImmutableMemory.__doc__.index('Arguments:'):]
__doc__ += ImmutableMemory.__doc__[ImmutableMemory.__doc__.index('Arguments:'):
ImmutableMemory.__doc__.index('Method Groups:')]

def __add__(
self,
Expand Down

0 comments on commit a984ecd

Please sign in to comment.