C# 클래스 IronPython.Runtime.Binding.BindingWarnings

Provides support for emitting warnings when built in methods are invoked at runtime.
파일 보기 프로젝트 열기: reincubate/IronLanguages.Main 1 사용 예제들

공개 메소드들

메소드 설명
ShouldWarn ( PythonContext context, OverloadInfo method, WarningInfo &info ) : bool

메소드 상세

ShouldWarn() 공개 정적인 메소드

public static ShouldWarn ( PythonContext context, OverloadInfo method, WarningInfo &info ) : bool
context PythonContext
method OverloadInfo
info WarningInfo
리턴 bool