Class BuiltinSymbols


  • public class BuiltinSymbols
    extends Object
    • Field Detail

      • CONSTANTS

        public static final Set<String> CONSTANTS
        See https://docs.python.org/3/library/constants.html#built-in-consts
      • MODULE_ATTRIBUTES

        public static final Set<String> MODULE_ATTRIBUTES
        See https://docs.python.org/3/reference/import.html?highlight=__package__#import-related-module-attributes
      • FUNCTIONS

        public static final Set<String> FUNCTIONS
        See https://docs.python.org/3/library/functions.html
      • FUNCTIONS_PYTHON2

        public static final Set<String> FUNCTIONS_PYTHON2
        See https://docs.python.org/2.7/library/functions.html
      • EXCEPTIONS

        public static final Set<String> EXCEPTIONS
        See https://docs.python.org/3/library/exceptions.html
      • EXCEPTIONS_PYTHON2

        public static final Set<String> EXCEPTIONS_PYTHON2
        See https://docs.python.org/2.7/library/exceptions.html