Table Of Contents

Previous topic

BaseCompleter

Next topic

csscomp

This Page

phoenix_title Symbol

Defines a symbol as parsed by the autocompleter. Symbols with the same name and different type are EQUAL Symbol hash is based on symbol NAME


class_hierarchy Inheritance Diagram

Inheritance diagram for class Symbol

Inheritance diagram of Symbol


method_summary Methods Summary

__init__ Constructor

property_summary Properties Summary

Name  
Type  

api Class API



class Symbol(object)

Defines a symbol as parsed by the autocompleter. Symbols with the same name and different type are EQUAL Symbol hash is based on symbol NAME


Methods



__init__(self, name, symtype)

Constructor

Parameters:
  • name – Symbol name
  • symtype – Symbol type, one of the TYPE_FUNCTION ... TYPE_UNKNOWN range