PSCF v1.2
pscfpp.text.RecordEditor Class Reference

Class to modify selected Records in a file of records. More...

Public Member Functions

 __init__ (self)
 Constructor.
 
 setFilter (self, filter, field=0)
 Set filter string.
 
 setNew (self, new, field)
 Set new string.
 
 setIsTest (self, isTest)
 Set isTest flag, to decide whether to perform a dry run.
 
 editFile (self, filename)
 Open and edit the specified file of records.
 

Detailed Description

Class to modify selected Records in a file of records.

The editFile function searches for records in which one field matches a regular expression, and resets the value of another.

Definition at line 144 of file text.py.

Constructor & Destructor Documentation

◆ __init__()

Member Function Documentation

◆ setFilter()

◆ setNew()

◆ setIsTest()

pscfpp.text.RecordEditor.setIsTest ( self,
isTest )

Set isTest flag, to decide whether to perform a dry run.

Parameters
isTestif true, perform a dry run (no modificatin)

Definition at line 186 of file text.py.

References pscfpp.make.MakeMaker.isTest, pscfpp.text.FileEditor.isTest, and pscfpp.text.RecordEditor.isTest.

◆ editFile()


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