C# Класс IronPython.Modules.PythonWarnings

Показать файл Открыть проект

Открытые методы

Метод Описание
warn ( CodeContext context, object message, [ category, [ stacklevel ) : void
warn_explicit ( CodeContext context, object message, IronPython.Runtime.Types.PythonType category, string filename, int lineno, [ module, [ registry, [ module_globals ) : void

Приватные методы

Метод Описание
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void
formatwarning ( object message, IronPython.Runtime.Types.PythonType category, string filename, int lineno, [ line ) : string
showwarning ( CodeContext context, object message, IronPython.Runtime.Types.PythonType category, string filename, int lineno, [ file, [ line ) : void

Описание методов

warn() публичный статический Метод

public static warn ( CodeContext context, object message, [ category, [ stacklevel ) : void
context CodeContext
message object
category [
stacklevel [
Результат void

warn_explicit() публичный статический Метод

public static warn_explicit ( CodeContext context, object message, IronPython.Runtime.Types.PythonType category, string filename, int lineno, [ module, [ registry, [ module_globals ) : void
context CodeContext
message object
category IronPython.Runtime.Types.PythonType
filename string
lineno int
module [
registry [
module_globals [
Результат void