Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Repository
17520224fad7a0c4a742f9b8a46e016c2ba3cc46
Switch branch/tag
uPython-mirror
py
objtype.c
Find file
Blame
History
Permalink
py: Make all objects and instances derive from object.
· 17520224
Damien George
authored
Apr 05, 2014
This makes isinstance(X, object) and issubclass(X, object) true for all X.
17520224