PSCF v1.2
pscfpp.command.Command Class Reference

A single command, with a label and zero or more parameters. More...

Inheritance diagram for pscfpp.command.Command:
pscfpp.text.Record

Public Member Functions

 __init__ (self, line)
 Constructor.
 
 nParam (self)
 Number of parameter / arguments of the command.
 
 param (self, i=0)
 Return parameter number i.
 
 setParam (self, value, i=0)
 Set the value of a specific command parameter.
 
- Public Member Functions inherited from pscfpp.text.Record
 __str__ (self)
 String representation - line from which Record was constructed.
 

Detailed Description

A single command, with a label and zero or more parameters.

The first string (or field) in a command is the label, and subsequent space separated strings are interpreted as command parameters. All fields are stored verbatim as strings.

Definition at line 153 of file command.py.

Constructor & Destructor Documentation

◆ __init__()

Member Function Documentation

◆ nParam()

◆ param()

◆ setParam()


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