-
Because of the possibility to use __callStatic or __call, there should be a @method annotation which allows the developer to document these things.
In addition to that, @property(-read/-write) should …
-
When rendering documentation using [Sphinx autodoc](http://www.sphinx-doc.org/en/stable/ext/autodoc.html), the `__init__` method is handled in a special way. The way it is handled depends on the value…
-
```
[root@an-a01n01 ~]# anvil-pcs-wrapper host auth an-a01n01 an-a01n02 -u hacluster -p 'super secret password'
Error: Unable to communicate with password
Error: Unable to communicate with secret
…
-
## 🚀 Feature
Allow torchscript custom extension class to define Python special methods such as `__len__` and `__getitem__`.
## Motivation
We are implementing torchscript-able Sentence Piece i…
-
Add opt-in optimization to remove bodies of methods which are marked as [Intrinsics](https://github.com/dotnet/coreclr/blob/master/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/Int…
-
I trained from scratch through the training methods in the paper and configuration file, but the final result could not meet the index of the paper and the index of the pre-trained model provided. Is …
-
What's confusing?
- `MyFloat` is called out of nowhere. Where does it come from? Is it built-in? Is it just a "tutorial-thing" you're suppose to ignore?
- `Vertex` isn't defined above like in **ever…
-
To prevent ambient authority, the toplevel capability document should specify a list of actions (read: the types valid for the invocation document) which are acceptable. Later documents in the chain …
-
Special methods are those in "ExternalClasses". My guess is, they are ignored by erasure (or worse). They should not be.
-
Considering Python's duck-typing semantics, it'd be really useful if it were possible to define custom 'special functions' (like `__add__`, `__str__`, etc) on ProxyObject, in order to build custom obj…