Skip to content

Commit

Permalink
Ignore certain docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Dec 3, 2023
1 parent f072a18 commit 3b1dc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serialize/all.py
Expand Up @@ -384,6 +384,6 @@ def register_class(klass, to_builtin, from_builtin):
returns an object from the custom class.
In other words:
>>> obj == from_builtin(to_builtin(obj))
>>> obj == from_builtin(to_builtin(obj)) # doctest: +SKIP
"""
CLASSES[klass] = CLASSES_BY_NAME[str(klass)] = ClassHelper(to_builtin, from_builtin)

0 comments on commit 3b1dc77

Please sign in to comment.