From 5e8709e4f841086ff74f0725321c430a2f6df741 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 26 Apr 2020 19:35:35 +0300 Subject: [PATCH] doc... Signed-off-by: Alex A. Naanou --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 17cdc04..fe085f3 100755 --- a/README.md +++ b/README.md @@ -167,6 +167,9 @@ This has priority over the callable protocols above, thus the user must take care of both the _function constructor_ and `prototype.__call__(..)` handling. +**Notes:** +- this now is a instance method, in the future this may move to a class method... + ## Components @@ -204,6 +207,8 @@ makeRawInstance(, , ...) -> ``` +_EXPERIMENTAL: a shorthand to this is defined as `Constructor.__rawinstance__(..)`_ + Define an object constructor ``` Constructor(, )