Table of Contents

Delegate LibrarySourceFileResolverDelegate

Namespace
Alternet.Scripter.Debugger.Python
Assembly
Alternet.Scripter.Python.Debugger.v10.dll

Delegate to resolve whether a given file is a library source file.

public delegate void LibrarySourceFileResolverDelegate(object sender, string filename, ref bool isLibrarySourceFile)

Parameters

sender object

Instance of the object which called the method.

filename string

The name of the file to check.

isLibrarySourceFile bool

A reference boolean indicating if the file is a library source file.