Returns the prototype of the current object (i.e., Object.getPrototypeOf(self) in JavaScript terms).
Object.getPrototypeOf(self)
None.
proto = {x:1}.getProto()
Last updated 3 months ago