diff --git a/README.md b/README.md index bc04efd..b8b5c59 100755 --- a/README.md +++ b/README.md @@ -604,9 +604,13 @@ RawInstance(, , ..) - use `{}`. - Link the object into the prototype chain + _Un-initialized_ means this will not call `.__init__(..)` +This can be called with and without `new`. + + ### `Constructor(..)` / `C(..)` Define an object constructor @@ -640,6 +644,8 @@ done for two reasons: empty inheritance. +This can be called with and without `new`. + Shorthand to `Constructor(..)` ```