Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
equinox / _custom_types.py
Size: Mime:
from typing import Any

from ._doc_utils import doc_repr


sentinel: Any = doc_repr(object(), "sentinel")