mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
feat: added __slots__ to Corr class. (#155)
This commit is contained in:
parent
a2ed2653c6
commit
a33c0a205a
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ class Corr:
|
|||
|
||||
"""
|
||||
|
||||
__slots__ = ["content", "N", "T", "tag", "prange"]
|
||||
|
||||
def __init__(self, data_input, padding=[0, 0], prange=None):
|
||||
""" Initialize a Corr object.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue