Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 16, 2023
1 parent 856dc00 commit 7a40560
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ubelt/util_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
:mod:`ubelt.util_dict`, where it simplifies the implementation of methods that
behave like :meth:`dict.get`.
The value of :data:`NoParam` is robust to reloading, pickling, and copying. See
[SO_41048643]_ for more details.
References:
.. [SO_41048643]: http://stackoverflow.com/questions/41048643/a-second-none
Example:
>>> import ubelt as ub
>>> def func(a=ub.NoParam):
Expand Down

0 comments on commit 7a40560

Please sign in to comment.