Added type hints to uheap

This commit is contained in:
dherrada 2020-07-03 15:51:39 -04:00
parent 4c5a9d1e3a
commit 657c651e0e

View File

@ -34,7 +34,7 @@
//| """Heap size analysis"""
//|
//| def info(object: Any) -> Any:
//| def info(object: Any) -> int:
//| """Prints memory debugging info for the given object and returns the
//| estimated size."""
//| ...