MCPcopy Create free account
hub / github.com/Distrotech/reportlab / _arg

Method _arg

tools/pythonpoint/stdparser.py:215–224  ·  view source on GitHub ↗

What's this for???

(self,tag,args,name)

Source from the content-addressed store, hash-verified

213 xmllib.XMLParser.__init__(self)
214
215 def _arg(self,tag,args,name):
216 "What's this for???"
217 if args.has_key(name):
218 v = args[name]
219 else:
220 if self.attributes.has_key(tag):
221 v = self.attributes[tag][name]
222 else:
223 v = None
224 return v
225
226 def ceval(self,tag,args,name):
227 if args.has_key(name):

Callers 15

start_presentationMethod · 0.95
start_stylesheetMethod · 0.95
start_sectionMethod · 0.95
start_slideMethod · 0.95
start_frameMethod · 0.95
start_notesMethod · 0.95
start_registerFontMethod · 0.95
pack_slideMethod · 0.95
start_paraMethod · 0.95
start_prefmtMethod · 0.95
start_pycodeMethod · 0.95
start_imageMethod · 0.95

Calls 1

has_keyMethod · 0.45

Tested by

no test coverage detected