Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-08 18:44:13 +03:00
parent 0cd061e3e4
commit 3fb1ed149c

View File

@ -608,7 +608,7 @@ RawInstance(<context>, <constructor>, ..)
_Un-initialized_ means this will not call `.__init__(..)`
This can be called with and without `new`.
`RawInstance(..)` can be called with and without `new`.
### `Constructor(..)` / `C(..)`
@ -644,9 +644,6 @@ done for two reasons:
empty inheritance.
This can be called with and without `new`.
Shorthand to `Constructor(..)`
```
C(<name>, ..)
@ -654,6 +651,9 @@ C(<name>, ..)
```
`Constructor(..)` / `C(..)` can be called with and without `new`.
## Utilities