Description
It's known convention in MLC that _mlc_address
is used as a unique identifier as oppose to Python's builtin id()
for good reasons. However, _mlc_address
with an underscore seems less semantically meaningful and less discoverable. We may want to expose two interfaces:
mlc.Object.id_()
which is consistent with Python'sid()
mlc.Object.is_()
which is consistent with Python'sis