File

Defines the File_BDP class.

class admit.bdp.File_BDP.File_BDP(xmlFile=None)

This is the file BDP, just testing sphinx

But there really isn’t much to this, other than containing a file reference. See File_AT how to make one.

Parameters:

xmlFile : str

XML file

Methods

delete([delfiles]) Method to delete the BDP.
depends_on_(other) deprecated
get(key) access an attribute
getfiles() returns a list of file names.
haskey(key) Query if a key exists for an AT.
isequal(bdp)
report() report some properties, human readable.
setkey([name, key, init]) set keys, two styles are possible:
show() testing Overriding the baseclass SHOW
update(new_state)
write([xmlFile]) Method to write the BDP to an xml file
getfiles()

returns a list of file names.

For File_BDP only one filename is currently allowed

show()

testing Overriding the baseclass SHOW

This Page