C# 클래스 IronPython.Modules.PythonWarnings

파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
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