schrodinger.application.jaguar.keywordDB module¶
- class schrodinger.application.jaguar.keywordDB.Keyword(name, type, default, description=None, comment=None, index=0, boolean=None, qsite_allowed=None)[source]¶
Bases:
object
A class to hold keyword info.
- class schrodinger.application.jaguar.keywordDB.Setting(name, code, value, description=None, comment=None)[source]¶
Bases:
object
A class to hold keyword setting info.
- class schrodinger.application.jaguar.keywordDB.DTDTreeBuilder[source]¶
Bases:
xml.etree.ElementTree.TreeBuilder
- We create this subclass and redefine doctype() to avoid:
- “DeprecationWarning: This method of XMLParser is deprecated.
Define doctype() method on the TreeBuilder target”
- __init__(*args, **kwargs)¶
- close()¶
- comment(text, /)¶
- data(data, /)¶
- end(tag, /)¶
- pi(target, text=None, /)¶
- start(tag, attrs=None, /)¶