Package org.sonar.python.semantic
Class BuiltinSymbols
java.lang.Object
org.sonar.python.semantic.BuiltinSymbols
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSee https://docs.python.org/3/library/constants.html#built-in-constsSee https://docs.python.org/3/library/exceptions.htmlSee https://docs.python.org/2.7/library/exceptions.htmlSee https://docs.python.org/3/library/functions.htmlSee https://docs.python.org/2.7/library/functions.htmlSee https://docs.python.org/3/reference/import.html?static final String -
Method Summary
-
Field Details
-
CLASS_METHOD_DECORATOR
- See Also:
-
STATIC_METHOD_DECORATOR
- See Also:
-
CONSTANTS
See https://docs.python.org/3/library/constants.html#built-in-consts -
MODULE_ATTRIBUTES
See https://docs.python.org/3/reference/import.html?highlight=__package__#import-related-module-attributes -
FUNCTIONS
See https://docs.python.org/3/library/functions.html -
FUNCTIONS_PYTHON2
See https://docs.python.org/2.7/library/functions.html -
EXCEPTIONS
See https://docs.python.org/3/library/exceptions.html -
EXCEPTIONS_PYTHON2
See https://docs.python.org/2.7/library/exceptions.html -
STATIC_AND_CLASS_METHOD_DECORATORS
-
-
Method Details
-
all
-