Scarab  v2.9.1
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | List of all members
CompletionChunk.Kind Class Reference

Public Member Functions

def __init__ (self, name)
 
def __str__ (self)
 
def __repr__ (self)
 

Public Attributes

 name
 

Detailed Description

Definition at line 2188 of file cindex.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name 
)

Definition at line 2189 of file cindex.py.

Member Function Documentation

◆ __repr__()

def __repr__ (   self)

Definition at line 2195 of file cindex.py.

◆ __str__()

def __str__ (   self)

Definition at line 2192 of file cindex.py.

Member Data Documentation

◆ name

name

Definition at line 2190 of file cindex.py.


The documentation for this class was generated from the following file: