Skip to content

PythonSourceFile context

const PythonSourceFileContext: ComponentContext<PythonSourceFileContext>
const myContext = useContext(PythonSourceFileContext);
modulestring

The module name for this file, e.g. ‘test’ for test.py

scope[unresolved link]