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    
msgspec / _typing_utils.pyi
Size: Mime:
from typing_extensions import TypeGuard

from . import Struct

def is_struct(obj: object) -> TypeGuard[Struct]: ...
def is_struct_type(tp: object) -> TypeGuard[type[Struct]]: ...