diff --git a/src/ubuiltins/__init__.py b/src/ubuiltins/__init__.py index 41b26b5..af469cc 100644 --- a/src/ubuiltins/__init__.py +++ b/src/ubuiltins/__init__.py @@ -585,7 +585,7 @@ def hex(x: int) -> _str: """ -def id() -> _int: +def id(object: Any) -> _int: """ Returns the “identity” of an object. This is an integer which is guaranteed to be unique and constant for this object during its lifetime.