ExamplesΒΆ

``True`` => :py:obj:`True`

True => True


``False`` => :py:obj:`False`

False => False


``None`` => :py:obj:`None`

None => None


``NotImplemented`` => :py:obj:`NotImplemented`

NotImplemented => NotImplemented


``Ellipsis`` => :py:obj:`Ellipsis`

Ellipsis => Ellipsis


``__debug__`` => :py:obj:`__debug__`

__debug__ => __debug__


``quit`` => :py:obj:`quit`

quit => quit


``exit`` => :py:obj:`exit`

exit => exit


``copyright`` => :py:obj:`python:copyright`

copyright => copyright


``credits`` => :py:obj:`credits`

credits => credits


``license`` => :py:obj:`license`

license => license


``ValueError`` => :exc:`ValueError`

ValueError => ValueError


``BaseException`` => :exc:`BaseException`

BaseException => BaseException


``ValueError`` => :exc:`ValueError`

ValueError => ValueError


``int`` => :class:`int`

int => int


``str`` => :class:`str`

str => str