Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in new-style-class
Python's property decorator does not work as expected
Dec 07, 2022
python
class
properties
decorator
new-style-class
Descriptors and python-provided attributes
Nov 14, 2022
python
descriptor
new-style-class
Old-style classes, new-style classes and metaclasses
Sep 25, 2022
python
class
metaclass
new-style-class
Is subclassing from object the same as defining type as metaclass?
Oct 21, 2022
python
python-2.7
python-internals
new-style-class
Python object @property
Mar 09, 2022
python
new-style-class
How to import object from builtins affecting just one class?
Jun 06, 2022
python
python-3.x
python-2.7
future
new-style-class
Using a class instance as a class attribute, descriptors, and properties
Sep 24, 2022
python
class
properties
descriptor
new-style-class
How do I call a property setter from __init__
Jul 29, 2019
python
setter
init
new-style-class
How to check if object is instance of new-style user-defined class?
Apr 20, 2022
python
python-2.x
new-style-class
TypeError: Error when calling the metaclass bases a new-style class can't have only classic bases
Sep 09, 2020
python
oop
typeerror
new-style-class
Why is __new__ a staticmethod and not a classmethod? [duplicate]
Nov 19, 2019
python
new-operator
language-design
new-style-class
Old-style and new-style classes in Python 2.7 [duplicate]
Sep 06, 2022
python
class
python-2.7
new-style-class
Python 2.x super __init__ inheritance doesn't work when parent doesn't inherit from object
Sep 05, 2022
python
python-2.7
inheritance
super
new-style-class
Python: always use __new__ instead of __init__?
Sep 04, 2022
python
new-style-class
Why isn't __new__ in Python new-style classes a class method?
Aug 29, 2022
python
new-operator
language-design
new-style-class
What is the purpose of subclassing the class "object" in Python?
Aug 26, 2022
python
object
deprecated
future-proof
new-style-class
Difference between type(obj) and obj.__class__
Aug 26, 2022
python
new-style-class
Why does @foo.setter in Python not work for me?
Aug 15, 2022
python
decorator
new-style-class
What is the difference between old style and new style classes in Python?
Aug 13, 2022
python
class
oop
types
new-style-class