Newbetuts
.
New posts in magic-methods
Use of PHP Magic Methods __sleep and __wakeup
php
oop
magic-methods
How to overload Python's __bool__ method? [duplicate]
python
methods
overloading
magic-methods
Where is the Python documentation for the special methods? (__init__, __new__, __len__, ...)
python
class
magic-methods
Assigning (instead of defining) a __getitem__ magic method breaks indexing [duplicate]
python
class
indexing
wrapper
magic-methods
PHP - Indirect modification of overloaded property
php
magic-methods
How does Scala's apply() method magic work?
scala
syntactic-sugar
magic-methods
companion-object
PHP __get and __set magic methods
php
magic-methods
scala slick method I can not understand so far
scala
playframework-2.0
magic-methods
scalaquery
slick
How to document magic (_call and _callStatic) methods for IDEs
php
documentation
phpstorm
magic-methods
docblocks
How does python numpy.where() work?
python
numpy
magic-methods
What is the __dict__.__dict__ attribute of a Python class?
python
class
metaprogramming
magic-methods
Why does Python use 'magic methods'?
python
magic-methods
Making a python user-defined class sortable, hashable
python
class
sorting
hash
magic-methods
Simple example of use of __setstate__ and __getstate__
python
serialization
magic-methods
Best practice: PHP Magic Methods __set and __get [duplicate]
php
magic-methods
__new__ method giving error object.__new__() takes exactly one argument (the type to instantiate)
python
python-3.x
magic-methods
Python __call__ special method practical example
python
methods
call
magic-methods
Is it possible to overload Python assignment?
python
class
methods
assignment-operator
magic-methods
What is the difference between __str__ and __repr__?
python
magic-methods
repr
Prev