The directory containing the module's source code loaded into the engine (plus any generated code that may have been created).
(self)
| 4110 | return await _ctx.execute(str) |
| 4111 | |
| 4112 | def source(self) -> "Directory": |
| 4113 | """The directory containing the module's source code loaded into the |
| 4114 | engine (plus any generated code that may have been created). |
| 4115 | """ |
| 4116 | _args: list[Arg] = [] |
| 4117 | _ctx = self._select("source", _args) |
| 4118 | return Directory(_ctx) |
| 4119 | |
| 4120 | def workdir( |
| 4121 | self, |