mirror of
https://github.com/vale981/binfootprint
synced 2025-03-04 16:51:39 -05:00
fix README
This commit is contained in:
parent
5697bf88da
commit
d0c9b28edc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ data_prime = bf.load(bin_key)
|
|||
print(data_prime)
|
||||
```
|
||||
|
||||
Further any class that implements __getstate__ may be used as a container as well. When reconstructing, the class needs to have the __setstate__ method implemented.
|
||||
Further any class that implements `__getstate__` may be used as a container as well. When reconstructing, the class needs to have the `__setstate__` method implemented.
|
||||
Additionally the `bf.load` function required a mapping from the class name to the class object, like this:
|
||||
```python
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue