NSERCGrant(Grant)¶
-
class
metaknowledge.grants.NSERCGrant(original, grantdDict, sFile, sLine)¶ -
__init__(original, grantdDict, sFile, sLine)¶ Initialize self. See help(type(self)) for accurate signature.
-
getInstitutions(tags=None, seperator=';', _getTag=False)¶ Returns a list with the names of the institution. The optional arguments are ignored
-
getInvestigators(tags=None, seperator=';', _getTag=False)¶ Returns a list of the names of investigators. The optional arguments are ignored.
-
update(other)¶ Adds all the tag-entry pairs from other to the
Grant. If there is a conflict other takes precedence.
-