org.python.core

Class PyIgnoreMethodTag


public class PyIgnoreMethodTag
extends RuntimeException

A tagging exception. It is never actually thrown but used only to mark java methods that should not be visible from jython.

Jython homepage