[−][src]Trait artichoke_backend::extn::prelude::TopSelf
Return a Value
-wrapped reference to top self.
Top self is the root object that evaled code is executed within. Global methods, classes, and modules are defined in top self.
Associated Types
Loading content...Required methods
pub fn top_self(&mut self) -> Self::Value
[src]
Return a Value
-wrapped reference to "top self".
Top self is the root object that evaled code is executed within. Global methods, classes, and modules are defined in top self.