MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / import_stmt

Method import_stmt

compiler/src/modules/parser/control.rs:583–585  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

581 /* Delegates to imports.rs; compile-time only, no import opcodes reach the VM. */
582
583 pub(super) fn import_stmt(&mut self) {
584 self.do_import_stmt();
585 }
586
587 pub(super) fn parse_from_stmt(&mut self) {
588 self.do_from_stmt();

Callers 1

stmtMethod · 0.80

Calls 1

do_import_stmtMethod · 0.80

Tested by

no test coverage detected