mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove class that was only useful with Sphinx autodoc
This commit is contained in:
parent
020340f284
commit
55b9fe232d
1 changed files with 0 additions and 8 deletions
|
@ -182,14 +182,6 @@ _UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description')
|
|||
_MISSING = object()
|
||||
|
||||
|
||||
class NoDefault:
|
||||
"""Marker object used for clean representation"""
|
||||
def __repr__(self):
|
||||
return '<NoDefault>'
|
||||
|
||||
_MISSING = NoDefault()
|
||||
|
||||
|
||||
class Metadata:
|
||||
"""The metadata of a release.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue