Přeskočit obsah

Class skola_online::LastMark

ClassList > skola_online > LastMark

Uchovává informace o známkách.

Public Attributes

Type Name
date
mark
subject

Public Functions

Type Name
def __init__ (self self, str date, str subject, str mark)
Konstruktor pro vytvoření instance třídy LastMark .
def __str__ (self self)
Vrací řetězec s informacemi o známkách.

Public Attributes Documentation

variable date

skola_online.LastMark::date;

variable mark

skola_online.LastMark::mark;

variable subject

skola_online.LastMark::subject;

Public Functions Documentation

function __init__

Konstruktor pro vytvoření instance třídy LastMark .

def skola_online::LastMark::__init__ (
    self self,
    str date,
    str subject,
    str mark
) 

function __str__

def skola_online::LastMark::__str__ (
    self self
) 

The documentation for this class was generated from the following file sw/python-wrapper/skola_online.py