D | datatypes.py | 108 def __init__(self, cfg, doc): argument 115 self.doc = doc 159 # is it a filename or a target name (e.g., a Package in the build doc) 172 # is it a filename or a target name (e.g., a Package in the build doc) 215 def __init__(self, doc, pkg): argument 254 self.doc = doc
|