Public Member Functions

def __init__ (self, l)
 
def get (self)
 
def set (self, l)
 
def append (self, l)
 
def __len__ (self)
 

Public Attributes

 l
 

Detailed Description

Definition at line 1198 of file coplot.py.

Constructor & Destructor Documentation

◆ __init__()

def coplot.reflist.__init__ (   self,
  l 
)

Definition at line 1199 of file coplot.py.

Member Function Documentation

◆ __len__()

def coplot.reflist.__len__ (   self)

Definition at line 1203 of file coplot.py.

◆ append()

def coplot.reflist.append (   self,
  l 
)

Definition at line 1202 of file coplot.py.

◆ get()

def coplot.reflist.get (   self)

Definition at line 1200 of file coplot.py.

◆ set()

def coplot.reflist.set (   self,
  l 
)

Definition at line 1201 of file coplot.py.

Member Data Documentation

◆ l

coplot.reflist.l

Definition at line 1199 of file coplot.py.


The documentation for this class was generated from the following file:
  • /home/webadmin/src/fosite/src/tools/plot/coplot.py