Ask a question to get started
Enter to sendā¢Shift+Enter new line
PythonLoader( self, file_path: Union[str, Path], )
TextLoader
Load from file path.
file_path
Union[str, Path]
Load Python files, respecting any non-default encoding if specified.
Python
The path to the file to load.