'Can Objects with Zero Built-in Properties Exist in Python?

From the W3Schools sandbox, it appears that even creating empty objects leaves a good many of built-in methods.

I'm interested in creating a distinct data class that only has certain built-in methods in it, and I'm wondering if that's even possible in pure Python.

Second, is there any real performance benefit to gain if it is possible and I use a lot of these distinct objects in a program?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source